1. Watch enabled successfully.

2. Reloading electron after build.
This commit is contained in:
Syed Adeel Hassan Rizvi
2020-05-01 17:29:56 +10:00
parent 2987e3143d
commit 00eb9869dc
7 changed files with 77 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel>
<AspNetCoreModuleName>AspNetCoreModule</AspNetCoreModuleName>
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>