Skip to content

Commit 00a1a95

Browse files
committed
Restore the warning as no unsigned assemblies are used
1 parent be9c8fe commit 00a1a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<IsPackable>false</IsPackable>
66
<TargetFrameworks>net48;net8.0;net9.0;net10.0</TargetFrameworks>
77
<Nullable>disable</Nullable>
8-
<NoWarn>xUnit1033;CS8002</NoWarn>
8+
<NoWarn>xUnit1033</NoWarn>
99
<VSTestLogger>trx%3bLogFileName=$(MSBuildProjectName).trx</VSTestLogger>
1010
<VSTestResultsDirectory>$(RepoRoot)/test-results/$(TargetFramework)</VSTestResultsDirectory>
1111
</PropertyGroup>

0 commit comments

Comments
 (0)