Skip to content

Commit 2fd9da6

Browse files
Merge pull request #41 from ElectronNET/robertmuehsig-patch-1
Update README.md
2 parents 61160f7 + d0fd76d commit 2fd9da6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env)
7171
}
7272
```
7373

74+
__Please note:__ Currently it is important to use ASP.NET Core with MVC. If you are working with the dotnet CLI, use
75+
76+
dotnet new mvc
77+
7478
## Start the Application
7579

7680
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:

0 commit comments

Comments
 (0)