Skip to content

Commit

Permalink
fix package paths
Browse files Browse the repository at this point in the history
JonnyOThan committed Aug 4, 2024
1 parent 28d355d commit 4ba6b98
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/kOS.Safe.Test/kOS.Safe.Test.csproj
Original file line number Diff line number Diff line change
@@ -33,11 +33,11 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="NSubstitute, Version=1.8.1.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca">
<HintPath>..\packages\NSubstitute.1.8.1.0\lib\net35\NSubstitute.dll</HintPath>
<HintPath>$(SolutionDir)packages\NSubstitute.1.8.1.0\lib\net35\NSubstitute.dll</HintPath>
<Private>false</Private>
</Reference>
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
<HintPath>$(SolutionDir)packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
<Private>false</Private>
</Reference>
</ItemGroup>
7 changes: 0 additions & 7 deletions src/packages/repositories.config

This file was deleted.

0 comments on commit 4ba6b98

Please sign in to comment.