Skip to content

Commit

Permalink
Update .NET SDK to 8.0.100-rtm.23520.38 (#2004)
Browse files Browse the repository at this point in the history
* Update .NET SDK

Update .NET SDK to version 8.0.100-rtm.23520.38.

---
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 8.0.100-rtm.23520.38 SDK.

Bumps Microsoft.AspNetCore.Authentication.Facebook from 8.0.0-rtm.23519.14 to 8.0.0-rtm.23520.10.
Bumps Microsoft.AspNetCore.Authentication.Google from 8.0.0-rtm.23519.14 to 8.0.0-rtm.23520.10.
Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 8.0.0-rtm.23519.14 to 8.0.0-rtm.23520.10.
Bumps Microsoft.AspNetCore.Authentication.Twitter from 8.0.0-rtm.23519.14 to 8.0.0-rtm.23520.10.
Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 8.0.0-rtm.23519.14 to 8.0.0-rtm.23520.10.
Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.0-rtm.23519.14 to 8.0.0-rtm.23520.10.
Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rtm.23519.14 to 8.0.0-rtm.23520.10.

---
updated-dependencies:
- 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.Polly
  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 21, 2023
1 parent d9bb7a9 commit af126ba
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.0.0" />
<PackageVersion Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
<PackageVersion Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Facebook" Version="8.0.0-rtm.23519.14" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.0-rtm.23519.14" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="8.0.0-rtm.23519.14" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Twitter" Version="8.0.0-rtm.23519.14" />
<PackageVersion Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" Version="8.0.0-rtm.23519.14" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.0-rtm.23519.14" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Facebook" Version="8.0.0-rtm.23520.10" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.0-rtm.23520.10" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="8.0.0-rtm.23520.10" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.Twitter" Version="8.0.0-rtm.23520.10" />
<PackageVersion Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" Version="8.0.0-rtm.23520.10" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.0-rtm.23520.10" />
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.35.4" />
<PackageVersion Include="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.21452.1" />
<PackageVersion Include="Microsoft.Extensions.Http.Polly" Version="8.0.0-rtm.23519.14" />
<PackageVersion Include="Microsoft.Extensions.Http.Polly" Version="8.0.0-rtm.23520.10" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageVersion Include="Microsoft.Playwright" Version="1.38.0" />
<PackageVersion Include="Microsoft.TypeScript.MSBuild" Version="5.2.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": "8.0.100-rtm.23519.30",
"version": "8.0.100-rtm.23520.38",
"allowPrerelease": false,
"rollForward": "latestMajor"
}
Expand Down

0 comments on commit af126ba

Please sign in to comment.