Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository’s .NET SDK pin and several Microsoft.Extensions.* / System.Text.Json NuGet dependencies to the 10.0.3 patch level across templates, samples, and build tooling.
Changes:
- Bump
Microsoft.Extensions.*andSystem.Text.Jsonpackage references from10.0.2→10.0.3in templates and sample projects. - Bump repo SDK pin in
global.jsonfrom10.0.102→10.0.103. - Update build project dependency
Microsoft.Extensions.Options.DataAnnotationsto10.0.3.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| source/Nice3point.Revit.Templates/Nice3point.Revit.AddIn/Nice3point.Revit.AddIn.1.csproj | Bumps Microsoft.Extensions.DependencyInjection / Hosting to 10.0.3 in template. |
| source/Nice3point.Revit.Templates/Nice3point.Revit.AddIn.Application/Nice3point.Revit.AddIn.1.csproj | Bumps Microsoft.Extensions.DependencyInjection / Hosting to 10.0.3 in template. |
| samples/SingleProjectHostingApplication/RevitAddIn/RevitAddIn.csproj | Bumps Microsoft.Extensions.Hosting to 10.0.3. |
| samples/SingleProjectDIApplication/RevitAddIn/RevitAddIn.csproj | Bumps Microsoft.Extensions.DependencyInjection to 10.0.3. |
| samples/MultiProjectSolution/source/RevitAddIn/RevitAddIn.csproj | Bumps Microsoft.Extensions.Hosting to 10.0.3. |
| samples/MultiProjectSolution/source/ModelessModule/ModelessModule.csproj | Bumps DependencyInjection.Abstractions and Logging.Abstractions to 10.0.3. |
| samples/MultiProjectSolution/source/ModalModule/ModalModule.csproj | Bumps Options, Logging.Abstractions, and System.Text.Json to 10.0.3. |
| global.json | Bumps pinned .NET SDK to 10.0.103. |
| build/Build.csproj | Bumps Microsoft.Extensions.Options.DataAnnotations to 10.0.3. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "version": "10.0.103", | ||
| "rollForward": "latestFeature", | ||
| "allowPrerelease": true |
There was a problem hiding this comment.
The repo has additional global.json files (e.g., samples/MultiProjectSolution/global.json and source/Nice3point.Revit.Templates/Nice3point.Revit.AddIn.Solution/global.json) that still pin the SDK to 10.0.102. Because dotnet picks the nearest global.json, builds/run from those directories will keep using the old SDK despite this bump; consider updating those pinned versions to 10.0.103 (or documenting why they intentionally differ).
8bd776b to
d58e111
Compare
This PR contains the following updates:
18.0.2→18.3.310.0.2→10.0.310.0.2→10.0.310.0.2→10.0.310.0.2→10.0.310.0.2→10.0.310.0.2→10.0.310.0.2→10.0.310.0.102→10.0.103Release Notes
dotnet/msbuild (Microsoft.Build.Utilities.Core)
v18.3.3What's Changed
1253149by @dotnet-bot in #126131255171by @dotnet-bot in #126281255852by @dotnet-bot in #126291256734by @dotnet-bot in #126331276498by @dotnet-bot in #127541281631by @dotnet-bot in #127631286772by @dotnet-bot in #12847by @rainersigwald in #12854
1292181by @dotnet-bot in #128971298756by @dotnet-bot in #129561301592by @dotnet-bot in #129691303670by @dotnet-bot in #12975New Contributors
Full Changelog: dotnet/msbuild@v18.0.2...v18.3.3
dotnet/sdk (dotnet-sdk)
v10.0.103: .NET 10.0.3Compare Source
Release
What's Changed
dotnet file.csinvocations by @github-actions[bot] in #522662865770by @dotnet-bot in #52248Full Changelog: dotnet/sdk@v10.0.102...v10.0.103
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.