From bc8556508cbdc4e186d8f53faef773f1e4ee9f1e Mon Sep 17 00:00:00 2001 From: martincostello Date: Tue, 10 Jun 2025 21:16:12 +0100 Subject: [PATCH] Update to ASP.NET Core 10 preview 5 Update to preview 5 of ASP.NET Core 10. --- Directory.Packages.props | 10 +++++----- global.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 632e92d..c6b66e5 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,11 +3,11 @@ - - - - - + + + + + diff --git a/global.json b/global.json index 7b70c39..b348321 100644 --- a/global.json +++ b/global.json @@ -1,12 +1,12 @@ { "sdk": { - "version": "10.0.100-preview.4.25258.110", + "version": "10.0.100-preview.5.25277.114", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "10.0.100-preview.4.25258.110" + "dotnet": "10.0.100-preview.5.25277.114" }, "msbuild-sdks": {