chore: Fully quality CLSCompliantAttribute

To fix this warning:

> 'CLSCompliantAttribute' is an ambiguous reference between
> 'System.CLSCompliantAttribute' and 'System.CLSCompliantAttribute'
pull/51/head
Robert Dailey 3 years ago
parent a5b08ef1c6
commit ea99f5b613

@ -25,7 +25,7 @@
</AssemblyAttribute>
<!-- From https://github.com/dotnet/msbuild/pull/6285 -->
<AssemblyAttribute Include="CLSCompliantAttribute">
<AssemblyAttribute Include="System.CLSCompliantAttribute">
<_Parameter1>false</_Parameter1>
</AssemblyAttribute>
</ItemGroup>

Loading…
Cancel
Save