Skip to content

Commit

Permalink
Merge pull request #58 from chickensoft-games/renovate/all-deps
Browse files Browse the repository at this point in the history
chore(deps): update all dependencies
  • Loading branch information
jolexxa authored Dec 17, 2024
2 parents bbe468e + 3226781 commit 0b66ad0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0-pre.49">
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand All @@ -42,7 +42,7 @@
<ItemGroup>
<ProjectReference Include="../Chickensoft.Serialization/Chickensoft.Serialization.csproj" />

<PackageReference Include="Chickensoft.Introspection" Version="2.0.0" />
<PackageReference Include="Chickensoft.Introspection.Generator" Version="2.0.0" PrivateAssets="all" OutputItemType="analyzer" />
<PackageReference Include="Chickensoft.Introspection" Version="2.1.0" />
<PackageReference Include="Chickensoft.Introspection.Generator" Version="2.1.0" PrivateAssets="all" OutputItemType="analyzer" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Chickensoft.Serialization/Chickensoft.Serialization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Chickensoft.Collections" Version="1.12.3" />
<PackageReference Include="Chickensoft.Collections" Version="1.12.4" />
<PackageReference Include="System.Text.Json" Version="9.0.0" />
<PackageReference Include="Chickensoft.Introspection" Version="2.0.0" />
<PackageReference Include="Chickensoft.Introspection" Version="2.1.0" />
<PackageReference Include="PolyKit" Version="3.0.9" />
</ItemGroup>
</Project>

0 comments on commit 0b66ad0

Please sign in to comment.