Robert Muehsig
2017-11-04 22:53:55 +01:00
committed by GitHub
parent 61160f7366
commit d0fd76dde0

View File

@@ -71,6 +71,10 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env)
}
```
__Please note:__ Currently it is important to use ASP.NET Core with MVC. If you are working with the dotnet CLI, use
dotnet new mvc
## Start the Application
For the tooling you will need your dotnet-electronize package [ElectronNET.CLI NuGet package](https://www.nuget.org/packages/ElectronNET.CLI/). This package __must__ be referenced in the .csproj like this: