Update Microsoft.* packages to 10.0.2.#24653
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates Microsoft.* package versions from 10.0.0 to 10.0.2 across the ABP Framework template projects and central package management configuration. The update addresses issue #24651 and applies to approximately 60 Microsoft packages including ASP.NET Core, Entity Framework Core, Extensions, and other Microsoft libraries.
Changes:
- Updated central package version management in Directory.Packages.props for all Microsoft.* packages to version 10.0.2
- Updated explicit package references in template project files (.csproj) across all template types (WPF, Console, MAUI, Module, App, App-NoLayers)
- MAUI-specific packages (Microsoft.AspNetCore.Components.WebView.Maui and Microsoft.Maui.Controls) updated to version 10.0.20
Reviewed changes
Copilot reviewed 40 out of 40 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| Directory.Packages.props | Central package version management updated for ~60 Microsoft packages from 10.0.0 to 10.0.2; MAUI packages to 10.0.20 |
| templates/wpf/src/.../MyCompanyName.MyProjectName.csproj | Updated Microsoft.Extensions.Hosting to 10.0.2 |
| templates/console/src/.../MyCompanyName.MyProjectName.csproj | Updated Microsoft.Extensions.Hosting to 10.0.2 |
| templates/maui/src/.../MyCompanyName.MyProjectName.csproj | Updated Microsoft.Extensions.FileProviders.Embedded to 10.0.2 |
| templates/module/aspnet-core/test/.../HttpApi.Client.ConsoleTestApp.csproj | Updated Microsoft.Extensions.Hosting to 10.0.2 |
| templates/module/aspnet-core/test/.../EntityFrameworkCore.Tests.csproj | Updated Microsoft.EntityFrameworkCore.Proxies to 10.0.2 |
| templates/module/aspnet-core/src/.../Web.csproj | Updated Microsoft.Extensions.FileProviders.Embedded to 10.0.2 |
| templates/module/aspnet-core/src/.../Domain.Shared.csproj | Updated Microsoft.Extensions.FileProviders.Embedded to 10.0.2 |
| templates/module/aspnet-core/host/.../Web.Unified.csproj | Updated Microsoft.EntityFrameworkCore.Tools to 10.0.2 |
| templates/module/aspnet-core/host/.../Web.Host.csproj | Updated Microsoft.AspNetCore.DataProtection.StackExchangeRedis to 10.0.2 |
| templates/module/aspnet-core/host/.../HttpApi.Host.csproj | Updated 3 Microsoft packages (Authentication.JwtBearer, DataProtection.StackExchangeRedis, EntityFrameworkCore.Tools) to 10.0.2 |
| templates/module/aspnet-core/host/.../Blazor.Server.Host.csproj | Updated Microsoft.EntityFrameworkCore.Tools to 10.0.2 |
| templates/module/aspnet-core/host/.../Blazor.Host.csproj | Updated Microsoft.AspNetCore.Components.WebAssembly.Server to 10.0.2 |
| templates/module/aspnet-core/host/.../Blazor.Host.Client.csproj | Updated 2 Microsoft WebAssembly packages to 10.0.2 |
| templates/module/aspnet-core/host/.../AuthServer.csproj | Updated 2 Microsoft packages (DataProtection, EF Tools) to 10.0.2 |
| templates/app/aspnet-core/test/.../HttpApi.Client.ConsoleTestApp.csproj | Updated 2 Microsoft Extensions packages to 10.0.2 |
| templates/app/aspnet-core/src/.../Web.Host.csproj | Updated Microsoft.AspNetCore.DataProtection.StackExchangeRedis to 10.0.2 |
| templates/app/aspnet-core/src/.../HttpApi.Host.csproj | Updated 2 Microsoft AspNetCore packages to 10.0.2 |
| templates/app/aspnet-core/src/.../EntityFrameworkCore.csproj | Updated Microsoft.EntityFrameworkCore.Tools to 10.0.2 |
| templates/app/aspnet-core/src/.../Domain.Shared.csproj | Updated Microsoft.Extensions.FileProviders.Embedded to 10.0.2 |
| templates/app/aspnet-core/src/.../DbMigrator.csproj | Updated Microsoft.Extensions.Hosting to 10.0.2 |
| templates/app/aspnet-core/src/.../Blazor.csproj | Updated Microsoft.AspNetCore.Components.WebAssembly.Server to 10.0.2 |
| templates/app/aspnet-core/src/.../Blazor.WebApp.csproj | Updated Microsoft.AspNetCore.Components.WebAssembly.Server to 10.0.2 |
| templates/app/aspnet-core/src/.../Blazor.WebApp.Tiered.csproj | Updated 2 Microsoft AspNetCore packages to 10.0.2 |
| templates/app/aspnet-core/src/.../Blazor.WebApp.Tiered.Client.csproj | Updated 2 Microsoft WebAssembly packages to 10.0.2 |
| templates/app/aspnet-core/src/.../Blazor.WebApp.Client.csproj | Updated 2 Microsoft WebAssembly packages to 10.0.2 |
| templates/app/aspnet-core/src/.../Blazor.Server.csproj | Updated Microsoft.AspNetCore.Components.WebAssembly.Server to 10.0.2 |
| templates/app/aspnet-core/src/.../Blazor.Server.Tiered.csproj | Updated Microsoft.AspNetCore.DataProtection.StackExchangeRedis to 10.0.2 |
| templates/app/aspnet-core/src/.../Blazor.Client.csproj | Updated 2 Microsoft WebAssembly packages to 10.0.2 |
| templates/app/aspnet-core/src/.../AuthServer.csproj | Updated Microsoft.AspNetCore.DataProtection.StackExchangeRedis to 10.0.2 |
| templates/app-nolayers/aspnet-core/.../Mvc.csproj | Updated 2 Microsoft packages (FileProviders, EF Tools) to 10.0.2 |
| templates/app-nolayers/aspnet-core/.../Mvc.Mongo.csproj | Updated Microsoft.Extensions.FileProviders.Embedded to 10.0.2 |
| templates/app-nolayers/aspnet-core/.../Host.csproj | Updated 2 Microsoft packages (FileProviders, EF Tools) to 10.0.2 |
| templates/app-nolayers/aspnet-core/.../Host.Mongo.csproj | Updated Microsoft.Extensions.FileProviders.Embedded to 10.0.2 |
| templates/app-nolayers/aspnet-core/.../Blazor.WebAssembly.Shared.csproj | Updated Microsoft.Extensions.FileProviders.Embedded to 10.0.2 |
| templates/app-nolayers/aspnet-core/.../Blazor.WebAssembly.Server.csproj | Updated 3 Microsoft packages (WebAssembly.Server, FileProviders, EF Tools) to 10.0.2 |
| templates/app-nolayers/aspnet-core/.../Blazor.WebAssembly.Server.Mongo.csproj | Updated 2 Microsoft packages (WebAssembly.Server, FileProviders) to 10.0.2 |
| templates/app-nolayers/aspnet-core/.../Blazor.WebAssembly.Client.csproj | Updated 2 Microsoft WebAssembly packages to 10.0.2 |
| templates/app-nolayers/aspnet-core/.../Blazor.Server.csproj | Updated 2 Microsoft packages (FileProviders, EF Tools) to 10.0.2 |
| templates/app-nolayers/aspnet-core/.../Blazor.Server.Mongo.csproj | Updated Microsoft.Extensions.FileProviders.Embedded to 10.0.2 |
EngincanV
approved these changes
Jan 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolve #24651