Skip to content

Commit 62f6d06

Browse files
committed
.
1 parent 713abc3 commit 62f6d06

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<NoWarn>CS1591;CS0649;xUnit1026;xUnit1013;msb3277</NoWarn>
4+
<NoWarn>CS1591;CS0649;xUnit1026;xUnit1013;msb3277;CS0436</NoWarn>
55
<Version>14.6.3</Version>
66
<AssemblyVersion>1.0.0</AssemblyVersion>
77
<PackageTags>Json, Testing, Verify, Snapshot, Approvals</PackageTags>

src/Verify.Expecto/Verify.Expecto.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;netstandard2.1;net5;net6</TargetFrameworks>
4-
<NoWarn>$(NoWarn);CS0436</NoWarn>
54
</PropertyGroup>
65
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
76
<TargetFrameworks>netstandard2.0;netstandard2.1;net461;net472;net5;net6</TargetFrameworks>

src/Verify.MSTest/Verify.MSTest.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;netstandard2.1;net5;net6</TargetFrameworks>
4-
<NoWarn>$(NoWarn);CS0436</NoWarn>
54
</PropertyGroup>
65
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
76
<TargetFrameworks>netstandard2.0;netstandard2.1;net461;net472;net5;net6</TargetFrameworks>

src/Verify.Xunit/Verify.Xunit.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;netstandard2.1;net5;net6</TargetFrameworks>
4-
<NoWarn>$(NoWarn);CS0436</NoWarn>
54
</PropertyGroup>
65
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
76
<TargetFrameworks>netstandard2.0;netstandard2.1;net461;net472;net5;net6</TargetFrameworks>

0 commit comments

Comments
 (0)