We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3a89f commit 8be39beCopy full SHA for 8be39be
Tests/TestFrameworks/MSpec.Specs/MSpec.Specs.csproj
@@ -3,6 +3,7 @@
3
<TargetFramework>net6.0</TargetFramework>
4
<RootNamespace>MSpec.Specs</RootNamespace>
5
<AssemblyName>MSpec.Specs</AssemblyName>
6
+ <NoWarn>$(NoWarn);NU1903</NoWarn>
7
</PropertyGroup>
8
<ItemGroup>
9
<ProjectReference Include="..\..\..\Src\FluentAssertions\FluentAssertions.csproj" />
0 commit comments