Skip to content

Commit

Permalink
version 6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scale-tone committed Dec 7, 2024
1 parent 69dc7ac commit f5300a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DurableFunctionsMonitor.DotNetIsolated" Version="6.6.0-beta1" />
<PackageReference Include="DurableFunctionsMonitor.DotNetIsolated" Version="6.6.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.22.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask" Version="1.1.3" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer" Version="1.2.1" />
Expand Down
2 changes: 1 addition & 1 deletion custom-backends/dotnetIsolated/Dfm.DotNetIsolated.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DurableFunctionsMonitor.DotNetIsolated" Version="6.6.0-beta1" />
<PackageReference Include="DurableFunctionsMonitor.DotNetIsolated" Version="6.6.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="1.22.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask" Version="1.1.3" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.1.0" />
Expand Down
2 changes: 1 addition & 1 deletion custom-backends/mssql/Dfm.MsSql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.4.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.13.7" />
<PackageReference Include="Microsoft.DurableTask.SqlServer.AzureFunctions" Version="1.3.0" />
<PackageReference Include="durablefunctionsmonitor.dotnetbackend" Version="6.6.0-beta1" />
<PackageReference Include="durablefunctionsmonitor.dotnetbackend" Version="6.6.0" />
</ItemGroup>
<ItemGroup>
<None Update="host.json">
Expand Down
2 changes: 1 addition & 1 deletion custom-backends/netherite/Dfm.Netherite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageReference Include="Microsoft.Azure.DurableTask.Netherite.AzureFunctions" Version="1.4.2" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.4.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.13.7" />
<PackageReference Include="durablefunctionsmonitor.dotnetbackend" Version="6.6.0-beta1" />
<PackageReference Include="durablefunctionsmonitor.dotnetbackend" Version="6.6.0" />
</ItemGroup>
<ItemGroup>
<None Update="host.json">
Expand Down

0 comments on commit f5300a9

Please sign in to comment.