mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Update README.md
https://github.com/ElectronNET/Electron.NET/issues/39#issuecomment-341932223
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user