Skip to content

Commit

Permalink
Merge pull request #1 from chickensoft-games/fix/ci
Browse files Browse the repository at this point in the history
fix: ci
  • Loading branch information
jolexxa authored Jun 9, 2024
2 parents 65fe26b + c7fe898 commit 98fd6c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 85 deletions.
81 changes: 0 additions & 81 deletions .github/workflows/auto_release.yaml

This file was deleted.

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.1.0" />
<PackageReference Include="Chickensoft.Introspection.Generator" Version="1.1.0" PrivateAssets="all" OutputItemType="analyzer" />
<PackageReference Include="Chickensoft.Introspection" Version="1.3.0" />
<PackageReference Include="Chickensoft.Introspection.Generator" Version="1.3.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.6.0" />
<PackageReference Include="Chickensoft.Collections" Version="1.7.0" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
<PackageReference Include="Chickensoft.Introspection" Version="1.1.0" />
<PackageReference Include="Chickensoft.Introspection" Version="1.3.0" />
<PackageReference Include="PolyKit" Version="3.0.9" />
</ItemGroup>
</Project>

0 comments on commit 98fd6c4

Please sign in to comment.