Skip to content

Commit bde2b99

Browse files
authored
Remove duplicate app.config entries (#7469)
There are duplicate entries for Microsoft.Build.Conversion.Core in our app.config and app.amd64.config files. Remove those. Fixes #7451
1 parent 7111186 commit bde2b99

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/MSBuild/app.amd64.config

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@
2626
<bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" />
2727
<codeBase version="15.1.0.0" href="..\Microsoft.Build.dll"/>
2828
</dependentAssembly>
29-
<dependentAssembly>
30-
<assemblyIdentity name="Microsoft.Build.Conversion.Core" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
31-
<bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" />
32-
<codeBase version="15.1.0.0" href="..\Microsoft.Build.Conversion.Core.dll"/>
33-
</dependentAssembly>
3429
<dependentAssembly>
3530
<assemblyIdentity name="Microsoft.Build.Tasks.Core" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
3631
<bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" />

src/MSBuild/app.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
<assemblyIdentity name="Microsoft.Build" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
2222
<bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" />
2323
</dependentAssembly>
24-
<dependentAssembly>
25-
<assemblyIdentity name="Microsoft.Build.Conversion.Core" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
26-
<bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" />
27-
</dependentAssembly>
2824
<dependentAssembly>
2925
<assemblyIdentity name="Microsoft.Build.Tasks.Core" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
3026
<bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="15.1.0.0" />

0 commit comments

Comments
 (0)