diff options
-rw-r--r-- | nuget/content/OpenId.Core/web.config.transform | 3 | ||||
-rw-r--r-- | nuget/content/Ultimate/web.config.transform | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/nuget/content/OpenId.Core/web.config.transform b/nuget/content/OpenId.Core/web.config.transform index a46c2a5..5192bb1 100644 --- a/nuget/content/OpenId.Core/web.config.transform +++ b/nuget/content/OpenId.Core/web.config.transform @@ -16,13 +16,14 @@ <runtime> <!-- When targeting ASP.NET MVC 3, this assemblyBinding makes MVC 1 and 2 references relink - to MVC 3 so libraries such as DotNetOpenAuth that compile against MVC 1 will work with it. --> + to MVC 3 so libraries such as DotNetOpenAuth that compile against MVC 1 will work with it. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" /> <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> </dependentAssembly> </assemblyBinding> + --> </runtime> <dotNetOpenAuth> diff --git a/nuget/content/Ultimate/web.config.transform b/nuget/content/Ultimate/web.config.transform index b228c88..457318b 100644 --- a/nuget/content/Ultimate/web.config.transform +++ b/nuget/content/Ultimate/web.config.transform @@ -32,13 +32,14 @@ <legacyHMACWarning enabled="0" /> <!-- When targeting ASP.NET MVC 3, this assemblyBinding makes MVC 1 and 2 references relink - to MVC 3 so libraries such as DotNetOpenAuth that compile against MVC 1 will work with it. --> + to MVC 3 so libraries such as DotNetOpenAuth that compile against MVC 1 will work with it. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" /> <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> </dependentAssembly> </assemblyBinding> + --> </runtime> <dotNetOpenAuth> |