Skip to content

Commit 5329f0f

Browse files
committed
Removed lib folder
Install NUnit as a NuGet package
1 parent 64653ca commit 5329f0f

File tree

10 files changed

+9
-8560
lines changed

10 files changed

+9
-8560
lines changed

lib/Moq.dll

-205 KB
Binary file not shown.

lib/Moq.xml

Lines changed: 0 additions & 2930 deletions
This file was deleted.

lib/ServiceStack.Common.Tests.dll

-235 KB
Binary file not shown.

lib/nunit.framework.dll

-128 KB
Binary file not shown.

lib/nunit.framework.xml

Lines changed: 0 additions & 5622 deletions
This file was deleted.

tests/ServiceStack.Examples.Tests.Integration/ServiceStack.Examples.Tests.Integration.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@
6060
<HintPath>..\..\src\packages\ServiceStack.OrmLite.Sqlite.Mono.4.5.0\lib\net45\Mono.Data.Sqlite.dll</HintPath>
6161
<Private>True</Private>
6262
</Reference>
63-
<Reference Include="nunit.framework">
64-
<HintPath>..\..\lib\nunit.framework.dll</HintPath>
63+
<Reference Include="nunit.framework, Version=3.5.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
64+
<HintPath>..\..\src\packages\NUnit.3.5.0\lib\net45\nunit.framework.dll</HintPath>
65+
<Private>True</Private>
6566
</Reference>
6667
<Reference Include="ServiceStack, Version=4.5.0.0, Culture=neutral, processorArchitecture=MSIL">
6768
<HintPath>..\..\src\packages\ServiceStack.4.5.0\lib\net45\ServiceStack.dll</HintPath>

tests/ServiceStack.Examples.Tests.Integration/packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="NUnit" version="3.5.0" targetFramework="net45" />
34
<package id="ServiceStack" version="4.5.0" targetFramework="net45" />
45
<package id="ServiceStack.Client" version="4.5.0" targetFramework="net45" />
56
<package id="ServiceStack.Common" version="4.5.0" targetFramework="net45" />

tests/ServiceStack.Examples.Tests/ServiceStack.Examples.Tests.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,9 @@
5959
<HintPath>..\..\src\packages\ServiceStack.OrmLite.Sqlite.Mono.4.5.0\lib\net45\Mono.Data.Sqlite.dll</HintPath>
6060
<Private>True</Private>
6161
</Reference>
62-
<Reference Include="Moq">
63-
<HintPath>..\..\lib\Moq.dll</HintPath>
64-
</Reference>
65-
<Reference Include="nunit.framework">
66-
<HintPath>..\..\lib\nunit.framework.dll</HintPath>
62+
<Reference Include="nunit.framework, Version=3.5.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
63+
<HintPath>..\..\src\packages\NUnit.3.5.0\lib\net45\nunit.framework.dll</HintPath>
64+
<Private>True</Private>
6765
</Reference>
6866
<Reference Include="ServiceStack, Version=4.5.0.0, Culture=neutral, processorArchitecture=MSIL">
6967
<HintPath>..\..\src\packages\ServiceStack.4.5.0\lib\net45\ServiceStack.dll</HintPath>

tests/ServiceStack.Examples.Tests/TestHostBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public TestHostBase()
3030
}.Init();
3131
}
3232

33-
[TestFixtureTearDown]
33+
[OneTimeSetUp]
3434
public void TestFixtureTearDown()
3535
{
3636
appHost.Dispose();

tests/ServiceStack.Examples.Tests/packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="NUnit" version="3.5.0" targetFramework="net45" />
34
<package id="ServiceStack" version="4.5.0" targetFramework="net45" />
45
<package id="ServiceStack.Client" version="4.5.0" targetFramework="net45" />
56
<package id="ServiceStack.Common" version="4.5.0" targetFramework="net45" />

0 commit comments

Comments
 (0)