-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
The current project templates reference older versions of gRPC-related NuGet packages. As .NET 10 introduces new features and possible breaking changes, using outdated gRPC packages may cause compatibility issues or prevent developers from leveraging new capabilities. This can impact the developer experience and delay adoption of .NET 10.
Describe the solution you'd like
Update all gRPC-related NuGet package references (such as Grpc.AspNetCore) in the project templates to the latest stable versions that support .NET 10. This ensures compatibility, allows developers to use new features, and avoids manual updates post-release.
Additional context
This request aims to improve the developer experience by ensuring seamless onboarding to .NET 10 and avoiding manual dependency upgrades immediately after release.
Updating package versions before the official release minimizes risk of incompatibilities and ensures that new projects created with templates are ready for production with .NET 10.