Browse Source

Remove test compile-time warnings.

pull/1713/head
Joao Matos 2 years ago
parent
commit
7b44eb7a1f
  1. 3
      tests/CSharp/CSharp.CSharp.csproj

3
tests/CSharp/CSharp.CSharp.csproj

@ -1,4 +1,7 @@ @@ -1,4 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<NoWarn>0108</NoWarn>
</PropertyGroup>
<ItemGroup>
<Compile Include="CSharpPartialMethods.cs" />
</ItemGroup>

Loading…
Cancel
Save