-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Update Microsoft.* packages to 10.0.2.
#24653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this 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 |
Resolve #24651