diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-22 08:08:55 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-22 08:08:55 -0700 |
commit | 09c8e37d0d25f284d878878b1b82ff9ebf074ede (patch) | |
tree | e93da9125f25a8c5ca2f6d6b9ddcde7f7a0e39b0 | |
parent | e66f67533dc21b826ba026672a10e46d74d614aa (diff) | |
download | DotNetOpenAuth-09c8e37d0d25f284d878878b1b82ff9ebf074ede.zip DotNetOpenAuth-09c8e37d0d25f284d878878b1b82ff9ebf074ede.tar.gz DotNetOpenAuth-09c8e37d0d25f284d878878b1b82ff9ebf074ede.tar.bz2 |
Removed the assemblyBinding web.config content merge from NuGet.
NuGet performs the merge incorrectly, corrupting the user's previous redirect entries and nullifying both redirects.
-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> |