Replies: 1 comment 2 replies
-
.NET 6 added the The code in repo has been updated already. Now I also added information to the readme files: https://github.com/ProfessionalCSharp/ProfessionalCSharp2021/blob/main/Dotnet6Updates.md https://github.com/ProfessionalCSharp/ProfessionalCSharp2021/blob/main/2_Libs/Networking/Readme.md Also check this: Upgrading an ASP.NET Core Web API Project to .NET 6 - Article Upgrading an ASP.NET Core Web API Project to .NET 6 - Source Code |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Two things:
dotnet new web command will create an asp.net core app with Top-level statements, while your descriptions (in a few lines later) are based without this feature.
While snippet code in your book is:
Does the text of the book and the code in this section need to be updated?
Beta Was this translation helpful? Give feedback.
All reactions