Migrate ASP.NET Core 1.x to 2.0 #08# Migrate ASP.NET Core 1.x to 2.0 Design by: TEDU Trainer: Bach Ngoc Toan Website: www.tedu.com.vn Facebook: fb.com/teduchannel Please like videos and subscribe TEDU Channel to following the next video.
What differences between 1.x and 2.0? Razor Pages ASP.NET Core metapackage .NET Standard 2.0 Configuration update Logging update Authentication update Identity update Automatic use of anti-forgery tokens Automatic precompilation Razor support for C# 7.1
Installing .NET Core 2.0 https://www.microsoft.com/net/core
Step by Step Open ASP.NET Core solution 1.1 Open edit project file Edit target framework Change packages versions Edit startup file Edit program file Run command restore Rebuild and fix using