From 3a631fa8502f8173b46979a6160b48ffabfb0a30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 05:06:36 +0000 Subject: [PATCH] chore(deps): bump dotnet/sdk Bumps the dotnet-sdk-updates group in /EssentialCSharp.Web with 1 update: dotnet/sdk. Updates `dotnet/sdk` from 10.0.301 to 10.0.302 chore(deps): bump dotnet-sdk in the dotnet-sdk-updates group Bumps the dotnet-sdk-updates group with 1 update: [dotnet-sdk](https://github.com/dotnet/sdk). Updates `dotnet-sdk` from 10.0.301 to 10.0.302 - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/compare/v10.0.301...v10.0.302) --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 10.0.302 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-sdk-updates - dependency-name: dotnet-sdk dependency-version: 10.0.302 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-sdk-updates ... Signed-off-by: dependabot[bot] --- EssentialCSharp.Web/Dockerfile | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EssentialCSharp.Web/Dockerfile b/EssentialCSharp.Web/Dockerfile index 20b3f5b8..52554f82 100644 --- a/EssentialCSharp.Web/Dockerfile +++ b/EssentialCSharp.Web/Dockerfile @@ -15,7 +15,7 @@ COPY EssentialCSharp.Web/src ./src COPY EssentialCSharp.Web/wwwroot/js ./wwwroot/js RUN npm run build -FROM mcr.microsoft.com/dotnet/sdk:10.0.301 AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0.302 AS build ARG ACCESS_TO_NUGET_FEED=true ENV ACCESS_TO_NUGET_FEED=$ACCESS_TO_NUGET_FEED WORKDIR /src diff --git a/global.json b/global.json index 4be51f01..04f364f2 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.301", + "version": "10.0.302", "rollForward": "latestMinor" }, "test": {