Skip to content

Commit ab4ccd4

Browse files
Bump the "dotnet-sdk-updates" group with 2 updates across multiple ecosystems (#912)
Bumps the dotnet-sdk-updates group with 1 update: [dotnet-sdk](https://github.com/dotnet/sdk). Updates `dotnet-sdk` from 10.0.103 to 10.0.200 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/sdk/releases">dotnet-sdk's releases</a>.</em></p> <blockquote> <h2>.NET 10.0.4</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v10.0.4">Release</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/sdk/commit/9396d43dc6d7b16db3af666867585c4f4db99628"><code>9396d43</code></a> [release/10.0.2xx] Update dependencies from microsoft/testfx (<a href="https://redirect.github.com/dotnet/sdk/issues/53040">#53040</a>)</li> <li><a href="https://github.com/dotnet/sdk/commit/5b3917af91a0246205074da0ce417bf737c8c032"><code>5b3917a</code></a> [release/10.0.2xx] Source code updates from dotnet/dotnet (<a href="https://redirect.github.com/dotnet/sdk/issues/53033">#53033</a>)</li> <li><a href="https://github.com/dotnet/sdk/commit/999a5e9a338794a7665c268e6d19d07de80888a5"><code>999a5e9</code></a> Update dependencies from <a href="https://github.com/microsoft/testfx">https://github.com/microsoft/testfx</a> build 20260213.4</li> <li><a href="https://github.com/dotnet/sdk/commit/eb732b27d6a41344cdcae4ae04d4b40d314dc184"><code>eb732b2</code></a> Update dependencies from build 301816</li> <li><a href="https://github.com/dotnet/sdk/commit/df978416d54ac21a8ab7bbd8792c8c955bd2e2d5"><code>df97841</code></a> Update dependencies from build 301795</li> <li><a href="https://github.com/dotnet/sdk/commit/6e84e96b38d00ac85c0474b1c3ffad7f216dc63d"><code>6e84e96</code></a> [release/10.0.2xx] Update dependencies from microsoft/testfx (<a href="https://redirect.github.com/dotnet/sdk/issues/53025">#53025</a>)</li> <li><a href="https://github.com/dotnet/sdk/commit/57831601d90c62d7dbb6323524510ad2cbe859aa"><code>5783160</code></a> Update dependencies from <a href="https://github.com/microsoft/testfx">https://github.com/microsoft/testfx</a> build 20260212.1</li> <li><a href="https://github.com/dotnet/sdk/commit/43549ea17b6e3e6d91dcf89f04e4ea0a202c1ac0"><code>43549ea</code></a> [release/10.0.2xx] Update dependencies from microsoft/testfx (<a href="https://redirect.github.com/dotnet/sdk/issues/53000">#53000</a>)</li> <li><a href="https://github.com/dotnet/sdk/commit/3ee9b7d8c9d2d69561792dc2c961cfedae4481d5"><code>3ee9b7d</code></a> Update dependencies from <a href="https://github.com/microsoft/testfx">https://github.com/microsoft/testfx</a> build 20260211.3</li> <li><a href="https://github.com/dotnet/sdk/commit/ff55ce37e94d59306a05a0223fbd598fbf8fcc77"><code>ff55ce3</code></a> [release/10.0.2xx] Update dependencies from microsoft/testfx (<a href="https://redirect.github.com/dotnet/sdk/issues/52970">#52970</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/sdk/compare/v10.0.103...v10.0.200">compare view</a></li> </ul> </details> <br /> Bumps the dotnet-sdk-updates group in /EssentialCSharp.Web with 1 update: dotnet/sdk. Updates `dotnet/sdk` from 10.0.103 to 10.0.200 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f301b1f commit ab4ccd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

EssentialCSharp.Web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55
EXPOSE 8080
66
EXPOSE 8081
77

8-
FROM mcr.microsoft.com/dotnet/sdk:10.0.103 AS build
8+
FROM mcr.microsoft.com/dotnet/sdk:10.0.200 AS build
99
ARG ACCESS_TO_NUGET_FEED=true
1010
ENV ACCESS_TO_NUGET_FEED=$ACCESS_TO_NUGET_FEED
1111
RUN sh -c "$(curl -fsSL https://aka.ms/install-artifacts-credprovider.sh)"

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "10.0.103",
3+
"version": "10.0.200",
44
"rollForward": "latestMinor"
55
},
66
"test": {

0 commit comments

Comments
 (0)