initial code and project commit

This commit is contained in:
Gardient
2018-03-30 21:34:25 +03:00
parent cd6f8009ac
commit 2954fdab71
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
using System;
namespace Gardient.MatrixSDK
{
public class Class1
{
}
}

View File

@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
</Project>