diff --git a/EFBTracker.csproj b/EFBTracker.csproj new file mode 100644 index 0000000..74abf5c --- /dev/null +++ b/EFBTracker.csproj @@ -0,0 +1,10 @@ + + + + Exe + net6.0 + enable + enable + + + diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..3751555 --- /dev/null +++ b/Program.cs @@ -0,0 +1,2 @@ +// See https://aka.ms/new-console-template for more information +Console.WriteLine("Hello, World!");