Skip to content

Commit

Permalink
Update NuGet dependencies (#2241) #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Oct 3, 2024
1 parent 75cfdd9 commit f28ad89
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="7.0.0-alpha.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="xunit" Version="2.9.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<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 @@ -38,14 +38,14 @@
<PackageReference Include="DotLiquid" Version="2.2.692" />
<PackageReference Include="FSharp.Core" Version="8.0.400" /> <!-- Needed for CWTools -->
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="14.0.0"/>
<PackageReference Include="Meziantou.Analyzer" Version="2.0.168">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.169">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="PGCG.commonItems" Version="13.0.1" />
<PackageReference Include="PGCG.commonItems.SourceGenerators" Version="1.0.6"/>
<PackageReference Include="Polly" Version="8.4.2" />
<PackageReference Include="Roslynator.Analyzers" Version="4.12.6">
<PackageReference Include="Roslynator.Analyzers" Version="4.12.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit f28ad89

Please sign in to comment.