File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
src/providers/WorkflowCore.Persistence.MySQL
test/WorkflowCore.Tests.MySQL Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 4
4
<AssemblyTitle >Workflow Core MySQL Persistence Provider</AssemblyTitle >
5
5
<VersionPrefix >1.0.0</VersionPrefix >
6
6
<Authors >Daniel Gerlag</Authors >
7
- <TargetFrameworks >netstandard2.1;net6.0</TargetFrameworks >
7
+ <TargetFrameworks >netstandard2.1;net6.0;net8.0 </TargetFrameworks >
8
8
<AssemblyName >WorkflowCore.Persistence.MySQL</AssemblyName >
9
9
<PackageId >WorkflowCore.Persistence.MySQL</PackageId >
10
10
<PackageTags >workflow;.NET;Core;state machine;WorkflowCore;MySQL</PackageTags >
42
42
<PackageReference Include =" Pomelo.EntityFrameworkCore.MySql" Version =" 7.*" />
43
43
</ItemGroup >
44
44
45
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0' " >
46
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 8.*" >
47
+ <PrivateAssets >all</PrivateAssets >
48
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
49
+ </PackageReference >
50
+ <PackageReference Include =" Pomelo.EntityFrameworkCore.MySql" Version =" 8.*" />
51
+ </ItemGroup >
52
+
45
53
<ItemGroup >
46
54
<ProjectReference Include =" ..\..\WorkflowCore\WorkflowCore.csproj" />
47
55
<ProjectReference Include =" ..\WorkflowCore.Persistence.EntityFramework\WorkflowCore.Persistence.EntityFramework.csproj" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net6.0</TargetFrameworks >
4
+ <TargetFrameworks >net6.0;net8.0 </TargetFrameworks >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
You can’t perform that action at this time.
0 commit comments