Skip to content

Commit

Permalink
Update .NET SDK to 9.0.100-rtm.24512.1 (#2830)
Browse files Browse the repository at this point in the history
* Update .NET SDK

Update .NET SDK to version 9.0.100-rtm.24512.1.

---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: costellobot <[email protected]>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 9.0.100-rtm.24512.1 SDK.

Bumps Microsoft.AspNetCore.Authentication.Google from 9.0.0-rtm.24509.6 to 9.0.0-rtm.24511.11.
Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 9.0.0-rtm.24509.6 to 9.0.0-rtm.24511.11.
Bumps Microsoft.AspNetCore.Authentication.Twitter from 9.0.0-rtm.24509.6 to 9.0.0-rtm.24511.11.
Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-rtm.24509.6 to 9.0.0-rtm.24511.11.
Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-rtm.24509.6 to 9.0.0-rtm.24511.11.
Bumps Microsoft.AspNetCore.OpenApi from 9.0.0-rtm.24509.6 to 9.0.0-rtm.24511.11.
Bumps System.Text.Json from 9.0.0-rtm.24509.7 to 9.0.0-rtm.24511.16.

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.Google
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Authentication.MicrosoftAccount
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Authentication.Twitter
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.AzureAppServices.HostingStartup
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <[email protected]>

---------

Signed-off-by: costellobot <[email protected]>
  • Loading branch information
costellobot authored Oct 12, 2024
1 parent 564004f commit 5386a37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<PackageVersion Include="JustEat.HttpClientInterception" Version="4.3.0" />
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.4.0" />
<PackageVersion Include="MartinCostello.OpenApi.Extensions" Version="1.0.0-beta.306" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Google" Version="9.0.0-rtm.24509.6" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="9.0.0-rtm.24509.6" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Twitter" Version="9.0.0-rtm.24509.6" />
<PackageVersion Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" Version="9.0.0-rtm.24509.6" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0-rtm.24509.6" />
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0-rtm.24509.6" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Google" Version="9.0.0-rtm.24511.11" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="9.0.0-rtm.24511.11" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Twitter" Version="9.0.0-rtm.24511.11" />
<PackageVersion Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" Version="9.0.0-rtm.24511.11" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0-rtm.24511.11" />
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="9.0.0-rtm.24511.11" />
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.44.0" />
<PackageVersion Include="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24414.3" />
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="9.0.0-preview.9.24507.7" />
Expand All @@ -54,7 +54,7 @@
<PackageVersion Include="Shouldly" Version="4.2.1" />
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="8.1.2" />
<PackageVersion Include="System.Private.Uri" Version="4.3.2" />
<PackageVersion Include="System.Text.Json" Version="9.0.0-rtm.24509.7" />
<PackageVersion Include="System.Text.Json" Version="9.0.0-rtm.24511.16" />
<PackageVersion Include="Verify.Xunit" Version="26.6.0" />
<PackageVersion Include="xRetry" Version="1.9.0" />
<PackageVersion Include="xunit" Version="2.9.2" />
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.100-rtm.24509.30",
"version": "9.0.100-rtm.24512.1",
"allowPrerelease": false,
"rollForward": "latestMajor"
}
Expand Down

0 comments on commit 5386a37

Please sign in to comment.