Skip to content

Commit

Permalink
Update .NET SDK to 9.0.100-preview.3.24162.35 (#2249)
Browse files Browse the repository at this point in the history
* Update .NET SDK

Update .NET SDK to version 9.0.100-preview.3.24162.35.

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

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>

* Bump .NET NuGet packages

Bumps .NET dependencies to their latest versions for the .NET 9.0.100-preview.3.24162.35 SDK.

Bumps AspNet.Security.OAuth.Amazon from 9.0.0-preview.1.24129.76 to 9.0.0-preview.2.24162.89.
Bumps AspNet.Security.OAuth.Apple from 9.0.0-preview.1.24129.76 to 9.0.0-preview.2.24162.89.
Bumps AspNet.Security.OAuth.GitHub from 9.0.0-preview.1.24129.76 to 9.0.0-preview.2.24162.89.
Bumps Microsoft.AspNetCore.Authentication.Facebook from 9.0.0-preview.3.24161.11 to 9.0.0-preview.3.24162.20.
Bumps Microsoft.AspNetCore.Authentication.Google from 9.0.0-preview.3.24161.11 to 9.0.0-preview.3.24162.20.
Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 9.0.0-preview.3.24161.11 to 9.0.0-preview.3.24162.20.
Bumps Microsoft.AspNetCore.Authentication.Twitter from 9.0.0-preview.3.24161.11 to 9.0.0-preview.3.24162.20.
Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-preview.3.24161.11 to 9.0.0-preview.3.24162.20.
Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-preview.3.24161.11 to 9.0.0-preview.3.24162.20.
Bumps Microsoft.Extensions.Http.Resilience from 9.0.0-preview.3.24161.2 to 9.0.0-preview.3.24162.12.

---
updated-dependencies:
- dependency-name: AspNet.Security.OAuth.Amazon
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: AspNet.Security.OAuth.Apple
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: AspNet.Security.OAuth.GitHub
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.AspNetCore.Authentication.Facebook
  dependency-type: direct:production
  update-type: version-update:semver-major
- 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.Extensions.Http.Resilience
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>

---------

Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
  • Loading branch information
costellobot authored and martincostello committed Apr 9, 2024
1 parent 2ab0970 commit 53a1062
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 @@ -16,15 +16,15 @@
<PackageVersion Include="JustEat.HttpClientInterception" Version="4.2.1" />
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
<PackageVersion Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Facebook" Version="9.0.0-preview.3.24161.11" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Google" Version="9.0.0-preview.3.24161.11" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="9.0.0-preview.3.24161.11" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Twitter" Version="9.0.0-preview.3.24161.11" />
<PackageVersion Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" Version="9.0.0-preview.3.24161.11" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0-preview.3.24161.11" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Facebook" Version="9.0.0-preview.3.24162.20" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Google" Version="9.0.0-preview.3.24162.20" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="9.0.0-preview.3.24162.20" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Twitter" Version="9.0.0-preview.3.24162.20" />
<PackageVersion Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" Version="9.0.0-preview.3.24162.20" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.0-preview.3.24162.20" />
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.38.1" />
<PackageVersion Include="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.21452.1" />
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="9.0.0-preview.3.24161.2" />
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="9.0.0-preview.3.24162.12" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="Microsoft.Playwright" Version="1.42.0" />
<PackageVersion Include="Microsoft.TypeScript.MSBuild" Version="5.4.4" />
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-preview.3.24162.1",
"version": "9.0.100-preview.3.24162.35",
"allowPrerelease": false,
"rollForward": "latestMajor"
}
Expand Down

0 comments on commit 53a1062

Please sign in to comment.