ソースを参照

Merge pull request #300 from microsoft/dependabot/nuget/SQL-Hybrid-Cloud-Toolkit/Components/ADP/BatchWrapper/Microsoft.Rest.ClientRuntime-2.3.24

Bump Microsoft.Rest.ClientRuntime from 2.3.21 to 2.3.24 in /SQL-Hybrid-Cloud-Toolkit/Components/ADP/BatchWrapper
Derek Wilson 10 ヶ月 前
コミット
e5062e795a

+ 4 - 0
SQL-Hybrid-Cloud-Toolkit/Components/ADP/BatchWrapper/App.config

@@ -17,6 +17,10 @@
         <assemblyIdentity name="Microsoft.Azure.KeyVault.Core" publicKeyToken="31bf3856ad364e35" culture="neutral" />
         <bindingRedirect oldVersion="0.0.0.0-3.0.5.0" newVersion="3.0.5.0" />
       </dependentAssembly>
+      <dependentAssembly>
+        <assemblyIdentity name="Microsoft.Rest.ClientRuntime" publicKeyToken="31bf3856ad364e35" culture="neutral" />
+        <bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
+      </dependentAssembly>
     </assemblyBinding>
   </runtime>
 </configuration>

+ 4 - 0
SQL-Hybrid-Cloud-Toolkit/Components/ADP/BatchWrapper/BatchWrapper.csproj

@@ -52,6 +52,10 @@
     <Reference Include="Microsoft.Azure.Batch.Conventions.Files, Version=3.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
       <HintPath>..\packages\Microsoft.Azure.Batch.Conventions.Files.3.5.1\lib\net461\Microsoft.Azure.Batch.Conventions.Files.dll</HintPath>
     </Reference>
+    <Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
+      <HintPath>..\packages\Microsoft.Rest.ClientRuntime.2.3.24\lib\net461\Microsoft.Rest.ClientRuntime.dll</HintPath>
+      <Private>True</Private>
+    </Reference>
     <Reference Include="Microsoft.WindowsAzure.Storage, Version=9.3.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
       <HintPath>..\packages\WindowsAzure.Storage.9.3.3\lib\net45\Microsoft.WindowsAzure.Storage.dll</HintPath>
     </Reference>

+ 1 - 1
SQL-Hybrid-Cloud-Toolkit/Components/ADP/BatchWrapper/packages.config

@@ -3,7 +3,7 @@
   <package id="Microsoft.Azure.Batch" version="13.0.0" targetFramework="net472" />
   <package id="Microsoft.Azure.Batch.Conventions.Files" version="3.5.1" targetFramework="net472" />
   <package id="Microsoft.Azure.KeyVault.Core" version="3.0.5" targetFramework="net472" />
-  <package id="Microsoft.Rest.ClientRuntime" version="2.3.21" targetFramework="net472" />
+  <package id="Microsoft.Rest.ClientRuntime" version="2.3.24" targetFramework="net472" />
   <package id="Microsoft.Rest.ClientRuntime.Azure" version="3.3.19" targetFramework="net472" />
   <package id="Newtonsoft.Json" version="13.0.2" targetFramework="net472" />
   <package id="WindowsAzure.Storage" version="9.3.3" targetFramework="net472" />