Skip to content

Commit 21929ba

Browse files
Bump the ms-dependencies group with 2 updates (#847)
Bumps the ms-dependencies group with 2 updates: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). Updates `Microsoft.NET.Test.Sdk` from 17.12.0 to 17.13.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.12.0...v17.13.0) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ms-dependencies - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch 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 6d45d64 commit 21929ba

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.12.0" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1111
<PackageReference Include="NUnit" Version="4.3.2" />
1212
<PackageReference Include="NUnit.Analyzers" Version="4.6.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.5" />
1515
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.12" />
1616
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.1" />
17-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
17+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1818
<PackageReference Include="Microsoft.Playwright" Version="1.49.0" />
1919
<PackageReference Include="NuGet.Versioning" Version="6.12.1" />
2020
<PackageReference Include="NUnit" Version="4.3.2" />

0 commit comments

Comments
 (0)