diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json deleted file mode 100644 index 64cfe12..0000000 --- a/.config/dotnet-tools.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "version": 1, - "isRoot": true, - "tools": { - "dotnet-t4": { - "version": "2.3.1", - "commands": [ - "t4" - ] - } - } -} \ No newline at end of file diff --git a/src/Git/Main.cs b/src/Git/Main.cs deleted file mode 100644 index aa0bdba..0000000 --- a/src/Git/Main.cs +++ /dev/null @@ -1,111 +0,0 @@ -using System.Diagnostics; -using System.Text; -using NSExt.Extensions; - -namespace Dot.Git; - -public class Main : ToolBase