Skip to content

Commit 54ec918

Browse files
chore(deps): bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 (#131)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.3 to 17.7.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.6.3...v17.7.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ad7140 commit 54ec918

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Cnblogs.Architecture.IntegrationTests/Cnblogs.Architecture.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ItemGroup>
33
<PackageReference Include="Cnblogs.Serilog.Extensions" Version="1.1.0" />
44
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.9" />
5-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
5+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
66
<PackageReference Include="xunit" Version="2.5.0" />
77
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
88
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

test/Cnblogs.Architecture.UnitTests/Cnblogs.Architecture.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<ItemGroup>
44
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.9" />
5-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
5+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
66
<PackageReference Include="xunit" Version="2.5.0" />
77
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
88
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)