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 c113ef3 commit 455ab08Copy full SHA for 455ab08
src/Directory.Build.props
@@ -24,6 +24,8 @@
24
<!-- API Compat -->
25
<PropertyGroup>
26
<RunApiCompat Condition="'$(RunApiCompat)' == ''">$(IsStableProject)</RunApiCompat>
27
+ <ToolHostCmd Condition="'$(OS)' != 'Windows_NT'">$(ToolsDir)dotnetcli/dotnet</ToolHostCmd>
28
+
29
30
<!-- only validate that the current implementation is compatible
31
with the old one, not vice-versa (since latest may have new
0 commit comments