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

Version info

Sayed Ibrahim Hashimi edited this page Nov 22, 2016 · 4 revisions

.NET Core is transitioning from project.json and .xproj to the standard .csproj format. There are two aspects here; the .NET Core runtime version and the project model. These are relatively independent. In the table below you'll find the generator-aspnet version and the associated projects that are getting generated. For new projects it's recommended that you use the .csproj based approach since that is going the be 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