aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Microsoft.AspNet.Mvc.5.2.3/Content/Web.config.uninstall.xdt')
-rw-r--r--packages/Microsoft.AspNet.Mvc.5.2.3/Content/Web.config.uninstall.xdt10
1 files changed, 10 insertions, 0 deletions
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
new file mode 100644
index 0000000..e95055d
--- /dev/null
+++ b/packages/Microsoft.AspNet.Mvc.5.2.3/Content/Web.config.uninstall.xdt
@@ -0,0 +1,10 @@
+<?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