Skip to content

Commit

Permalink
Merge pull request #35 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 Sep 17, 2024
2 parents d4b0e60 + 9add1e1 commit 51941c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<ItemGroup>
<ProjectReference Include="../Chickensoft.Serialization/Chickensoft.Serialization.csproj" />

<PackageReference Include="Chickensoft.Introspection" Version="1.7.0" />
<PackageReference Include="Chickensoft.Introspection.Generator" Version="1.7.0" PrivateAssets="all" OutputItemType="analyzer" />
<PackageReference Include="Chickensoft.Introspection" Version="1.8.0" />
<PackageReference Include="Chickensoft.Introspection.Generator" Version="1.8.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.8.10" />
<PackageReference Include="Chickensoft.Collections" Version="1.9.0" />
<PackageReference Include="System.Text.Json" Version="9.0.0-rc.1.24431.7" />
<PackageReference Include="Chickensoft.Introspection" Version="1.7.0" />
<PackageReference Include="Chickensoft.Introspection" Version="1.8.0" />
<PackageReference Include="PolyKit" Version="3.0.9" />
</ItemGroup>
</Project>

0 comments on commit 51941c8

Please sign in to comment.