Get started
To get started with ASP.NET Core in .NET 5.0 Preview2 install the .NET 5.0 SDK.

If you’re on Windows using Visual Studio, we recommend installing the latest preview of Visual Studio 2019 16.6. If you’re on macOS, we recommend installing the latest preview of Visual Studio 2019 for Mac 8.6.

Upgrade an existing project
To upgrade an existing ASP.NET Core 5.0 preview1 app to ASP.NET Core 5.0 preview2:

Update all Microsoft.AspNetCore.* package references to 5.0.0-preview.2.20167.3.
Update all Microsoft.Extensions.* package references to 5.0.0-preview.2.20160.3.
See the full list of breaking changes in ASP.NET Core 5.0.

That’s it! You should now be all set to use .NET 5 Preview2.

#asp.net #.net 5

ASP.NET Core updates in .NET 5 Preview 2 | ASP.NET Blog
1.35 GEEK