Skip to content

Commit 18a06a8

Browse files
Remove net8 and ef8 from WorkflowCore.Persistence.MySQL
1 parent fb17943 commit 18a06a8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/providers/WorkflowCore.Persistence.MySQL/WorkflowCore.Persistence.MySQL.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@
4242
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="7.*" />
4343
</ItemGroup>
4444

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-
5345
<ItemGroup>
5446
<ProjectReference Include="..\..\WorkflowCore\WorkflowCore.csproj" />
5547
<ProjectReference Include="..\WorkflowCore.Persistence.EntityFramework\WorkflowCore.Persistence.EntityFramework.csproj" />

0 commit comments

Comments
 (0)