Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 829dbd5

Browse files
committed
version 5.1.0
1 parent cdd1c2c commit 829dbd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

custom-backends/mssql/Dfm.MsSql.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<AzureFunctionsVersion>v3</AzureFunctionsVersion>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="Microsoft.Data.SqlClient" Version="3.0.0" />
7+
<PackageReference Include="Microsoft.Data.SqlClient" Version="3.0.1" />
88
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="3.0.12" />
9-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.5.0" />
10-
<PackageReference Include="Microsoft.DurableTask.SqlServer.AzureFunctions" Version="0.9.0-beta" />
11-
<PackageReference Include="durablefunctionsmonitor.dotnetbackend" Version="5.0.0" />
9+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.6.0" />
10+
<PackageReference Include="Microsoft.DurableTask.SqlServer.AzureFunctions" Version="0.10.1-beta" />
11+
<PackageReference Include="durablefunctionsmonitor.dotnetbackend" Version="5.1.0" />
1212
</ItemGroup>
1313
<ItemGroup>
1414
<None Update="host.json">

0 commit comments

Comments
 (0)