Skip to content

Commit 9b753b1

Browse files
Bump Microsoft.NET.Test.Sdk
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.1 to 17.4.1. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.3.1...v17.4.1) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f1c6671 commit 9b753b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/getting-started/unit-testing-with-fsharp-mstest/MathService.Tests/MathService.Tests.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.1" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
1616
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
1717
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
1818
</ItemGroup>

0 commit comments

Comments
 (0)