Skip to content
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

Upgrade .Net 9 #263

Open
phongnguyend opened this issue Nov 11, 2024 · 0 comments
Open

Upgrade .Net 9 #263

phongnguyend opened this issue Nov 11, 2024 · 0 comments

Comments

@phongnguyend
Copy link
Owner

phongnguyend commented Nov 11, 2024


What's new in .NET 9
What's new in ASP.NET Core 9.0
What's New in EF Core 9


  • Update csprj:

    • Replace <TargetFramework>net8.0</TargetFramework> -> <TargetFramework>net9.0</TargetFramework>
  • Update Dockerfile:

    • Replace: FROM mcr.microsoft.com/dotnet/aspnet:8.0 -> FROM mcr.microsoft.com/dotnet/aspnet:9.0
    • Replace: FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build-env -> FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build-env
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

No branches or pull requests

1 participant