Cleanup using statements

This commit is contained in:
Christopher Whitley
2023-11-16 00:53:02 -05:00
parent d91cc51f45
commit 0245ba71dc
3 changed files with 0 additions and 5 deletions
-1
View File
@@ -1,4 +1,3 @@
using System;
using System.Linq;
using Cake.Common;
using Cake.Common.Build;
-2
View File
@@ -1,6 +1,4 @@
using System.Threading.Tasks;
using Cake.Core;
using Cake.Core.Diagnostics;
using Cake.Frosting;
namespace BuildScripts;
-2
View File
@@ -1,8 +1,6 @@
using Cake.Common.IO;
using Cake.Common.Tools.DotNet;
using Cake.Common.Tools.DotNet.Test;
using Cake.Core.IO;
using Cake.Frosting;
namespace BuildScripts;