Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Version info

Rick Anderson edited this page Jan 30, 2017 · 4 revisions

.NET Core is transitioning from project.json and .xproj to the .csproj format. There are two relatively independent aspects here; the .NET Core runtime version and the project model. The table below lists the generator-aspnet version and the associated projects that are generated. For new projects, it's recommended that you use .csproj since that is the future of .NET Core.

generator-aspnet version .NET Core Version
0.2.4 1.0.1 (project.json based)
0.2.5 1.1.0 (project.json based)
0.3.0 (work in progress) 1.0.1 (csproj based)

If you have any questions please file an issue.

Clone this wiki locally