Skip to content

Commit 41511a4

Browse files
Hide report generator strong name warning on build (#546)
Hide report generator strong name warning on build
1 parent e6afce0 commit 41511a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/coverlet.core.tests/coverlet.core.tests.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<TargetFramework>netcoreapp2.0</TargetFramework>
66
<IsPackable>false</IsPackable>
77
<LangVersion>preview</LangVersion>
8+
<NoWarn>$(NoWarn);CS8002</NoWarn>
89
</PropertyGroup>
910

1011
<ItemGroup>

0 commit comments

Comments
 (0)