Skip to content

Commit 27a5057

Browse files
committed
fix build?
1 parent 28f0ffa commit 27a5057

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ElectronNET.CLI/Commands/Actions/DirectoryCopy.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
using System;
2-
using System.Collections.Generic;
1+
using System.Collections.Generic;
32
using System.IO;
4-
using System.Text;
53

64
namespace ElectronNET.CLI.Commands.Actions
75
{

ElectronNET.WebApp/ElectronNET.WebApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Content Remove="Views\Windows\HandleErrorCrashes.cshtml" />
1313
</ItemGroup>
1414
<ItemGroup>
15-
<Content Include="ElectronHostHook\**\*.*">
15+
<Content Update="ElectronHostHook\**\*.*">
1616
<CopyToPublishDirectory>Never</CopyToPublishDirectory>
1717
</Content>
1818
</ItemGroup>

0 commit comments

Comments
 (0)