From d0fd76dde079eae92dcb974b330bd9886f92d7d9 Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Sat, 4 Nov 2017 22:53:55 +0100 Subject: [PATCH] Update README.md https://github.com/ElectronNET/Electron.NET/issues/39#issuecomment-341932223 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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: