Include Umbraco.Web.UI.Login project, update compatibility suppressions and remove unnecessary package references (#15163)

* Fix Umbraco.Web.UI.Login not showing up in solution

* Update PackageValidationBaselineVersion  to 13.0.0-rc1 and remove all CompatibilitySuppressions.xml files

* Remove unnecessary package references

* Move Microsoft.EntityFrameworkCore.Design reference and add comment

* Disable package validation and fix override in tests

* Inherit package validation setting for EF Core projects
This commit is contained in:
Ronald Barendse
2023-11-09 08:39:42 +01:00
committed by GitHub
parent 915b63db29
commit d301679e53
29 changed files with 24 additions and 180 deletions

View File

@@ -5,7 +5,7 @@
<Description>Contains commonly used tools to write tests for Umbraco CMS, such as various builders for content etc.</Description>
<RootNamespace>Umbraco.Cms.Tests.Common</RootNamespace>
<IsPackable>true</IsPackable>
<EnablePackageValidation>true</EnablePackageValidation>
<EnablePackageValidation>$(BaseEnablePackageValidation)</EnablePackageValidation>
</PropertyGroup>
<ItemGroup>