deps: Update dependency dotnet-sdk to v10.0.302 - #213
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c585f6e76c
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "sdk": { | ||
| "rollForward": "latestFeature", | ||
| "version": "10.0.301", | ||
| "version": "10.0.302", |
There was a problem hiding this comment.
Update the template SDK version stamp too
When this package is packed and users scaffold a project with dotnet new, the generated global.json is stamped from DotNetSdkVersion in src/Build/Common/Version.props, which still declares 10.0.301, and src/ANcpLua.NET.Sdk.Templates.csproj substitutes that property into the template. This change updates only the repo-level SDK pin to 10.0.302, so the dependency update will not propagate to the templates this package ships.
Useful? React with 👍 / 👎.
This PR contains the following updates:
10.0.301→10.0.302Release Notes
dotnet/sdk (dotnet-sdk)
v10.0.302: .NET 10.0.10Compare Source
Release
What's Changed
PosixSignalRegistrationby @jonathanpeppers in #52466dotnet runby @jonathanpeppers in #52608dotnet run -e FOO=BARpasses@(RuntimeEnvironmentVariable)by @jonathanpeppers in #526642902832by @dotnet-bot in #53009$(Device)global property missing duringDeployToDevicetarget by @jonathanpeppers in #53018#:includeby @jjonescz in #523472912121by @dotnet-bot in #531232914767by @dotnet-bot in #53195dotnet tool exec- running dnx is implicit approval by @marcpopMSFT with @Copilot in #529562918587by @dotnet-bot in #532442918883by @dotnet-bot in #532702921244by @dotnet-bot in #53323--artifacts-pathsupport todotnet testin MTP mode by @Youssef1313 with @Copilot in #53353.csin file-based app virtual.csprojfile name by @jjonescz in #53182dotnet tool exec/dnxfailing when tool exists indotnet-tools.jsonbut not yet restored by @marcpopMSFT with @Copilot in #53361NETSDK1005when project refs different TFMs by @jonathanpeppers in #535232934590by @dotnet-bot in #53554dotnet reference add/removefailing when no--projectis specified by @github-actions[bot] in #536012938097by @dotnet-bot in #536192938919by @dotnet-bot in #536242943136by @dotnet-bot in #53690dotnet clean file-based-appsin docs by @jjonescz in #53806source-build-assetsrepo by @NikolaMilosavljevic in #53811#:refdirective for file-based apps by @jjonescz in #534802951665by @dotnet-bot in #53851Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.