update nuget vari

This commit is contained in:
Samuele E. Locatelli
2019-08-06 12:28:38 +02:00
parent 992561d29a
commit 66298b92b5
243 changed files with 374263 additions and 10181 deletions
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<system.webServer xdt:Transform="InsertIfMissing">
<modules xdt:Transform="InsertIfMissing">
</modules>
</system.webServer>
<system.webServer>
<modules>
<remove name="Session" xdt:Transform="InsertIfMissing" xdt:Locator="Match(name)" />
<add name="Session"
type="Microsoft.AspNet.SessionState.SessionStateModuleAsync, Microsoft.AspNet.SessionState.SessionStateModule, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
preCondition="integratedMode" xdt:Transform="Insert" />
</modules>
</system.webServer>
</configuration>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<system.webServer>
<modules>
<remove name="Session" xdt:Transform="Remove" xdt:Locator="Match(name)" />
<add name="Session"
type="Microsoft.AspNet.SessionState.SessionStateModuleAsync, Microsoft.AspNet.SessionState.SessionStateModule, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
preCondition="integratedMode" xdt:Transform="Remove" xdt:Locator="Match(type)" />
</modules>
</system.webServer>
</configuration>