From 6f5f4c67d9105101caf5835e3b46d96d1abaf30a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 5 Sep 2024 09:20:52 +0000
Subject: [PATCH] chore(deps): bump Microsoft.NET.Test.Sdk from 17.11.0 to
 17.11.1

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.11.0 to 17.11.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.11.0...v17.11.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>
---
 .../DroidSolutions.Oss.SemanticVersionTest.csproj               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/DroidSolutions.Oss.SemanticVersionTest/DroidSolutions.Oss.SemanticVersionTest.csproj b/test/DroidSolutions.Oss.SemanticVersionTest/DroidSolutions.Oss.SemanticVersionTest.csproj
index 70ed6b1..1ca4aea 100644
--- a/test/DroidSolutions.Oss.SemanticVersionTest/DroidSolutions.Oss.SemanticVersionTest.csproj
+++ b/test/DroidSolutions.Oss.SemanticVersionTest/DroidSolutions.Oss.SemanticVersionTest.csproj
@@ -14,7 +14,7 @@
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
       <PrivateAssets>all</PrivateAssets>
     </PackageReference>
-    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
+    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
     <PackageReference Include="xunit" Version="2.9.0" />
     <PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>