Skip to content

Commit 204f882

Browse files
committed
build(deps): update Microsoft.CodeAnalysis.CSharp version to 4.11.0 and adjust dependabot configuration
1 parent 1bf399b commit 204f882

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7-
7+
ignore:
8+
# This package is closely related to the .NET version on the user's side,
9+
# and if it is too high, the number of environments that do not work will increase.
10+
# Therefore, we want to keep it at the lowest possible version.
11+
- dependency-name: "Microsoft.CodeAnalysis.*"
12+
813
- package-ecosystem: "github-actions"
914
directory: "/"
1015
schedule:

src/IDeepCloneable.Generator/IDeepCloneable.Generator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>
25-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" />
25+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
2626
<PackageReference Include="PolySharp" Version="1.*" Condition="!Exists('packages.config')">
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)