Skip to content

Commit 07abf54

Browse files
Merge pull request #38384 from dotnet/dependabot/nuget/docs/csharp/roslyn-sdk/tutorials/snippets/how-to-write-csharp-analyzer-code-fix/MakeConst/MakeConst.Test/Microsoft.CodeAnalysis-4.8.0
Bump Microsoft.CodeAnalysis from 4.7.0 to 4.8.0 in /docs/csharp/roslyn-sdk/tutorials/snippets/how-to-write-csharp-analyzer-code-fix/MakeConst/MakeConst.Test
2 parents 63bc96e + fb8cbc6 commit 07abf54

File tree

1 file changed

+1
-1
lines changed
  • docs/csharp/roslyn-sdk/tutorials/snippets/how-to-write-csharp-analyzer-code-fix/MakeConst/MakeConst.Test

1 file changed

+1
-1
lines changed

docs/csharp/roslyn-sdk/tutorials/snippets/how-to-write-csharp-analyzer-code-fix/MakeConst/MakeConst.Test/MakeConst.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
1313
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
14-
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.7.0" />
14+
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.8.0" />
1515
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.MSTest" Version="1.1.1" />
1616
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.MSTest" Version="1.1.1" />
1717
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeRefactoring.Testing.MSTest" Version="1.1.1" />

0 commit comments

Comments
 (0)