We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f0ffa commit 27a5057Copy full SHA for 27a5057
ElectronNET.CLI/Commands/Actions/DirectoryCopy.cs
@@ -1,7 +1,5 @@
1
-using System;
2
-using System.Collections.Generic;
+using System.Collections.Generic;
3
using System.IO;
4
-using System.Text;
5
6
namespace ElectronNET.CLI.Commands.Actions
7
{
ElectronNET.WebApp/ElectronNET.WebApp.csproj
@@ -12,7 +12,7 @@
12
<Content Remove="Views\Windows\HandleErrorCrashes.cshtml" />
13
</ItemGroup>
14
<ItemGroup>
15
- <Content Include="ElectronHostHook\**\*.*">
+ <Content Update="ElectronHostHook\**\*.*">
16
<CopyToPublishDirectory>Never</CopyToPublishDirectory>
17
</Content>
18
0 commit comments