Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Commit 3e3d418

Browse files
committed
NUnit package removed
1 parent 645c1f4 commit 3e3d418

8 files changed

+6
-10946
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,4 @@
6969
/src/cloudb-service/obj
7070
/src/cloudb-service/bin
7171
/src/packages
72+
/src/packages/NUnit.2.6.2

src/cloudb-nunit/cloudb-nunit.vs2010.csproj

+4-3
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@
5757
<StartupObject />
5858
</PropertyGroup>
5959
<ItemGroup>
60-
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
61-
<SpecificVersion>False</SpecificVersion>
60+
<Reference Include="nunit.framework">
6261
<HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
6362
</Reference>
6463
<Reference Include="System" />
@@ -67,7 +66,9 @@
6766
<ItemGroup>
6867
<Compile Include="Deveel.Data.Configuration\PropertiesConfigSourceTest.cs" />
6968
<Compile Include="Deveel.Data.Diagnostics\SimpleConsoleLogger.cs" />
70-
<Compile Include="Deveel.Data.Net\FakeAdminService.cs" />
69+
<Compile Include="Deveel.Data.Net\FakeAdminService.cs">
70+
<SubType>Component</SubType>
71+
</Compile>
7172
<Compile Include="Deveel.Data.Net\FakeNetworkTest.cs" />
7273
<Compile Include="Deveel.Data.Net\FakeServiceAddress.cs" />
7374
<Compile Include="Deveel.Data.Net\FakeServiceAddressHandler.cs" />

src/cloudbase-nunit/cloudbase-nunit.vs2010.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
3333
<ItemGroup>
34-
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
35-
<SpecificVersion>False</SpecificVersion>
34+
<Reference Include="nunit.framework">
3635
<HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
3736
</Reference>
3837
<Reference Include="System" />
-92.5 KB
Binary file not shown.

src/packages/NUnit.2.6.2/NUnit.2.6.2.nuspec

-27
This file was deleted.
-144 KB
Binary file not shown.

0 commit comments

Comments
 (0)