Version info - OmniSharp/generator-aspnet GitHub Wiki
.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.