File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
src/providers/WorkflowCore.Persistence.MySQL Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 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
-
53
45
<ItemGroup >
54
46
<ProjectReference Include =" ..\..\WorkflowCore\WorkflowCore.csproj" />
55
47
<ProjectReference Include =" ..\WorkflowCore.Persistence.EntityFramework\WorkflowCore.Persistence.EntityFramework.csproj" />
You can’t perform that action at this time.
0 commit comments