Skip to content

Commit bedbe98

Browse files
Merge pull request #33246 from dotnet/dependabot/nuget/docs/csharp/roslyn-sdk/tutorials/snippets/how-to-write-csharp-analyzer-code-fix/MakeConst/MakeConst.Test/MSTest.TestAdapter-3.0.2
Bump MSTest.TestAdapter from 3.0.1 to 3.0.2 in /docs/csharp/roslyn-sdk/tutorials/snippets/how-to-write-csharp-analyzer-code-fix/MakeConst/MakeConst.Test
2 parents d9046ca + 939426c commit bedbe98

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
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
12-
<PackageReference Include="MSTest.TestAdapter" Version="3.0.1" />
12+
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
1313
<PackageReference Include="MSTest.TestFramework" Version="3.0.2" />
1414
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.4.0" />
1515
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.MSTest" Version="1.1.1" />

0 commit comments

Comments
 (0)