This commit is contained in:
2022-05-07 13:52:28 +03:00
parent d3d687ea2f
commit b9ff016caa
9 changed files with 35 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
namespace MyCommandsLibrary
{
public class Class1
{
}
}

View File

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