Skip to content

Commit dccded0

Browse files
committed
6.7.2-beta1
1 parent 56d6596 commit dccded0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom-backends/dotnetIsolated-mssql/Dfm.DotNetIsolatedMsSql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="1.17.2" />
19+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.5" />
2020
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer" Version="1.2.1" />
2121
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
2222
</ItemGroup>

durablefunctionsmonitor.dotnetisolated.mssql/durablefunctionsmonitor.dotnetisolated.mssql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ImplicitUsings>enable</ImplicitUsings>
1111
</PropertyGroup>
1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.22.0" />
13+
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.2.0" />
1414
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
1515
</ItemGroup>
1616
<ItemGroup>

0 commit comments

Comments
 (0)