removes erroneous reference, adds unit test project

This commit is contained in:
Llywelwyn 2022-07-25 19:43:18 +01:00
parent 109a79049d
commit 93161d6ce9
7 changed files with 135 additions and 3 deletions

View file

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