Skip to content

Commit

Permalink
Upgrade to Durable Functions v3 (#779)
Browse files Browse the repository at this point in the history
* Upgrade to Durable Functions v3

* Upgrade NuGet packages
  • Loading branch information
shibayan authored Dec 11, 2024
1 parent e4404c9 commit 3e82c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KeyVault.Acmebot/KeyVault.Acmebot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.Route53" Version="3.7.403.16" />
<PackageReference Include="AWSSDK.Route53" Version="3.7.403.18" />
<PackageReference Include="Azure.Identity" Version="1.13.1" />
<PackageReference Include="Azure.ResourceManager.Dns" Version="1.1.1" />
<PackageReference Include="Azure.ResourceManager.PrivateDns" Version="1.2.0" />
Expand All @@ -14,7 +14,7 @@
<PackageReference Include="DurableTask.TypedProxy" Version="2.2.2" />
<PackageReference Include="Google.Apis.Dns.v1" Version="1.68.0.3487" />
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.13.7" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="3.0.2" />
<PackageReference Include="Microsoft.Extensions.Http" Version="[6.0.*,7.0.0)" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.6.0" />
<PackageReference Include="WebJobs.Extensions.HttpApi" Version="2.1.0" />
Expand Down

0 comments on commit 3e82c2b

Please sign in to comment.