Skip to content

Commit

Permalink
Silence some unneeded warnings in the tests project
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Dec 11, 2024
1 parent c1e5ecf commit 1b86462
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions commonItems.UnitTests/commonItems.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
<ProjectReference Include="..\commonItems\commonItems.csproj" />
</ItemGroup>

<PropertyGroup>
<NoWarn>MA0002;MA0006;MA0074</NoWarn>
</PropertyGroup>

<ItemGroup>
<TestFiles Include="TestFiles/**/*.*" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.100",
"rollForward": "disable"
"rollForward": "latestPatch"
}
}

0 comments on commit 1b86462

Please sign in to comment.