Skip to content

Commit 08d6b0d

Browse files
committed
fix: pin dotnet-sdk
1 parent 01d2d26 commit 08d6b0d

File tree

8 files changed

+12
-13
lines changed

8 files changed

+12
-13
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- name: 🧾 Checkout
2424
uses: actions/checkout@v4
2525
with:
26-
token: ${{ secrets.GH_BASIC }}
2726
lfs: true
2827
submodules: "recursive"
2928
fetch-depth: 0 # So we can get all tags.

Chickensoft.GeneratorTester/Chickensoft.GeneratorTester.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
13-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" PrivateAssets="all" />
13+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" PrivateAssets="all" />
1414
<PackageReference Include="IsExternalInit" Version="1.0.3">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

Chickensoft.LogicBlocks.Analyzers/Chickensoft.LogicBlocks.Analyzers.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<Title>LogicBlocks Analyzers</Title>
1818
<Version>1.0.0</Version>
1919
<Description>LogicBlocks analyzers.</Description>
20-
<Copyright2024 Chickensoft Games</Copyright>
20+
<Copyright2025 Chickensoft Games</Copyright>
2121
<Authors>Chickensoft</Authors>
2222
<Company>Chickensoft</Company>
2323

@@ -39,7 +39,7 @@
3939

4040
<!-- The following libraries include the types we need -->
4141
<ItemGroup>
42-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" PrivateAssets="all" />
42+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" PrivateAssets="all" />
4343
</ItemGroup>
4444

4545
<!-- This ensures the library will be packaged as an analyzer when we use `dotnet pack` -->

Chickensoft.LogicBlocks.CodeFixes/Chickensoft.LogicBlocks.CodeFixes.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<Title>LogicBlocks CodeFixes</Title>
1818
<Version>1.0.0</Version>
1919
<Description>LogicBlocks code fixes.</Description>
20-
<Copyright2024 Chickensoft Games</Copyright>
20+
<Copyright2025 Chickensoft Games</Copyright>
2121
<Authors>Chickensoft</Authors>
2222
<Company>Chickensoft</Company>
2323

@@ -39,7 +39,7 @@
3939

4040
<!-- The following libraries include the types we need -->
4141
<ItemGroup>
42-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.10.0" PrivateAssets="all" />
42+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" PrivateAssets="all" />
4343
</ItemGroup>
4444

4545
<!-- This ensures the library will be packaged as an analyzer when we use `dotnet pack` -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</PackageReference>
3838
<PackageReference Include="Shouldly" Version="4.2.1" />
3939
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
40-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" PrivateAssets="all" />
40+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" PrivateAssets="all" />
4141
</ItemGroup>
4242

4343
<ItemGroup>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Title>LogicBlocks Generator</Title>
2020
<Version>0.0.0-devbuild</Version>
2121
<Description>See what your hierarchical state machine code looks like as a diagram!</Description>
22-
<Copyright2024 Chickensoft Games</Copyright>
22+
<Copyright2025 Chickensoft Games</Copyright>
2323
<Authors>Chickensoft</Authors>
2424
<Company>Chickensoft</Company>
2525

@@ -46,7 +46,7 @@
4646
<!-- The following libraries include the source generator interfaces and types we need -->
4747
<ItemGroup>
4848
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
49-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" PrivateAssets="all" />
49+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" PrivateAssets="all" />
5050
<PackageReference Include="IsExternalInit" Version="1.0.3" PrivateAssets="all">
5151
</PackageReference>
5252
</ItemGroup>

Chickensoft.LogicBlocks/Chickensoft.LogicBlocks.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<Title>LogicBlocks</Title>
2323
<Version>0.0.0-devbuild</Version>
2424
<Description>Human-friendly, hierarchical state machines for games and apps in C#.</Description>
25-
<Copyright2024 Chickensoft</Copyright>
25+
<Copyright2025 Chickensoft</Copyright>
2626
<Authors>Chickensoft</Authors>
2727
<Company>Chickensoft</Company>
2828

@@ -56,7 +56,7 @@
5656
<PackageReference Include="System.Text.Json" Version="9.0.0" />
5757
<PackageReference Include="Chickensoft.Collections" Version="1.12.6" />
5858
<PackageReference Include="Chickensoft.Introspection" Version="2.2.0" />
59-
<PackageReference Include="Chickensoft.Serialization" Version="2.1.0" />
59+
<PackageReference Include="Chickensoft.Serialization" Version="2.2.0" />
6060
</ItemGroup>
6161

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

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"rollForward": "latestMinor",
4-
"version": "8.0.404"
3+
"version": "8.0.404",
4+
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)