Skip to content

Commit 40c057d

Browse files
Bump MSTest.TestFramework from 3.7.3 to 3.8.3 in /ContestProjectTests (#39)
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.7.3 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@v3.7.3...v3.8.3) --- updated-dependencies: - dependency-name: MSTest.TestFramework dependency-version: 3.8.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e419852 commit 40c057d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ContestProjectTests/ContestProjectTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0-windows</TargetFramework>
@@ -13,7 +13,7 @@
1313
<PackageReference Include="FluentAssertions" Version="7.0.0" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1515
<PackageReference Include="MSTest.TestAdapter" Version="3.7.3" />
16-
<PackageReference Include="MSTest.TestFramework" Version="3.7.3" />
16+
<PackageReference Include="MSTest.TestFramework" Version="3.8.3" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

0 commit comments

Comments
 (0)