From f40acf82ab57602f4023eaccfeffe06e7c4f9bbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 05:07:13 +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.300 to 10.0.301 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.300 to 10.0.301 - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](https://github.com/dotnet/sdk/compare/v10.0.300...v10.0.301) --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 10.0.301 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-sdk-updates - dependency-name: dotnet-sdk dependency-version: 10.0.301 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 5c2c90d1..20b3f5b8 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.300 AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0.301 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 0ecc7ec0..4be51f01 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.300", + "version": "10.0.301", "rollForward": "latestMinor" }, "test": {