Skip to content

Commit

Permalink
Update NuGet packages (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan committed Oct 29, 2022
1 parent db6f46c commit 2045061
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions KeyVault.Acmebot/KeyVault.Acmebot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.Route53" Version="3.7.4.6" />
<PackageReference Include="AWSSDK.Route53" Version="3.7.100.6" />
<PackageReference Include="Azure.Identity" Version="1.7.0" />
<PackageReference Include="Azure.ResourceManager.Dns" Version="1.0.0-beta.2" />
<PackageReference Include="Azure.Security.KeyVault.Certificates" Version="4.3.0" />
<PackageReference Include="Azure.Security.KeyVault.Keys" Version="4.3.0" />
<PackageReference Include="DnsClient" Version="1.6.1" />
<PackageReference Include="Azure.Security.KeyVault.Certificates" Version="4.4.0" />
<PackageReference Include="Azure.Security.KeyVault.Keys" Version="4.4.0" />
<PackageReference Include="DnsClient" Version="1.7.0" />
<PackageReference Include="DurableTask.TypedProxy" Version="2.2.1" />
<PackageReference Include="Google.Apis.Dns.v1" Version="1.57.0.2799" />
<PackageReference Include="Google.Apis.Dns.v1" Version="1.57.0.2814" />
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.8.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
Expand Down

0 comments on commit 2045061

Please sign in to comment.