diff options
author | marcinzelent <zelent.marcin@protonmail.com> | 2017-11-20 14:38:12 +0100 |
---|---|---|
committer | marcinzelent <zelent.marcin@protonmail.com> | 2017-11-20 14:38:12 +0100 |
commit | 462aed0ddd5dd5cca7fb51175cc0829650e4916c (patch) | |
tree | d0948efc256c6ed66a0c71b5ae1f5b9a1112ba6e /packages/Microsoft.AspNet.WebPages.3.2.3/Content/Web.config.uninstall.xdt | |
parent | f6f830d066635c91763dd1ae6248c8c189e6fe7e (diff) | |
parent | 71f272fbc3917dcdd81c2c829bccad9b64eb9128 (diff) |
Merge.
Diffstat (limited to 'packages/Microsoft.AspNet.WebPages.3.2.3/Content/Web.config.uninstall.xdt')
-rw-r--r-- | packages/Microsoft.AspNet.WebPages.3.2.3/Content/Web.config.uninstall.xdt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/Microsoft.AspNet.WebPages.3.2.3/Content/Web.config.uninstall.xdt b/packages/Microsoft.AspNet.WebPages.3.2.3/Content/Web.config.uninstall.xdt new file mode 100644 index 0000000..4adcfd6 --- /dev/null +++ b/packages/Microsoft.AspNet.WebPages.3.2.3/Content/Web.config.uninstall.xdt @@ -0,0 +1,13 @@ +<?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.Helpers')" >
+ </dependentAssembly>
+ <dependentAssembly xdt:Transform="Remove"
+ xdt:Locator="Condition(./_defaultNamespace:assemblyIdentity/@name='System.Web.WebPages')" >
+ </dependentAssembly>
+ </assemblyBinding>
+ </runtime>
+</configuration>
\ No newline at end of file |