Added NUnit and NMock via NuGet instead of relying on the VCS

This commit is contained in:
Markus Ewald 2024-06-17 23:44:50 +02:00 committed by cygon
parent 5a6f283d32
commit 2b63977f19
3 changed files with 50 additions and 5 deletions

5
packages.config Normal file
View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NMock3" version="3.5.44" targetFramework="net462" />
<package id="NUnit" version="2.7.1" targetFramework="net462" />
</packages>