Skip to content

Commit cae6601

Browse files
Merge pull request #31873 from dotnet/dependabot/nuget/docs/csharp/roslyn-sdk/tutorials/snippets/how-to-write-csharp-analyzer-code-fix/MakeConst/MakeConst.Test/MSTest.TestFramework-2.2.10
Bump MSTest.TestFramework from 1.3.2 to 2.2.10 in /docs/csharp/roslyn-sdk/tutorials/snippets/how-to-write-csharp-analyzer-code-fix/MakeConst/MakeConst.Test
2 parents 5d1ab76 + 2037c16 commit cae6601

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
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
13-
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
13+
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
1414
<PackageReference Include="Microsoft.CodeAnalysis" Version="3.3.1" />
1515
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.MSTest" Version="1.1.0" />
1616
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.MSTest" Version="1.1.0" />

0 commit comments

Comments
 (0)