diff --git a/test/UnitTest1.cs b/test/UnitTest1.cs new file mode 100755 index 00000000..0df16748 --- /dev/null +++ b/test/UnitTest1.cs @@ -0,0 +1,14 @@ +using System; +using Xunit; + +namespace test1 +{ + public class UnitTest1 + { + [Fact] + public void Test1() + { + + } + } +} diff --git a/test/test.csproj b/test/test.csproj new file mode 100755 index 00000000..7c8da8f6 --- /dev/null +++ b/test/test.csproj @@ -0,0 +1,13 @@ + + + + netcoreapp1.1 + + + + + + + + +