Skip to content

Commit

Permalink
Merge pull request #37 from chickensoft-games/fix/versions
Browse files Browse the repository at this point in the history
fix: upgrade introspection and serialization
  • Loading branch information
definitelyokay committed Jun 9, 2024
2 parents 2b74dbf + 325608b commit 9b195d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Chickensoft.Introspection" Version="1.2.0" />
<PackageReference Include="Chickensoft.Introspection.Generator" Version="1.2.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" />

<ProjectReference Include="../Chickensoft.LogicBlocks/Chickensoft.LogicBlocks.csproj" />
<ProjectReference Include="../Chickensoft.LogicBlocks.DiagramGenerator/Chickensoft.LogicBlocks.DiagramGenerator.csproj" PrivateAssets="all" OutputItemType="analyzer" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Chickensoft.Introspection" Version="1.2.0" />
<PackageReference Include="Chickensoft.Introspection.Generator" Version="1.2.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" />

<ProjectReference Include="../Chickensoft.LogicBlocks/Chickensoft.LogicBlocks.csproj" />
<ProjectReference Include="../Chickensoft.LogicBlocks.DiagramGenerator/Chickensoft.LogicBlocks.DiagramGenerator.csproj" PrivateAssets="all" OutputItemType="analyzer" />
Expand Down
4 changes: 2 additions & 2 deletions Chickensoft.LogicBlocks/Chickensoft.LogicBlocks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
</PackageReference>
<PackageReference Include="System.Text.Json" Version="8.0.3" />
<PackageReference Include="Chickensoft.Collections" Version="1.7.0" />
<PackageReference Include="Chickensoft.Introspection" Version="1.2.0" />
<PackageReference Include="Chickensoft.Serialization" Version="1.0.0" />
<PackageReference Include="Chickensoft.Introspection" Version="1.3.0" />
<PackageReference Include="Chickensoft.Serialization" Version="1.1.0" />
</ItemGroup>

<!-- Include analyzers as part of logic blocks -->
Expand Down

0 comments on commit 9b195d6

Please sign in to comment.