We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c6687 commit ba5ddc1Copy full SHA for ba5ddc1
src/MSBuildLocator/build/Microsoft.Build.Locator.props
@@ -1,6 +1,6 @@
1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
<PropertyGroup>
3
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
+ <AutoGenerateBindingRedirects Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">true</AutoGenerateBindingRedirects>
4
</PropertyGroup>
5
6
<ItemGroup>
0 commit comments