Skip to content

Commit 35423ac

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] <[email protected]>
1 parent 93f0b76 commit 35423ac

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
@@ -67,7 +67,7 @@
6767
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.8.1" />
6868
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.8.0" />
6969
<!-- VS Test -->
70-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
70+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
7171
<!-- Scaffolding -->
7272
<PackageVersion Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.0-rc.1.23461.3" />
7373
<!-- 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.40" />
1616
<PackageReference Include="Microsoft.Maui.Controls.Maps" Version="8.0.40" />
1717

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

2020
<PackageReference Include="xunit" Version="2.8.0" />
2121

0 commit comments

Comments
 (0)