Ver Fonte

Merge pull request #299 from microsoft/dependabot/nuget/SQL-Hybrid-Cloud-Toolkit/Components/ADP/ADPControl/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/ADPControl
Derek Wilson há 10 meses atrás
pai
commit
4a919e3d3a

+ 2 - 2
SQL-Hybrid-Cloud-Toolkit/Components/ADP/ADPControl/ADPControl.csproj

@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <TargetFramework>netcoreapp3.1</TargetFramework>
     <AzureFunctionsVersion>v3</AzureFunctionsVersion>
@@ -10,7 +10,7 @@
     <PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.5.0" />
     <PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.2.2" />
     <PackageReference Include="Microsoft.NET.Sdk.Functions" Version="3.0.7" />
-    <PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.21" />
+    <PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.24" />
     <PackageReference Include="Microsoft.Rest.ClientRuntime.Azure" Version="3.3.19" />
     <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
   </ItemGroup>