Skip to content

Commit 956c88a

Browse files
committed
fix: also pin CSharp analyzer
1 parent 7bff5a5 commit 956c88a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Chickensoft.GodotNodeInterfaces/Chickensoft.GodotNodeInterfaces.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Title>Chickensoft.GodotNodeInterfaces</Title>
1717
<Version>0.0.0-devbuild</Version>
1818
<Description />
19-
<Copyright2023 Chickensoft</Copyright>
19+
<Copyright2025 Chickensoft</Copyright>
2020
<Authors>Chickensoft</Authors>
2121
<Company>Chickensoft</Company>
2222

Chickensoft.GodotNodeInterfacesGenerator/Chickensoft.GodotNodeInterfacesGenerator.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<!-- Dependencies go here. -->
1919
<PackageReference Include="GodotSharp" Version="4.3.0" />
2020
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
21-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" PrivateAssets="all" />
21+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" PrivateAssets="all" />
2222
<!-- Lets us get XML documentation easily. -->
2323
<PackageReference Include="Towel" Version="1.0.40" />
2424
</ItemGroup>

renovate.json

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
],
2222
"allowedVersions": "<9"
2323
},
24+
{
25+
"matchPackageNames": [
26+
"Microsoft.CodeAnalysis.CSharp"
27+
],
28+
"allowedVersions": "<4.12.0"
29+
},
2430
{
2531
"matchPackagePrefixes": [
2632
"GodotSharp",

0 commit comments

Comments
 (0)