Skip to content

Commit 8be39be

Browse files
committed
Ignore nuget warnings from MSpec
1 parent bb3a89f commit 8be39be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/TestFrameworks/MSpec.Specs/MSpec.Specs.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<TargetFramework>net6.0</TargetFramework>
44
<RootNamespace>MSpec.Specs</RootNamespace>
55
<AssemblyName>MSpec.Specs</AssemblyName>
6+
<NoWarn>$(NoWarn);NU1903</NoWarn>
67
</PropertyGroup>
78
<ItemGroup>
89
<ProjectReference Include="..\..\..\Src\FluentAssertions\FluentAssertions.csproj" />

0 commit comments

Comments
 (0)