diff --git a/README.md b/README.md index 43c09c1..53d3906 100644 --- a/README.md +++ b/README.md @@ -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: