bizgaze.reference first commit

Esse commit está contido em:
2021-07-15 10:23:57 +05:30
commit aadd6518d0
2 arquivos alterados com 15 adições e 0 exclusões
+7
Ver Arquivo
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
</Project>
+8
Ver Arquivo
@@ -0,0 +1,8 @@
using System;
namespace Bizgaze.Reference
{
public class Class1
{
}
}