From 2011dbb349d57b872503dacf8e2c3dae932cfa87 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 18 Sep 2025 11:20:04 +0000 Subject: [PATCH 1/2] Initial plan From 8d60c6a7ed39ebf850d6f23128f48977c1620cb8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 18 Sep 2025 11:25:23 +0000 Subject: [PATCH 2/2] Update to .NET 9.0: global.json and Dockerfile changes Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com> --- EssentialCSharp.Web/Dockerfile | 2 +- global.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EssentialCSharp.Web/Dockerfile b/EssentialCSharp.Web/Dockerfile index 6737327b..7aaac568 100644 --- a/EssentialCSharp.Web/Dockerfile +++ b/EssentialCSharp.Web/Dockerfile @@ -5,7 +5,7 @@ WORKDIR /app EXPOSE 8080 EXPOSE 8081 -FROM mcr.microsoft.com/dotnet/sdk:9.0.305 AS build +FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build ARG ACCESS_TO_NUGET_FEED=true ENV ACCESS_TO_NUGET_FEED=$ACCESS_TO_NUGET_FEED RUN sh -c "$(curl -fsSL https://aka.ms/install-artifacts-credprovider.sh)" diff --git a/global.json b/global.json index e7673427..5b8061cc 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.101", - "rollForward": "latestMinor" + "version": "9.0.100", + "rollForward": "latestPatch" } } \ No newline at end of file