Skip to content

Commit

Permalink
Silence some unneeded warnings in the tests project (#563)
Browse files Browse the repository at this point in the history
* Silence some unneeded warnings in the tests project

* Bump version
  • Loading branch information
IhateTrains authored Dec 11, 2024
1 parent c1e5ecf commit 09652fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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 commonItems/commonItems.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<PackageId>PGCG.$(AssemblyName)</PackageId>
<Version>15.1.1</Version>
<Version>15.1.2</Version>
<Authors>PGCG</Authors>
<PackageProjectUrl>https://github.com/ParadoxGameConverters/commonItems.NET</PackageProjectUrl>
<RepositoryUrl>https://github.com/ParadoxGameConverters/commonItems.NET</RepositoryUrl>
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 09652fb

Please sign in to comment.