Skip to content

Commit 322a71c

Browse files
Update .NET SDK to 9.0.306 (#1120)
* Update .NET SDK Update .NET SDK to version 9.0.306. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-version: 9.0.306 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: aspnet-contrib-service-account[bot] <161750942+aspnet-contrib-service-account[bot]@users.noreply.github.com> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 9.0.306 SDK. Bumps Microsoft.AspNetCore.Authentication.Google from 9.0.9 to 9.0.10. Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.9 to 9.0.10. Bumps Microsoft.AspNetCore.TestHost from 9.0.9 to 9.0.10. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Authentication.Google dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.AspNetCore.TestHost dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: aspnet-contrib-service-account[bot] <161750942+aspnet-contrib-service-account[bot]@users.noreply.github.com> --------- Signed-off-by: aspnet-contrib-service-account[bot] <161750942+aspnet-contrib-service-account[bot]@users.noreply.github.com> Co-authored-by: aspnet-contrib-service-account[bot] <161750942+aspnet-contrib-service-account[bot]@users.noreply.github.com>
1 parent 855ff38 commit 322a71c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<PackageVersion Include="JetBrains.Annotations" Version="2024.3.0" />
55
<PackageVersion Include="JustEat.HttpClientInterception" Version="5.1.0" />
66
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.5.1" />
7-
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Google" Version="9.0.9" />
8-
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.9" />
9-
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="9.0.9" />
7+
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Google" Version="9.0.10" />
8+
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.10" />
9+
<PackageVersion Include="Microsoft.AspNetCore.TestHost" Version="9.0.10" />
1010
<PackageVersion Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.0.0" />
1111
<PackageVersion Include="NSubstitute" Version="5.3.0" />
1212
<PackageVersion Include="Shouldly" Version="4.3.0" />

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"sdk": {
3-
"version": "9.0.305",
3+
"version": "9.0.306",
44
"allowPrerelease": true,
55
"rollForward": "major"
66
},
77

88
"tools": {
9-
"dotnet": "9.0.305"
9+
"dotnet": "9.0.306"
1010
},
1111

1212
"msbuild-sdks": {

0 commit comments

Comments
 (0)