update Polly

This commit is contained in:
2023-02-07 09:01:30 -05:00
parent f08ece3eb2
commit 4ba860a18a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -62,7 +62,7 @@
<HintPath>..\packages\MlkPwgen.0.3.0\lib\net45\MlkPwgen.dll</HintPath>
</Reference>
<Reference Include="Polly, Version=7.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc, processorArchitecture=MSIL">
<HintPath>..\packages\Polly.7.2.0\lib\netstandard1.1\Polly.dll</HintPath>
<HintPath>..\packages\Polly.7.2.3\lib\net472\Polly.dll</HintPath>
</Reference>
<Reference Include="Renci.SshNet, Version=2020.0.2.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
<HintPath>..\packages\SSH.NET.2020.0.2\lib\net40\Renci.SshNet.dll</HintPath>
+1 -1
View File
@@ -10,7 +10,7 @@
<package id="Microsoft.NETCore.Platforms" version="7.0.0" targetFramework="net472" />
<package id="MlkPwgen" version="0.3.0" targetFramework="net45" />
<package id="NETStandard.Library" version="2.0.3" targetFramework="net45" requireReinstallation="true" />
<package id="Polly" version="7.2.0" targetFramework="net45" requireReinstallation="true" />
<package id="Polly" version="7.2.3" targetFramework="net472" />
<package id="SSH.NET" version="2020.0.2" targetFramework="net45" />
<package id="System.Collections" version="4.3.0" targetFramework="net45" />
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net45" />
+1 -1
View File
@@ -206,7 +206,7 @@
<Private>True</Private>
</Reference>
<Reference Include="Polly, Version=7.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc, processorArchitecture=MSIL">
<HintPath>..\packages\Polly.7.2.0\lib\netstandard1.1\Polly.dll</HintPath>
<HintPath>..\packages\Polly.7.2.3\lib\net472\Polly.dll</HintPath>
</Reference>
<Reference Include="Semver, Version=1.1.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\semver.1.1.2\lib\net451\Semver.dll</HintPath>
+1 -1
View File
@@ -58,7 +58,7 @@
<package id="NETStandard.Library" version="2.0.3" targetFramework="net452" requireReinstallation="true" />
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net452" />
<package id="Owin" version="1.0" targetFramework="net452" />
<package id="Polly" version="7.2.0" targetFramework="net452" requireReinstallation="true" />
<package id="Polly" version="7.2.3" targetFramework="net472" />
<package id="popper.js" version="1.16.0" targetFramework="net452" />
<package id="ReCaptcha-AspNet" version="1.9.0" targetFramework="net452" requireReinstallation="true" />
<package id="semver" version="1.1.2" targetFramework="net452" />