From 27a5057bb01d5d67a2aa776e62ced6dbd740ae71 Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Wed, 9 Jan 2019 00:06:40 +0100 Subject: [PATCH] fix build? --- ElectronNET.CLI/Commands/Actions/DirectoryCopy.cs | 4 +--- ElectronNET.WebApp/ElectronNET.WebApp.csproj | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ElectronNET.CLI/Commands/Actions/DirectoryCopy.cs b/ElectronNET.CLI/Commands/Actions/DirectoryCopy.cs index 0e7ce28..cf0d4a9 100644 --- a/ElectronNET.CLI/Commands/Actions/DirectoryCopy.cs +++ b/ElectronNET.CLI/Commands/Actions/DirectoryCopy.cs @@ -1,7 +1,5 @@ -using System; -using System.Collections.Generic; +using System.Collections.Generic; using System.IO; -using System.Text; namespace ElectronNET.CLI.Commands.Actions { diff --git a/ElectronNET.WebApp/ElectronNET.WebApp.csproj b/ElectronNET.WebApp/ElectronNET.WebApp.csproj index 82ec618..b419d96 100644 --- a/ElectronNET.WebApp/ElectronNET.WebApp.csproj +++ b/ElectronNET.WebApp/ElectronNET.WebApp.csproj @@ -12,7 +12,7 @@ - + Never