File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
src/IDeepCloneable.Generator Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments