Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 766acbc

Browse files
chore(deps): bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.11.1 to 17.12.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.11.1...v17.12.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 0bf2dd1 commit 766acbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<ItemGroup>
33
<PackageReference Include="Cnblogs.Serilog.Extensions" Version="1.1.0" />
4-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
4+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
55
<PackageReference Include="xunit" Version="2.9.2" />
66
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
77
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
@@ -14,7 +14,7 @@
1414
</ItemGroup>
1515

1616
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
17-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.10" />
17+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0" />
1818
</ItemGroup>
1919
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
2020
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0" />

‎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="9.0.0" />
5-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
5+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
66
<PackageReference Include="xunit" Version="2.9.2" />
77
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
88
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /