Skip to content

Commit

Permalink
Bump MSTest.Sdk in the mstest group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the mstest group with 1 update in the / directory: [MSTest.Sdk](https://github.com/microsoft/testfx).

Updates `MSTest.Sdk` from 3.6.3 to 3.7.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.6.3...v3.7.0)

---
updated-dependencies:
- dependency-name: MSTest.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mstest
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dorssel committed Dec 24, 2024
1 parent ffd2a83 commit 5a6c7d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ SPDX-License-Identifier: MIT
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
</PropertyGroup>

<PropertyGroup>
<!-- Updates to transitive MSTest.Sdk dependencies -->
<MicrosoftNETTestSdkVersion>17.12.0</MicrosoftNETTestSdkVersion>
</PropertyGroup>

<ItemGroup>
<!-- Required for (Live) Unit Testing -->
<Content Include="$(GitVersionOutputFile)" Link="gitversion.json" CopyToOutputDirectory="PreserveNewest" Visible="false" />
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"rollForward": "latestFeature"
},
"msbuild-sdks": {
"MSTest.Sdk": "3.6.3"
"MSTest.Sdk": "3.7.0"
}
}
}

0 comments on commit 5a6c7d4

Please sign in to comment.