Skip to content

Commit 8cc6d28

Browse files
Update ItemCountEF.Module.csproj
1 parent 6e48a5f commit 8cc6d28

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CS/EFCore/ItemCountEF/ItemCountEF.Module/ItemCountEF.Module.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@
2424
<PackageReference Include="DevExpress.Persistent.BaseImpl.EFCore" Version="24.2.1-alpha-24207" />
2525
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.*" />
2626
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.*" />
27+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0"/>
28+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.10.0"/>
29+
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.10.0"/>
2730
</ItemGroup>
28-
</Project>
31+
</Project>

0 commit comments

Comments
 (0)