From 1fa2b332b9fe68e6846e4d4c82b3ae2c6bef8cef Mon Sep 17 00:00:00 2001
From: costellobot <102549341+costellobot@users.noreply.github.com>
Date: Mon, 11 Sep 2023 14:18:47 +0100
Subject: [PATCH] Update .NET SDK to 8.0.100-rc.2.23460.1 (#1937)
* Update .NET SDK
Update .NET SDK to version 8.0.100-rc.2.23460.1.
---
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.23460.1 SDK.
Bumps Microsoft.AspNetCore.Authentication.Facebook from 8.0.0-rc.2.23428.15 to 8.0.0-rc.2.23460.4.
Bumps Microsoft.AspNetCore.Authentication.Google from 8.0.0-rc.2.23428.15 to 8.0.0-rc.2.23460.4.
Bumps Microsoft.AspNetCore.Authentication.MicrosoftAccount from 8.0.0-rc.2.23428.15 to 8.0.0-rc.2.23460.4.
Bumps Microsoft.AspNetCore.Authentication.Twitter from 8.0.0-rc.2.23428.15 to 8.0.0-rc.2.23460.4.
Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 8.0.0-rc.2.23428.15 to 8.0.0-rc.2.23460.4.
Bumps Microsoft.AspNetCore.Mvc.Testing from 8.0.0-rc.2.23428.15 to 8.0.0-rc.2.23460.4.
Bumps Microsoft.Extensions.Http.Polly from 8.0.0-rc.2.23428.15 to 8.0.0-rc.2.23460.4.
---
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 defe38765..92b8d2fe5 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -16,15 +16,15 @@
-
-
-
-
-
-
+
+
+
+
+
+
-
+
diff --git a/global.json b/global.json
index 6b0be6546..f093bdfeb 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.100-rc.2.23428.11",
+ "version": "8.0.100-rc.2.23460.1",
"allowPrerelease": false,
"rollForward": "latestMajor"
}