Skip to content

Commit 48f043b

Browse files
committed
Upgrade to Quartz 2.3.2
1 parent 9f96368 commit 48f043b

File tree

10 files changed

+46
-26
lines changed

10 files changed

+46
-26
lines changed

QuartzNetWebConsole.Tests/QuartzNetWebConsole.Tests.csproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,12 @@
3838
<WarningLevel>4</WarningLevel>
3939
</PropertyGroup>
4040
<ItemGroup>
41-
<Reference Include="Common.Logging">
42-
<HintPath>..\packages\Common.Logging.2.1.2\lib\net35\Common.Logging.dll</HintPath>
41+
<Reference Include="Common.Logging, Version=3.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
42+
<SpecificVersion>False</SpecificVersion>
43+
<HintPath>..\packages\Common.Logging.3.0.0\lib\net35\Common.Logging.dll</HintPath>
44+
</Reference>
45+
<Reference Include="Common.Logging.Core">
46+
<HintPath>..\packages\Common.Logging.Core.3.0.0\lib\net35\Common.Logging.Core.dll</HintPath>
4347
</Reference>
4448
<Reference Include="MiniMVC, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
4549
<HintPath>..\packages\MiniMVC.1.0\lib\net35\MiniMVC.dll</HintPath>
@@ -48,9 +52,9 @@
4852
<SpecificVersion>False</SpecificVersion>
4953
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
5054
</Reference>
51-
<Reference Include="Quartz, Version=2.2.3.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
55+
<Reference Include="Quartz, Version=2.3.2.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
5256
<SpecificVersion>False</SpecificVersion>
53-
<HintPath>..\packages\Quartz.2.2.3\lib\net35\Quartz.dll</HintPath>
57+
<HintPath>..\packages\Quartz.2.3.2\lib\net35\Quartz.dll</HintPath>
5458
</Reference>
5559
<Reference Include="System" />
5660
<Reference Include="System.Core">
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Common.Logging" version="2.1.2" targetFramework="net35" />
3+
<package id="Common.Logging" version="3.0.0" targetFramework="net35" />
4+
<package id="Common.Logging.Core" version="3.0.0" targetFramework="net35" />
45
<package id="MiniMVC" version="1.0" targetFramework="net35" />
56
<package id="NUnit" version="2.6.3" targetFramework="net35" />
6-
<package id="Quartz" version="2.2.3" targetFramework="net35" />
7+
<package id="Quartz" version="2.3.2" targetFramework="net35" />
78
</packages>

QuartzNetWebConsole.Views/QuartzNetWebConsole.Views.vbproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,19 @@
4747
<OptionInfer>On</OptionInfer>
4848
</PropertyGroup>
4949
<ItemGroup>
50-
<Reference Include="Common.Logging">
51-
<HintPath>..\packages\Common.Logging.2.1.2\lib\net35\Common.Logging.dll</HintPath>
50+
<Reference Include="Common.Logging, Version=3.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
51+
<SpecificVersion>False</SpecificVersion>
52+
<HintPath>..\packages\Common.Logging.3.0.0\lib\net35\Common.Logging.dll</HintPath>
53+
</Reference>
54+
<Reference Include="Common.Logging.Core">
55+
<HintPath>..\packages\Common.Logging.Core.3.0.0\lib\net35\Common.Logging.Core.dll</HintPath>
5256
</Reference>
5357
<Reference Include="MiniMVC, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
5458
<HintPath>..\packages\MiniMVC.1.0\lib\net35\MiniMVC.dll</HintPath>
5559
</Reference>
56-
<Reference Include="Quartz, Version=2.2.3.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
60+
<Reference Include="Quartz, Version=2.3.2.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
5761
<SpecificVersion>False</SpecificVersion>
58-
<HintPath>..\packages\Quartz.2.2.3\lib\net35\Quartz.dll</HintPath>
62+
<HintPath>..\packages\Quartz.2.3.2\lib\net35\Quartz.dll</HintPath>
5963
</Reference>
6064
<Reference Include="System" />
6165
<Reference Include="System.Data" />
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Common.Logging" version="2.1.2" targetFramework="net35" />
3+
<package id="Common.Logging" version="3.0.0" targetFramework="net35" />
4+
<package id="Common.Logging.Core" version="3.0.0" targetFramework="net35" />
45
<package id="MiniMVC" version="1.0" targetFramework="net35" />
5-
<package id="Quartz" version="2.2.3" targetFramework="net35" />
6+
<package id="Quartz" version="2.3.2" targetFramework="net35" />
67
</packages>

