Skip to content

Commit 7c666ec

Browse files
committed
Update packages in test project
1 parent f6c65b5 commit 7c666ec

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

src/InEngine.Core.Tests/InEngine.Core.Tests.csproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@
3232
<Reference Include="nunit.framework">
3333
<HintPath>..\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll</HintPath>
3434
</Reference>
35-
<Reference Include="Common.Logging.Core">
36-
<HintPath>..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
37-
</Reference>
38-
<Reference Include="Common.Logging">
39-
<HintPath>..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
40-
</Reference>
4135
<Reference Include="Quartz">
4236
<HintPath>..\packages\Quartz.2.6.1\lib\net40\Quartz.dll</HintPath>
4337
</Reference>
@@ -48,6 +42,13 @@
4842
<Reference Include="Moq">
4943
<HintPath>..\packages\Moq.4.7.145\lib\net45\Moq.dll</HintPath>
5044
</Reference>
45+
<Reference Include="Microsoft.CSharp" />
46+
<Reference Include="Common.Logging.Core">
47+
<HintPath>..\packages\Common.Logging.Core.3.4.1\lib\net40\Common.Logging.Core.dll</HintPath>
48+
</Reference>
49+
<Reference Include="Common.Logging">
50+
<HintPath>..\packages\Common.Logging.3.4.1\lib\net40\Common.Logging.dll</HintPath>
51+
</Reference>
5152
</ItemGroup>
5253
<ItemGroup>
5354
<Compile Include="Queue\Commands\PublishTest.cs" />

src/InEngine.Core.Tests/packages.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<packages>
33
<package id="BeekmanLabs.UnitTesting" version="0.0.0" targetFramework="net461" />
44
<package id="Castle.Core" version="4.2.1" targetFramework="net462" />
5-
<package id="Common.Logging" version="3.3.1" targetFramework="net462" />
6-
<package id="Common.Logging.Core" version="3.3.1" targetFramework="net462" />
5+
<package id="Common.Logging" version="3.4.1" targetFramework="net462" />
6+
<package id="Common.Logging.Core" version="3.4.1" targetFramework="net462" />
7+
<package id="Microsoft.CSharp" version="4.0.1" targetFramework="net462" />
78
<package id="Moq" version="4.7.145" targetFramework="net462" />
89
<package id="NUnit" version="3.9.0" targetFramework="net462" />
910
<package id="Quartz" version="2.6.1" targetFramework="net462" />

0 commit comments

Comments
 (0)