Skip to content

Commit 202f3ee

Browse files
Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.11.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.9.0 to 17.11.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.9.0...v17.11.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9da1ecc commit 202f3ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.9.0" />
7070
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.9.0" />
7171
<!-- VS Test -->
72-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
72+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
7373
<!-- Scaffolding -->
7474
<PackageVersion Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.0-rc.1.23461.3" />
7575
<!-- Grpc -->

tests/ClientApp.UnitTests/ClientApp.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.80" />
1616
<PackageReference Include="Microsoft.Maui.Controls.Maps" Version="8.0.80" />
1717

18-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
18+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
1919

2020
<PackageReference Include="coverlet.collector" Version="6.0.2">
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)