Add BCrypt reference to csproj file
This commit is contained in:
parent
6bba00c7ee
commit
782b59f2b3
1 changed files with 3 additions and 0 deletions
|
|
@ -67,6 +67,9 @@
|
|||
<Reference Include="Newtonsoft.Json">
|
||||
<HintPath>.\Newtonsoft.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="BCrypt.Net">
|
||||
<HintPath>..\BCryptBins\BCrypt.Net.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Web" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue