Fixes System.ComponentModel.Annotations to keep working with aspnet framework

This commit is contained in:
Shannon
2019-11-14 17:00:21 +11:00
parent d0f534e2f4
commit 89f5cec832
2 changed files with 12 additions and 0 deletions

View File

@@ -91,6 +91,13 @@
<bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0"/>
</dependentAssembly>
<dependentAssembly xdt:Transform="Remove"
xdt:Locator="Condition(_defaultNamespace:assemblyIdentity[@name='System.ComponentModel.Annotations']])"/>
<dependentAssembly xdt:Transform="Insert">
<assemblyIdentity name="System.ComponentModel.Annotations" publicKeyToken="b03f5f7f11d50a3a" />
<bindingRedirect oldVersion="0.0.0.0-4.6.0.0" newVersion="4.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>