diff options
Diffstat (limited to 'packages/Microsoft.AspNet.Mvc.5.2.3/Content')
-rw-r--r-- | packages/Microsoft.AspNet.Mvc.5.2.3/Content/Web.config.install.xdt | 34 | ||||
-rw-r--r-- | packages/Microsoft.AspNet.Mvc.5.2.3/Content/Web.config.uninstall.xdt | 10 |
2 files changed, 0 insertions, 44 deletions
diff --git a/packages/Microsoft.AspNet.Mvc.5.2.3/Content/Web.config.install.xdt b/packages/Microsoft.AspNet.Mvc.5.2.3/Content/Web.config.install.xdt deleted file mode 100644 index 14e8a93..0000000 --- a/packages/Microsoft.AspNet.Mvc.5.2.3/Content/Web.config.install.xdt +++ /dev/null @@ -1,34 +0,0 @@ -<?xml version="1.0"?>
-<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
-
- <!-- If runtime tag is absent -->
- <runtime xdt:Transform="InsertIfMissing">
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- </assemblyBinding>
- </runtime>
-
- <!-- If runtime tag is present, but assembly binding tag is absent -->
- <runtime>
- <assemblyBinding xdt:Transform="InsertIfMissing" xmlns="urn:schemas-microsoft-com:asm.v1">
- </assemblyBinding>
- </runtime>
-
- <!-- If the binding redirect is already present, the existing entry needs to be removed before inserting the new entry-->
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly xdt:Transform="Remove"
- xdt:Locator="Condition(./_defaultNamespace:assemblyIdentity/@name='System.Web.Mvc')" >
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
-
- <!-- Inserting the new binding redirect -->
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly xdt:Transform="Insert">
- <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
- <bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
-</configuration>
\ No newline at end of file diff --git a/packages/Microsoft.AspNet.Mvc.5.2.3/Content/Web.config.uninstall.xdt b/packages/Microsoft.AspNet.Mvc.5.2.3/Content/Web.config.uninstall.xdt deleted file mode 100644 index e95055d..0000000 --- a/packages/Microsoft.AspNet.Mvc.5.2.3/Content/Web.config.uninstall.xdt +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0"?>
-<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly xdt:Transform="Remove"
- xdt:Locator="Condition(./_defaultNamespace:assemblyIdentity/@name='System.Web.Mvc')" >
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
-</configuration>
\ No newline at end of file |