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 12057fb commit 6c0a31aCopy full SHA for 6c0a31a
src/Directory.Build.props
@@ -11,6 +11,7 @@
11
<ResolveAssemblyReferencesSilent>true</ResolveAssemblyReferencesSilent>
12
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
13
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
14
+ <SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
15
</PropertyGroup>
16
<ItemGroup>
17
<Using Include="System.ReadOnlySpan<System.Char>" Alias="CharSpan" />
0 commit comments