Skip to content

Commit 36ad28b

Browse files
committed
Merge pull request Nanoko#7 from ch-lee/master
Upgrading to Quartz 2.1.1
2 parents a1057fa + 57afaf9 commit 36ad28b

File tree

5 files changed

+1740
-1734
lines changed

5 files changed

+1740
-1734
lines changed

src/Quartz.Impl.MongoDB.Tests/Quartz.Impl.MongoDB.Tests.csproj

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,19 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="C5, Version=1.1.0.0, Culture=neutral, PublicKeyToken=06a1b38866503b69, processorArchitecture=MSIL">
35+
<Reference Include="Common.Logging, Version=2.1.2.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
3636
<SpecificVersion>False</SpecificVersion>
37-
<HintPath>..\packages\Quartz.2.0.1\lib\net40\C5.dll</HintPath>
38-
</Reference>
39-
<Reference Include="Common.Logging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
40-
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\packages\Common.Logging.2.0.0\lib\2.0\Common.Logging.dll</HintPath>
37+
<HintPath>..\packages\Common.Logging.2.1.2\lib\net40\Common.Logging.dll</HintPath>
4238
</Reference>
4339
<Reference Include="Machine.Specifications">
4440
<HintPath>..\packages\Machine.Specifications.0.5.10\lib\net40\Machine.Specifications.dll</HintPath>
4541
</Reference>
4642
<Reference Include="Machine.Specifications.Clr4">
4743
<HintPath>..\packages\Machine.Specifications.0.5.10\lib\net40\Machine.Specifications.Clr4.dll</HintPath>
4844
</Reference>
49-
<Reference Include="Quartz, Version=2.0.1.100, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
45+
<Reference Include="Quartz, Version=2.1.1.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
5046
<SpecificVersion>False</SpecificVersion>
51-
<HintPath>..\packages\Quartz.2.0.1\lib\net40\Quartz.dll</HintPath>
47+
<HintPath>..\packages\Quartz.2.1.1\lib\net40\Quartz.dll</HintPath>
5248
</Reference>
5349
<Reference Include="System" />
5450
<Reference Include="System.Core" />
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Common.Logging" version="2.0.0" targetFramework="net45" />
3+
<package id="Common.Logging" version="2.1.2" targetFramework="net45" />
44
<package id="Machine.Specifications" version="0.5.10" targetFramework="net45" />
5-
<package id="Quartz" version="2.0.1" targetFramework="net45" />
5+
<package id="Quartz" version="2.1.1" targetFramework="net45" />
66
</packages>

0 commit comments

Comments
 (0)