feat: initialize core, infra, and admin cli projects

This commit is contained in:
Stevan Freeborn
2026-02-03 04:38:40 -06:00
parent 647b185d40
commit 12ae1dc33a
8 changed files with 100 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[*.cs]
dotnet_diagnostic.CA1303.severity = none
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
</Project>
+1
View File
@@ -0,0 +1 @@
Console.WriteLine("Hello, World!");