Update Hangfire 1.7.33

This commit is contained in:
2023-02-07 09:28:01 -05:00
parent 642c0ea836
commit 536d3a0344
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -94,11 +94,11 @@
<Reference Include="Examine, Version=0.1.90.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Examine.0.1.90\lib\net45\Examine.dll</HintPath>
</Reference>
<Reference Include="Hangfire.Core, Version=1.7.7.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Hangfire.Core.1.7.7\lib\net45\Hangfire.Core.dll</HintPath>
<Reference Include="Hangfire.Core, Version=1.7.33.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Hangfire.Core.1.7.33\lib\net46\Hangfire.Core.dll</HintPath>
</Reference>
<Reference Include="Hangfire.SqlServer, Version=1.7.7.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Hangfire.SqlServer.1.7.7\lib\net45\Hangfire.SqlServer.dll</HintPath>
<Reference Include="Hangfire.SqlServer, Version=1.7.33.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Hangfire.SqlServer.1.7.33\lib\net45\Hangfire.SqlServer.dll</HintPath>
</Reference>
<Reference Include="hbehr.recaptcha, Version=1.9.0.36338, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ReCaptcha-AspNet.1.9.0\lib\net452\hbehr.recaptcha.dll</HintPath>
+3 -3
View File
@@ -10,9 +10,9 @@
<package id="EntityFramework" version="6.4.4" targetFramework="net472" />
<package id="Examine" version="0.1.90" targetFramework="net452" />
<package id="FontAwesome" version="4.7.0" targetFramework="net452" />
<package id="Hangfire" version="1.7.7" targetFramework="net452" />
<package id="Hangfire.Core" version="1.7.7" targetFramework="net452" requireReinstallation="true" />
<package id="Hangfire.SqlServer" version="1.7.7" targetFramework="net452" />
<package id="Hangfire" version="1.7.33" targetFramework="net472" />
<package id="Hangfire.Core" version="1.7.33" targetFramework="net472" />
<package id="Hangfire.SqlServer" version="1.7.33" targetFramework="net472" />
<package id="HtmlAgilityPack" version="1.11.17" targetFramework="net452" />
<package id="ImageProcessor" version="2.9.1" targetFramework="net472" />
<package id="ImageProcessor.Web" version="4.12.1" targetFramework="net472" />