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.
global.json
Outdated
| "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
b4422cd to
d261a35
Compare
d261a35 to
0f328bd
Compare
This PR contains the following updates:
18.0.2→18.4.010.0.2→10.0.510.0.2→10.0.510.0.2→10.0.510.0.2→10.0.510.0.2→10.0.510.0.2→10.0.510.0.2→10.0.510.0.102→10.0.201Release Notes
dotnet/msbuild (Microsoft.Build.Utilities.Core)
v18.4.0What's Changed
1305085by @dotnet-bot in #129821305236by @dotnet-bot in #129841307838by @dotnet-bot in #130031307982by @dotnet-bot in #130101312418by @dotnet-bot in #130531313748by @dotnet-bot in #130751313792by @dotnet-bot in #130811316676by @dotnet-bot in #131071316744by @dotnet-bot in #131171318654by @dotnet-bot in #13128Full Changelog: dotnet/msbuild@v18.3.3...v18.4.0
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.201Compare Source
v10.0.200: .NET 10.0.4Compare Source
Release
v10.0.105Compare Source
v10.0.104Compare Source
v10.0.103: .NET 10.0.3Compare Source
[Release](https://redi
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.