Skip to content

Commit 1865b8e

Browse files
chore(deps): update chickensoft (#175)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 750957f commit 1865b8e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Chickensoft.LogicBlocks.DiagramGenerator.Tests/Chickensoft.LogicBlocks.DiagramGenerator.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<ProjectReference Include="../Chickensoft.LogicBlocks/Chickensoft.LogicBlocks.csproj" />
4747
<ProjectReference Include="../Chickensoft.GeneratorTester/Chickensoft.GeneratorTester.csproj" />
4848

49-
<PackageReference Include="Chickensoft.Introspection.Generator" Version="3.0.1" PrivateAssets="all" OutputItemType="analyzer" />
49+
<PackageReference Include="Chickensoft.Introspection.Generator" Version="3.0.2" PrivateAssets="all" OutputItemType="analyzer" />
5050
</ItemGroup>
5151

5252
</Project>

Chickensoft.LogicBlocks.Example/Chickensoft.LogicBlocks.Example.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Chickensoft.Introspection" Version="3.0.1" />
20-
<PackageReference Include="Chickensoft.Introspection.Generator" Version="3.0.1" PrivateAssets="all" OutputItemType="analyzer" />
19+
<PackageReference Include="Chickensoft.Introspection" Version="3.0.2" />
20+
<PackageReference Include="Chickensoft.Introspection.Generator" Version="3.0.2" PrivateAssets="all" OutputItemType="analyzer" />
2121

2222
<ProjectReference Include="../Chickensoft.LogicBlocks/Chickensoft.LogicBlocks.csproj" />
2323
<ProjectReference Include="../Chickensoft.LogicBlocks.DiagramGenerator/Chickensoft.LogicBlocks.DiagramGenerator.csproj" PrivateAssets="all" OutputItemType="analyzer" />

Chickensoft.LogicBlocks.Tests/Chickensoft.LogicBlocks.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
</ItemGroup>
3939

4040
<ItemGroup>
41-
<PackageReference Include="Chickensoft.Introspection" Version="3.0.1" />
42-
<PackageReference Include="Chickensoft.Introspection.Generator" Version="3.0.1" PrivateAssets="all" OutputItemType="analyzer" />
41+
<PackageReference Include="Chickensoft.Introspection" Version="3.0.2" />
42+
<PackageReference Include="Chickensoft.Introspection.Generator" Version="3.0.2" PrivateAssets="all" OutputItemType="analyzer" />
4343

4444
<ProjectReference Include="../Chickensoft.LogicBlocks/Chickensoft.LogicBlocks.csproj" />
4545
<ProjectReference Include="../Chickensoft.LogicBlocks.DiagramGenerator/Chickensoft.LogicBlocks.DiagramGenerator.csproj" PrivateAssets="all" OutputItemType="analyzer" />

Chickensoft.LogicBlocks.Tutorial/Chickensoft.LogicBlocks.Tutorial.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
<ItemGroup>
2525
<ProjectReference Include="../Chickensoft.LogicBlocks/Chickensoft.LogicBlocks.csproj" />
2626
<ProjectReference Include="../Chickensoft.LogicBlocks.DiagramGenerator/Chickensoft.LogicBlocks.DiagramGenerator.csproj" PrivateAssets="all" OutputItemType="analyzer" />
27-
<PackageReference Include="Chickensoft.Introspection.Generator" Version="3.0.1" PrivateAssets="all" OutputItemType="analyzer" />
27+
<PackageReference Include="Chickensoft.Introspection.Generator" Version="3.0.2" PrivateAssets="all" OutputItemType="analyzer" />
2828
</ItemGroup>
2929
</Project>

Chickensoft.LogicBlocks/Chickensoft.LogicBlocks.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
</PackageReference>
5656
<PackageReference Include="System.Text.Json" Version="9.0.6" />
5757
<PackageReference Include="Chickensoft.Collections" Version="1.13.12" />
58-
<PackageReference Include="Chickensoft.Introspection" Version="3.0.1" />
59-
<PackageReference Include="Chickensoft.Serialization" Version="3.0.0" />
58+
<PackageReference Include="Chickensoft.Introspection" Version="3.0.2" />
59+
<PackageReference Include="Chickensoft.Serialization" Version="3.0.1" />
6060
</ItemGroup>
6161

6262
<!-- Include analyzers as part of logic blocks -->

0 commit comments

Comments
 (0)