We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94cb89 commit 50370b7Copy full SHA for 50370b7
.github/dependabot.yml
@@ -44,6 +44,8 @@ updates:
44
- dependency-name: "Microsoft.IdentityModel.*"
45
- dependency-name: "Microsoft.Bcl.*"
46
- dependency-name: "Microsoft.SourceLink.*"
47
+ # Ignore Roslyn/CodeAnalysis dependencies to maintain VS 2022 compatibility
48
+ - dependency-name: "Microsoft.CodeAnalysis.*"
49
# Ignore all System product dependencies except those explicitly in testing groups
50
- dependency-name: "System.Diagnostics.*"
51
- dependency-name: "System.IO.*"
0 commit comments