bizgaze.reference first commit

This commit is contained in:
2021-07-15 10:23:57 +05:30
commit aadd6518d0
2 changed files with 15 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
</Project>
+8
View File
@@ -0,0 +1,8 @@
using System;
namespace Bizgaze.Reference
{
public class Class1
{
}
}