Skip to content

Update dotnet monorepo#141

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

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

Conversation

@Nice3point
Copy link
Owner

@Nice3point Nice3point commented Feb 11, 2026

This PR contains the following updates:

Package Type Update Change
Microsoft.Build.Utilities.Core (source) nuget minor 18.0.218.3.3
Microsoft.Extensions.DependencyInjection (source) nuget patch 10.0.210.0.3
Microsoft.Extensions.DependencyInjection.Abstractions (source) nuget patch 10.0.210.0.3
Microsoft.Extensions.Hosting (source) nuget patch 10.0.210.0.3
Microsoft.Extensions.Logging.Abstractions (source) nuget patch 10.0.210.0.3
Microsoft.Extensions.Options (source) nuget patch 10.0.210.0.3
Microsoft.Extensions.Options.DataAnnotations (source) nuget patch 10.0.210.0.3
System.Text.Json (source) nuget patch 10.0.210.0.3
dotnet-sdk dotnet-sdk patch 10.0.10210.0.103

Release Notes

dotnet/msbuild (Microsoft.Build.Utilities.Core)

v18.3.3

What's Changed

New Contributors

Full Changelog: dotnet/msbuild@v18.0.2...v18.3.3

dotnet/sdk (dotnet-sdk)

v10.0.103: .NET 10.0.3

Compare Source

Release

What's Changed

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


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

This PR has been generated by Renovate Bot.

Copilot AI review requested due to automatic review settings February 11, 2026 02:31
@Nice3point Nice3point added the maintenance ⚙️ Some regular maintenance updates label Feb 11, 2026
Copy link

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 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.* and System.Text.Json package references from 10.0.210.0.3 in templates and sample projects.
  • Bump repo SDK pin in global.json from 10.0.10210.0.103.
  • Update build project dependency Microsoft.Extensions.Options.DataAnnotations to 10.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.

Comment on lines +3 to 5
"version": "10.0.103",
"rollForward": "latestFeature",
"allowPrerelease": true
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

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

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

Copilot uses AI. Check for mistakes.
@Nice3point Nice3point force-pushed the renovate/dotnet-monorepo branch from 8bd776b to d58e111 Compare February 13, 2026 02:27
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