Skip to content

Commit

Permalink
Update NuGet packages (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan authored Nov 29, 2022
1 parent 1278e1f commit 32993a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ACMESharpCore
10 changes: 5 additions & 5 deletions KeyVault.Acmebot/KeyVault.Acmebot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.Route53" Version="3.7.100.6" />
<PackageReference Include="Azure.Identity" Version="1.7.0" />
<PackageReference Include="AWSSDK.Route53" Version="3.7.103.3" />
<PackageReference Include="Azure.Identity" Version="1.8.0" />
<PackageReference Include="Azure.ResourceManager.Dns" Version="1.0.0-beta.2" />
<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.2814" />
<PackageReference Include="Google.Apis.Dns.v1" Version="1.57.0.2870" />
<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" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.9.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="[6.0.*,7.0.0)" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.1.3" />
<PackageReference Include="WebJobs.Extensions.HttpApi" Version="2.0.3" />
</ItemGroup>
Expand Down

0 comments on commit 32993a7

Please sign in to comment.