An open API service indexing awesome lists of open source software.

https://github.com/rhildred/appharbordotnetcoremvc

dotnet core mvc 2.0 on appharbor
https://github.com/rhildred/appharbordotnetcoremvc

Last synced: about 1 year ago
JSON representation

dotnet core mvc 2.0 on appharbor

Awesome Lists containing this project

README

          

# appharbordotnetcoremvc
dotnet core mvc 2.0 on appharbor

1. `dotnet new mvc`
2. `dotnet new sln`
3. `dotnet sln add <>.csproj`

Then you want to change the <>.csproj from

```


netcoreapp2.0





```

to this

```


netcoreapp2.0
$(OutDir)_PublishedWebsites\NetCoreApp\





```

Push to bitbucket or github, deploy on appharbor