build: Remove global set of CLSCompliantAttribute

This was originally put in place in commit b0bbb23d3 (from 2021) to
silence analysis warnings. However, I observed no warnings so this must
have been corrected in dotnet since then.
spectre-console-remove-di-hacks
Robert Dailey 5 months ago
parent 9fb78ef215
commit 7f6a5a2ff6

@ -24,11 +24,4 @@
<ItemGroup Condition="!$(ProjectName.EndsWith('.Tests'))">
<InternalsVisibleTo Include="$(AssemblyName).Tests" />
</ItemGroup>
<ItemGroup>
<!-- From https://github.com/dotnet/msbuild/pull/6285 -->
<AssemblyAttribute Include="System.CLSCompliantAttribute">
<_Parameter1>false</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
</Project>

@ -44,6 +44,7 @@
</ItemGroup>
<ItemGroup>
<!-- From https://github.com/dotnet/msbuild/pull/6285 -->
<AssemblyAttribute Include="NUnit.Framework.ParallelizableAttribute">
<_Parameter1>NUnit.Framework.ParallelScope.All</_Parameter1>
<_Parameter1_IsLiteral>true</_Parameter1_IsLiteral>

Loading…
Cancel
Save