Skip to content

Commit

Permalink
fixed dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
pksorensen committed Jun 25, 2024
1 parent 8d235d6 commit 6d36157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/WorkflowEngine.DemoApp/WorkflowEngine.DemoApp.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Hangfire" Version="1.8.12" />
<PackageReference Include="Hangfire" Version="1.8.14" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6d36157

Please sign in to comment.