Skip to content

Conversation

@maliming
Copy link
Member

Resolve #24651

Copilot AI review requested due to automatic review settings January 14, 2026 13:10
@maliming maliming added this to the 10.0-patch-final milestone Jan 14, 2026
Copy link
Contributor

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

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 EngincanV merged commit e102900 into rel-10.0 Jan 15, 2026
3 checks passed
@EngincanV EngincanV deleted the Microsoft-Packages branch January 15, 2026 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants