build: disable CLS compliance for all projects

This is to silence an analysis warning.
pull/47/head
Robert Dailey 3 years ago
parent 90c46c52cf
commit b0bbb23d3b

@ -22,6 +22,11 @@
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
<_Parameter1>$(AssemblyName).Tests</_Parameter1>
</AssemblyAttribute>
<!-- From https://github.com/dotnet/msbuild/pull/6285 -->
<AssemblyAttribute Include="CLSCompliantAttribute">
<_Parameter1>false</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
<ItemGroup>

Loading…
Cancel
Save