Skip to content

Commit f3ca426

Browse files
committed
fix: removed net3.1
1 parent 8ca2d03 commit f3ca426

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/WorkflowEngine.Core/WorkflowEngine.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp3.1;net6.0;net8.0</TargetFrameworks>
4+
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
55

66
<PackageId>Delegate.WorkflowEngine.Core</PackageId>
77
<Authors>Delegate A/S</Authors>

src/WorkflowEngine.Hangfire/WorkflowEngine.Hangfire.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp3.1;net6.0;net8.0</TargetFrameworks>
4+
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
55

66
<PackageId>Delegate.WorkflowEngine.Hangfire</PackageId>
77
<Authors>Delegate A/S</Authors>

0 commit comments

Comments
 (0)