Skip to content

Commit

Permalink
Bump NuGet dependencies (#2224)
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Sep 24, 2024
1 parent 0daaa23 commit c730885
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ImperatorToCK3.UnitTests/ImperatorToCK3.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit" Version="2.9.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
4 changes: 2 additions & 2 deletions ImperatorToCK3/ImperatorToCK3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="PGCG.commonItems" Version="12.5.5" />
<PackageReference Include="PGCG.commonItems" Version="13.0.0" />
<PackageReference Include="PGCG.commonItems.SourceGenerators" Version="1.0.6"/>
<PackageReference Include="Polly" Version="8.4.1"/>
<PackageReference Include="Roslynator.Analyzers" Version="4.12.5">
<PackageReference Include="Roslynator.Analyzers" Version="4.12.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit c730885

Please sign in to comment.