New mstest-project added

This commit is contained in:
2019-11-19 23:26:02 +01:00
parent d0847b19d2
commit 70bdc6a367
5 changed files with 113 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MSTest.TestAdapter" version="1.3.2" targetFramework="net472" />
<package id="MSTest.TestFramework" version="1.3.2" targetFramework="net472" />
</packages>