Skip to content

Commit 9e82ce5

Browse files
Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 in the ms-dependencies group (#689)
Bump Microsoft.NET.Test.Sdk in the ms-dependencies group Bumps the ms-dependencies group with 1 update: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest). Updates `Microsoft.NET.Test.Sdk` from 17.9.0 to 17.10.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.10.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ms-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15290a8 commit 9e82ce5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NGitLab.Mock.Tests/NGitLab.Mock.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ProjectReference Include="..\NGitLab.Mock\NGitLab.Mock.csproj" />
88
</ItemGroup>
99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1111
<PackageReference Include="NUnit" Version="4.1.0" />
1212
<PackageReference Include="NUnit.Analyzers" Version="4.2.0">
1313
<PrivateAssets>all</PrivateAssets>

NGitLab.Tests/NGitLab.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="Meziantou.Framework.Versioning" Version="1.3.4" />
1515
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.5" />
1616
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
17-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
17+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
1818
<PackageReference Include="Microsoft.Playwright" Version="1.44.0" />
1919
<PackageReference Include="NuGet.Versioning" Version="6.10.0" />
2020
<PackageReference Include="NUnit" Version="4.1.0" />

0 commit comments

Comments
 (0)