From 9b715ebc6752892c36a39584b5a81fa1228fefc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 23:46:16 +0000 Subject: [PATCH] Update Microsoft.NET.Test.Sdk requirement from 17.6.* to 17.7.* Updates the requirements on [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) to permit the latest version. - [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.6.0...v17.7.2) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 17f6f79512..f2b80f15bd 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -40,6 +40,6 @@ 6.0.* 2.3.* 4.18.* - 17.6.* + 17.7.*