Skip to content

Update dotnet monorepo#156

Open
Nice3point wants to merge 1 commit intodevelopfrom
renovate/dotnet-monorepo
Open

Update dotnet monorepo#156
Nice3point wants to merge 1 commit intodevelopfrom
renovate/dotnet-monorepo

Conversation

@Nice3point
Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
Microsoft.Extensions.DependencyInjection (source) nuget patch 10.0.510.0.6
Microsoft.Extensions.Hosting (source) nuget patch 10.0.510.0.6
Microsoft.Extensions.Logging.Abstractions (source) nuget patch 10.0.510.0.6
Microsoft.Extensions.Options (source) nuget patch 10.0.510.0.6
Microsoft.Extensions.Options.DataAnnotations (source) nuget patch 10.0.510.0.6
System.Text.Json (source) nuget patch 10.0.510.0.6
dotnet-sdk dotnet-sdk patch 10.0.20110.0.202

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@Nice3point Nice3point added the maintenance ⚙️ Some regular maintenance updates label Apr 15, 2026
Copilot AI review requested due to automatic review settings April 15, 2026 02:40
@Nice3point Nice3point added the maintenance ⚙️ Some regular maintenance updates label Apr 15, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.Hosting references from 10.0.5 to 10.0.6.
  • Bump Microsoft.Extensions.Options, Microsoft.Extensions.Logging.Abstractions, System.Text.Json, and Microsoft.Extensions.Options.DataAnnotations from 10.0.5 to 10.0.6 where used.
  • Update global.json SDK from 10.0.201 to 10.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.

Comment thread global.json
{
"sdk": {
"version": "10.0.201",
"version": "10.0.202",
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Suggested change
"version": "10.0.202",
"version": "10.0.201",

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance ⚙️ Some regular maintenance updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants