From 62f6d06a3ac30d7eda4e15e0e393a1716fccb284 Mon Sep 17 00:00:00 2001 From: SimonCropp Date: Fri, 26 Nov 2021 22:05:21 +1100 Subject: [PATCH] . --- src/Directory.Build.props | 2 +- src/Verify.Expecto/Verify.Expecto.csproj | 1 - src/Verify.MSTest/Verify.MSTest.csproj | 1 - src/Verify.Xunit/Verify.Xunit.csproj | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) 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