chore: initial project setup

This commit is contained in:
Stevan Freeborn
2024-04-02 15:35:57 -05:00
commit e4ed74cb4d
29 changed files with 1383 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
namespace Blog.Tests;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}