mariannemyers / slush-marklogic-dotnet

slush generator for an Angular/ASP.NET Core/MarkLogic application
Other
0 stars 0 forks source link

.NET Core Version 1.1.0 no longer uses project.json #26

Closed mfgumban closed 7 years ago

mfgumban commented 7 years ago

.NET Core Version 1.1.0 no longer recognizes project.json; instead it requires a .csproj or solution file, just like VS before. The current workaround is to run dotnet migrate before dotnet run to create a .csproj.

Possibly generate the .csproj from slush to remove the need to migrate.

mariannemyers commented 7 years ago

Migrated an existing project to capture a valid .csproj and added this to the project. The file is renamed to match the name of the app chosen by the user. Removed project.json.