Initial commit.

This commit is contained in:
2022-05-19 20:07:00 -05:00
commit 55718048c7
7 changed files with 497 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

5
CFCoreAPI/Class1.cs Normal file
View File

@@ -0,0 +1,5 @@
namespace CFCoreAPI;
public class Class1
{
}