Skip to content

Commit b77e55c

Browse files
authored
Fix 2xx builds (#51118)
1 parent b471af6 commit b77e55c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Microsoft.CodeAnalysis.NetAnalyzers/src/Microsoft.CodeAnalysis.NetAnalyzers.sarif

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"tool": {
77
"name": "Microsoft.CodeAnalysis.CSharp.NetAnalyzers",
8-
"version": "10.0.100",
8+
"version": "10.0.200",
99
"language": "en-US"
1010
},
1111
"rules": {
@@ -708,7 +708,7 @@
708708
{
709709
"tool": {
710710
"name": "Microsoft.CodeAnalysis.NetAnalyzers",
711-
"version": "10.0.100",
711+
"version": "10.0.200",
712712
"language": "en-US"
713713
},
714714
"rules": {
@@ -6503,7 +6503,7 @@
65036503
{
65046504
"tool": {
65056505
"name": "Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers",
6506-
"version": "10.0.100",
6506+
"version": "10.0.200",
65076507
"language": "en-US"
65086508
},
65096509
"rules": {

0 commit comments

Comments
 (0)