Init commit

This commit is contained in:
Blossomi Shymae
2024-07-31 20:11:30 -07:00
commit b9b067a1c5
13 changed files with 685 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
namespace Needlework.Net.Core;
public class Class1
{
}

View File

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