Add Microsoft.EntityFrameworkCore.Design to UI.New

This commit is contained in:
Bjarke Berg
2023-06-27 10:20:19 +02:00
parent 44a3d86986
commit 135a43f5a4

View File

@@ -10,6 +10,12 @@
<ProjectReference Include="..\Umbraco.Cms\Umbraco.Cms.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.7">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<!-- Opt-in to app-local ICU to ensure consistent globalization APIs across different platforms -->
<PackageReference Include="Microsoft.ICU.ICU4C.Runtime" Version="68.2.0.9" />