Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository’s .NET SDK pin and bumps several Microsoft.Extensions.* / System.Text.Json NuGet dependencies across templates and samples to the next patch versions.
Changes:
- Bump
Microsoft.Extensions.DependencyInjection/Microsoft.Extensions.Hostingreferences from10.0.5to10.0.6. - Bump
Microsoft.Extensions.Options,Microsoft.Extensions.Logging.Abstractions,System.Text.Json, andMicrosoft.Extensions.Options.DataAnnotationsfrom10.0.5to10.0.6where used. - Update
global.jsonSDK from10.0.201to10.0.202.
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 | Patch bump for DI/Hosting package references in the template. |
| source/Nice3point.Revit.Templates/Nice3point.Revit.AddIn.Application/Nice3point.Revit.AddIn.1.csproj | Patch bump for DI/Hosting package references in the template. |
| samples/SingleProjectHostingApplication/RevitAddIn/RevitAddIn.csproj | Patch bump for Microsoft.Extensions.Hosting. |
| samples/SingleProjectDIApplication/RevitAddIn/RevitAddIn.csproj | Patch bump for Microsoft.Extensions.DependencyInjection. |
| samples/MultiProjectSolution/source/RevitAddIn/RevitAddIn.csproj | Patch bump for Microsoft.Extensions.Hosting. |
| samples/MultiProjectSolution/source/ModelessModule/ModelessModule.csproj | Patch bump for Microsoft.Extensions.Hosting. |
| samples/MultiProjectSolution/source/ModalModule/ModalModule.csproj | Patch bump for Options / Logging.Abstractions / System.Text.Json. |
| global.json | Bumps pinned .NET SDK to 10.0.202. |
| build/Build.csproj | Patch bump for Microsoft.Extensions.Options.DataAnnotations. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| { | ||
| "sdk": { | ||
| "version": "10.0.201", | ||
| "version": "10.0.202", |
There was a problem hiding this comment.
The repo SDK version is bumped to 10.0.202 here, but the template solution still pins 10.0.201 (source/Nice3point.Revit.Templates/Nice3point.Revit.AddIn.Solution/global.json). This will generate new solutions that use a different SDK than the repo expects; consider bumping the template global.json version as well (or document why it should stay on 10.0.201).
| "version": "10.0.202", | |
| "version": "10.0.201", |
This PR contains the following updates:
10.0.5→10.0.610.0.5→10.0.610.0.5→10.0.610.0.5→10.0.610.0.5→10.0.610.0.5→10.0.610.0.201→10.0.202Configuration
📅 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.