Skip to content

Commit a7d84d4

Browse files
Bump MSTest.TestFramework from 2.2.4 to 3.8.3
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 2.2.4 to 3.8.3. - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v2.2.4...v3.8.3) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-version: 3.8.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b349d06 commit a7d84d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MyNumberNET_Test/MyNumberNET_Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<ItemGroup>
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
2121
<PackageReference Include="MSTest.TestAdapter" Version="3.8.3" />
22-
<PackageReference Include="MSTest.TestFramework" Version="2.2.4" />
22+
<PackageReference Include="MSTest.TestFramework" Version="3.8.3" />
2323
</ItemGroup>
2424
<ItemGroup>
2525
<ProjectReference Include="..\MyNumberNET\MyNumberNET.csproj" />

0 commit comments

Comments
 (0)