Skip to content

Commit beece0c

Browse files
chore(deps): bump dotnet-sdk from 10.0.103 to 10.0.201 (#160)
Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.103 to 10.0.201. <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.201">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dotnet-sdk&package-manager=dotnet_sdk&previous-version=10.0.103&new-version=10.0.201)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ada7050 commit beece0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"sdk": {
3-
"version": "10.0.103",
3+
"version": "10.0.201",
44
"allowPrerelease": false,
55
"rollForward": "latestMinor"
66
},
77
"tools": {
8-
"dotnet": "10.0.103",
8+
"dotnet": "10.0.201",
99
"rollForward": "latestMinor"
1010
},
1111
"msbuild-sdks": {

0 commit comments

Comments
 (0)