Added direct dependency to secure version of Microsoft.Build.Tasks.Core in Umbraco.Web.UI (#20546)
Added direct dependency to secure version of Microsoft.Build.Tasks.Core in Umbraco.Web.UI.
This commit is contained in:
@@ -26,6 +26,11 @@
|
||||
<ItemGroup>
|
||||
<!-- Add design/build time support for EF Core migrations -->
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" PrivateAssets="all" Version="10.0.0-rc.2.25502.107" />
|
||||
<!--
|
||||
Added the following direct dependency due to Microsoft.EntityFrameworkCore.Design having a dependency on an insecure version.
|
||||
Review for removal when Microsoft.EntityFrameworkCore.Design is updated to a newer version.
|
||||
-->
|
||||
<PackageReference Include="Microsoft.Build.Tasks.Core" PrivateAssets="all" Version="17.14.28" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user