Skip to content

Commit

Permalink
corrected the nuget link to nunit
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyself committed Nov 4, 2011
1 parent a85c72f commit 263c483
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Simple.Data.SqliteTests/Simple.Data.SqliteTests.csproj
Expand Up @@ -33,9 +33,15 @@
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework">
<Reference Include="nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<HintPath>..\..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="nunit.mocks">
<HintPath>..\..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
</Reference>
<Reference Include="pnunit.framework">
<HintPath>..\..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
</Reference>
<Reference Include="Simple.Data, Version=0.9.8.2, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Simple.Data.Core.0.9.8.2\lib\net40\Simple.Data.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions src/Simple.Data.SqliteTests/packages.config
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="2.5.10.11092" />
<package id="Simple.Data.Ado" version="0.9.8.2" />
<package id="Simple.Data.Core" version="0.9.8.2" />
<package id="Simple.Data.Mocking" version="0.9.8.2" />
Expand Down

0 comments on commit 263c483

Please sign in to comment.