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 5b92512
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
11 changes: 9 additions & 2 deletions .mega-linter.yml → .github/linters/.mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# SPDX-License-Identifier: MIT

---
# yamllint disable-line rule:line-length
# yaml-language-server: $schema=https://raw.githubusercontent.com/oxsecurity/megalinter/main/megalinter/descriptors/schemas/megalinter-configuration.jsonschema.json

# Configuration file for MegaLinter
# See all available variables at https://megalinter.github.io/configuration/ and in linters documentation

Expand All @@ -25,7 +28,11 @@ XML_XMLLINT_FILE_EXTENSIONS:
- .xslt
- .csproj
- .props
- .targets
- .pubxml
- .targets
- .wixproj
- .wxs
# Exclude verbatim copies of external sources that are not under our control.
FILTER_REGEX_EXCLUDE: LICENSES/|dotnet-tools.json
FILTER_REGEX_EXCLUDE: COPYING\.md|LICENSE\.txt|LICENSES/|global.json|dotnet-tools.json
# Exclude additional binary files not already excluded by default.
EDITORCONFIG_EDITORCONFIG_CHECKER_FILTER_REGEX_EXCLUDE: (\.snk$)
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 5b92512

Please sign in to comment.