We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9515b22 commit 9af5a80Copy full SHA for 9af5a80
1 file changed
sdk_v2/cs/src/Microsoft.AI.Foundry.Local.csproj
@@ -55,7 +55,6 @@
55
<DefineConstants Condition="('$(IsWindows)'=='true')">$(DefineConstants);IS_WINDOWS</DefineConstants>
56
<DefineConstants Condition="('$(IsOSX)'=='true')">$(DefineConstants);IS_OSX</DefineConstants>
57
<DefineConstants Condition="('$(IsLinux)'=='true')">$(DefineConstants);IS_LINUX</DefineConstants>
58
- <AnalysisLevel>latest-recommended</AnalysisLevel>
59
</PropertyGroup>
60
61
<Target Name="DumpValues" BeforeTargets="Build">
0 commit comments