From 782b59f2b3effd14f07ef2a5cbaf1dc38d195691 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Mon, 13 Apr 2015 08:18:31 -0600 Subject: [PATCH] Add BCrypt reference to csproj file --- TShockAPI/TShockAPI.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TShockAPI/TShockAPI.csproj b/TShockAPI/TShockAPI.csproj index dd1f3891..8302e0eb 100644 --- a/TShockAPI/TShockAPI.csproj +++ b/TShockAPI/TShockAPI.csproj @@ -67,6 +67,9 @@ .\Newtonsoft.Json.dll + + ..\BCryptBins\BCrypt.Net.dll +