Skip to content

Commit 51ac8d9

Browse files
Bump the dotnet group with 1 update
Bumps MSTest.TestFramework from 3.10.4 to 3.10.5 --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-version: 3.10.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2804bc3 commit 51ac8d9

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="17.13.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="3.10.4" />
13-
<PackageReference Include="MSTest.TestFramework" Version="3.10.4" />
13+
<PackageReference Include="MSTest.TestFramework" Version="3.10.5" />
1414
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.14.0" />
1515
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing.MSTest" Version="1.1.2" />
1616
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.MSTest" Version="1.1.2" />

0 commit comments

Comments
 (0)