File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 32
32
<Reference Include =" nunit.framework" >
33
33
<HintPath >..\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll</HintPath >
34
34
</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 >
41
35
<Reference Include =" Quartz" >
42
36
<HintPath >..\packages\Quartz.2.6.1\lib\net40\Quartz.dll</HintPath >
43
37
</Reference >
48
42
<Reference Include =" Moq" >
49
43
<HintPath >..\packages\Moq.4.7.145\lib\net45\Moq.dll</HintPath >
50
44
</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 >
51
52
</ItemGroup >
52
53
<ItemGroup >
53
54
<Compile Include =" Queue\Commands\PublishTest.cs" />
Original file line number Diff line number Diff line change 2
2
<packages >
3
3
<package id =" BeekmanLabs.UnitTesting" version =" 0.0.0" targetFramework =" net461" />
4
4
<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" />
7
8
<package id =" Moq" version =" 4.7.145" targetFramework =" net462" />
8
9
<package id =" NUnit" version =" 3.9.0" targetFramework =" net462" />
9
10
<package id =" Quartz" version =" 2.6.1" targetFramework =" net462" />
You can’t perform that action at this time.
0 commit comments