Skip to content

Commit 0e96b9f

Browse files
committed
add safecrypt package reference in unit test project
1 parent 117489b commit 0e96b9f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/SafeCrypt.UnitTests/SafeCrypt.UnitTests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
1717
</ItemGroup>
1818

19+
<ItemGroup>
20+
<ProjectReference Include="..\SafeCrypt.Lib\SafeCrypt.csproj" />
21+
</ItemGroup>
22+
1923
<ItemGroup>
2024
<Using Include="Xunit" />
2125
</ItemGroup>

0 commit comments

Comments
 (0)