diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 41f5c8e1b3..a785db236e 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,7 +1,7 @@ - CS1591;CS0649;xUnit1026;xUnit1013;msb3277 + CS1591;CS0649;xUnit1026;xUnit1013;msb3277;CS0436 14.6.3 1.0.0 Json, Testing, Verify, Snapshot, Approvals diff --git a/src/Verify.Expecto/Verify.Expecto.csproj b/src/Verify.Expecto/Verify.Expecto.csproj index 270ad8a3ab..59729ca0a5 100644 --- a/src/Verify.Expecto/Verify.Expecto.csproj +++ b/src/Verify.Expecto/Verify.Expecto.csproj @@ -1,7 +1,6 @@  netstandard2.0;netstandard2.1;net5;net6 - $(NoWarn);CS0436 netstandard2.0;netstandard2.1;net461;net472;net5;net6 diff --git a/src/Verify.MSTest/Verify.MSTest.csproj b/src/Verify.MSTest/Verify.MSTest.csproj index 474573720c..9e0cc529d3 100644 --- a/src/Verify.MSTest/Verify.MSTest.csproj +++ b/src/Verify.MSTest/Verify.MSTest.csproj @@ -1,7 +1,6 @@  netstandard2.0;netstandard2.1;net5;net6 - $(NoWarn);CS0436 netstandard2.0;netstandard2.1;net461;net472;net5;net6 diff --git a/src/Verify.Xunit/Verify.Xunit.csproj b/src/Verify.Xunit/Verify.Xunit.csproj index ee5a1809c4..78099d8b5f 100644 --- a/src/Verify.Xunit/Verify.Xunit.csproj +++ b/src/Verify.Xunit/Verify.Xunit.csproj @@ -1,7 +1,6 @@  netstandard2.0;netstandard2.1;net5;net6 - $(NoWarn);CS0436 netstandard2.0;netstandard2.1;net461;net472;net5;net6