Skip to content

Commit

Permalink
Update NuGet packages (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan committed Jul 30, 2021
1 parent 10c8d7e commit 4975b36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions KeyVault.Acmebot/KeyVault.Acmebot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<AzureFunctionsVersion>v3</AzureFunctionsVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.Route53" Version="3.7.0.36" />
<PackageReference Include="AWSSDK.Route53" Version="3.7.1.1" />
<PackageReference Include="Azure.Identity" Version="1.4.0" />
<PackageReference Include="Azure.ResourceManager.Dns" Version="1.0.0-preview.1" />
<PackageReference Include="Azure.Security.KeyVault.Certificates" Version="4.2.0" />
<PackageReference Include="Azure.Security.KeyVault.Keys" Version="4.2.0" />
<PackageReference Include="DnsClient" Version="1.5.0" />
<PackageReference Include="DurableTask.TypedProxy" Version="2.2.1" />
<PackageReference Include="Google.Apis.Dns.v1" Version="1.52.0.2304" />
<PackageReference Include="Google.Apis.Dns.v1" Version="1.53.0.2384" />
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.5.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="3.1.16" />
<PackageReference Include="Microsoft.Extensions.Http" Version="3.1.17" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="3.0.13" />
<PackageReference Include="WebJobs.Extensions.HttpApi" Version="1.1.0" />
<PackageReference Include="WebJobs.Extensions.HttpApi" Version="1.1.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ACMESharpCore\src\ACMESharp\ACMESharp.csproj" />
Expand Down

0 comments on commit 4975b36

Please sign in to comment.