Updated project to use NuGet where possible

This commit is contained in:
George 2016-05-25 21:57:14 +01:00 committed by Josh Harris
parent d1168003e7
commit a5a63cc68c
11 changed files with 36 additions and 211 deletions

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="BCrypt.Net" version="0.1.0" targetFramework="net45" />
<package id="MySql.Data" version="6.9.8" targetFramework="net45" />
<package id="Newtonsoft.Json" version="8.0.3" targetFramework="net45" />
</packages>