Initial commit.
This commit is contained in:
9
CFCoreAPI/CFCoreAPI.csproj
Normal file
9
CFCoreAPI/CFCoreAPI.csproj
Normal 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
5
CFCoreAPI/Class1.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace CFCoreAPI;
|
||||
public class Class1
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user