QuartzNetWebConsole.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<projectUrl>https://www.ohloh.net/p/QuartzNetWebConsole</projectUrl>
1111
<language>en-US</language>
1212
<dependencies>
13-
<dependency id="Quartz" version="2.2.3" />
13+
<dependency id="Quartz" version="2.3.2" />
1414
</dependencies>
1515
</metadata>
1616
<files>

QuartzNetWebConsole/QuartzNetWebConsole.csproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,19 @@
4040
<WarningLevel>4</WarningLevel>
4141
</PropertyGroup>
4242
<ItemGroup>
43-
<Reference Include="Common.Logging">
44-
<HintPath>..\packages\Common.Logging.2.1.2\lib\net35\Common.Logging.dll</HintPath>
43+
<Reference Include="Common.Logging, Version=3.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
44+
<SpecificVersion>False</SpecificVersion>
45+
<HintPath>..\packages\Common.Logging.3.0.0\lib\net35\Common.Logging.dll</HintPath>
46+
</Reference>
47+
<Reference Include="Common.Logging.Core">
48+
<HintPath>..\packages\Common.Logging.Core.3.0.0\lib\net35\Common.Logging.Core.dll</HintPath>
4549
</Reference>
4650
<Reference Include="MiniMVC, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
4751
<HintPath>..\packages\MiniMVC.1.0\lib\net35\MiniMVC.dll</HintPath>
4852
</Reference>
49-
<Reference Include="Quartz, Version=2.2.3.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
53+
<Reference Include="Quartz, Version=2.3.2.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
5054
<SpecificVersion>False</SpecificVersion>
51-
<HintPath>..\packages\Quartz.2.2.3\lib\net35\Quartz.dll</HintPath>
55+
<HintPath>..\packages\Quartz.2.3.2\lib\net35\Quartz.dll</HintPath>
5256
</Reference>
5357
<Reference Include="System" />
5458
<Reference Include="System.Core">
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Common.Logging" version="2.1.2" targetFramework="net35" />
3+
<package id="Common.Logging" version="3.0.0" targetFramework="net35" />
4+
<package id="Common.Logging.Core" version="3.0.0" targetFramework="net35" />
45
<package id="MiniMVC" version="1.0" targetFramework="net35" />
5-
<package id="Quartz" version="2.2.3" targetFramework="net35" />
6+
<package id="Quartz" version="2.3.2" targetFramework="net35" />
67
</packages>

SampleApp/SampleApp.csproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,16 @@
4444
<WarningLevel>4</WarningLevel>
4545
</PropertyGroup>
4646
<ItemGroup>
47-
<Reference Include="Common.Logging">
48-
<HintPath>..\packages\Common.Logging.2.1.2\lib\net35\Common.Logging.dll</HintPath>
47+
<Reference Include="Common.Logging, Version=3.0.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
48+
<SpecificVersion>False</SpecificVersion>
49+
<HintPath>..\packages\Common.Logging.3.0.0\lib\net35\Common.Logging.dll</HintPath>
50+
</Reference>
51+
<Reference Include="Common.Logging.Core">
52+
<HintPath>..\packages\Common.Logging.Core.3.0.0\lib\net35\Common.Logging.Core.dll</HintPath>
4953
</Reference>
50-
<Reference Include="Quartz, Version=2.2.3.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
54+
<Reference Include="Quartz, Version=2.3.2.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
5155
<SpecificVersion>False</SpecificVersion>
52-
<HintPath>..\packages\Quartz.2.2.3\lib\net35\Quartz.dll</HintPath>
56+
<HintPath>..\packages\Quartz.2.3.2\lib\net35\Quartz.dll</HintPath>
5357
</Reference>
5458
<Reference Include="QuartzNetWebConsole, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
5559
<SpecificVersion>False</SpecificVersion>

SampleApp/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
</dependentAssembly>
106106
<dependentAssembly>
107107
<assemblyIdentity name="Quartz" publicKeyToken="f6b8c98a402cc8a4" culture="neutral" />
108-
<bindingRedirect oldVersion="0.0.0.0-2.1.2.400" newVersion="2.1.2.400" />
108+
<bindingRedirect oldVersion="0.0.0.0-2.3.2.0" newVersion="2.3.2.0" />
109109
</dependentAssembly>
110110
</assemblyBinding>
111111
</runtime>

SampleApp/packages.config

Lines changed: 3 additions & 2 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="Common.Logging" version="2.1.2" targetFramework="net35" />
4-
<package id="Quartz" version="2.2.3" targetFramework="net35" />
3+
<package id="Common.Logging" version="3.0.0" targetFramework="net35" />
4+
<package id="Common.Logging.Core" version="3.0.0" targetFramework="net35" />
5+
<package id="Quartz" version="2.3.2" targetFramework="net35" />
56
</packages>

0 commit comments

Comments
 (0)