Skip to content

Commit

Permalink
fix: updated deps and readded 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pksorensen committed Nov 21, 2022
1 parent 1d962c5 commit fc023e9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>

<Nullable>disable</Nullable>
<Title>EAVFW.Extensions.WorkflowEngine</Title>
Expand All @@ -21,8 +21,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="EAVFramework" Version="2.2.0-dev.6" />
<PackageReference Include="Delegate.WorkflowEngine.Hangfire" Version="3.0.0-dev.14" />
<PackageReference Include="EAVFramework" Version="2.2.0-dev.8" />
<PackageReference Include="Delegate.WorkflowEngine.Hangfire" Version="3.0.0" />
<PackageReference Include="EAVFW.Extensions.Documents" Version="2.1.0" />
<PackageReference Include="Hangfire.AspNetCore" Version="1.7.31" />
<PackageReference Include="Hangfire.Core" Version="1.7.31" />
Expand Down

0 comments on commit fc023e9

Please sign in to comment.