From 1a532e206259e622002e8cd684bf2f2426e1378f Mon Sep 17 00:00:00 2001 From: costellobot <102549341+costellobot@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:22:19 +0100 Subject: [PATCH] Update .NET SDK to 8.0.100-rc.2.23472.8 (#1957) * Update .NET SDK Update .NET SDK to version 8.0.100-rc.2.23472.8. --- 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 8.0.100-rc.2.23472.8 SDK. Bumps Microsoft.AspNetCore.Authentication.Facebook from 8.0.0-rc.2.23460.4 to 8.0.0-rc.2.23472.9. Bumps Microsoft.AspNetCore.Authentication.Google from 8.0.0-rc.2.23460.4 to 8.0.0-rc.2.23472.9. Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 8.0.0-rc.2.23460.4 to 8.0.0-rc.2.23472.9. Bumps Microsoft.AspNetCore.Authentication.Twitter from 8.0.0-rc.2.23460.4 to 8.0.0-rc.2.23472.9. Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 8.0.0-rc.2.23460.4 to 8.0.0-rc.2.23472.9. Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.0-rc.2.23460.4 to 8.0.0-rc.2.23472.9. Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rc.2.23460.4 to 8.0.0-rc.2.23472.9. --- 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 <102549341+costellobot@users.noreply.github.com> --------- Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> --- Directory.Packages.props | 14 +++++++------- global.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 6e33320dc..fccfdea2a 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -16,15 +16,15 @@ - - - - - - + + + + + + - + diff --git a/global.json b/global.json index f093bdfeb..ed67ad3e5 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100-rc.2.23460.1", + "version": "8.0.100-rc.2.23472.8", "allowPrerelease": false, "rollForward": "latestMajor" }