Skip to content

Commit

Permalink
Update WebJobs.Extensions.DurableTask.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
bachuv authored Nov 13, 2023
1 parent 392fde4 commit 1cbaff4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@

<!-- Common dependencies across all targets -->
<ItemGroup>
<PackageReference Include="Microsoft.Azure.DurableTask.Core" Version="2.16.0-preview.2" />
<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage" Version="1.17.0-preview.2" />
<PackageReference Include="Microsoft.Azure.DurableTask.Core" Version="2.16.0" />
<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage" Version="1.17.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask.Analyzers" Version="0.5.*" />
<!-- Build-time dependencies -->
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.*" PrivateAssets="All" />
Expand Down

0 comments on commit 1cbaff4

Please sign in to comment.