diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-17 01:19:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-17 01:19:04 +0100 |
commit | 8c50943a2e0a303e8fdb2bf418283a376ad3ce6f (patch) | |
tree | 13cc833b7e49d6365932569e30cde9ded13210e5 | |
parent | ec4cd57ccfada247d720b41c1913299abc733c74 (diff) |
nuget: bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 (#4137)1.1.476
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.0 to 17.4.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.4.0...v17.4.1)
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Directory.Packages.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Directory.Packages.props b/Directory.Packages.props index 10a26484..5f434bf1 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -22,7 +22,7 @@ <PackageVersion Include="LibHac" Version="0.17.0" /> <PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" /> <PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.4.0" /> - <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.4.0" /> + <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.4.1" /> <PackageVersion Include="MsgPack.Cli" Version="1.0.1" /> <PackageVersion Include="NUnit" Version="3.13.3" /> <PackageVersion Include="NUnit3TestAdapter" Version="3.17.0" /> |