test: Simplify test project references

This commit is contained in:
Nikolaj Brask-Nielsen
2023-08-18 16:04:37 +02:00
committed by Sebastiaan Janssen
parent d7ae0aa129
commit fdb0bed960
5 changed files with 8 additions and 25 deletions

View File

@@ -2,11 +2,7 @@
<ItemGroup>
<PackageReference Include="Bogus" Version="34.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Umbraco.Core\Umbraco.Core.csproj" />
<ProjectReference Include="..\..\src\Umbraco.PublishedCache.NuCache\Umbraco.PublishedCache.NuCache.csproj" />
<ProjectReference Include="..\..\src\Umbraco.Web.Common\Umbraco.Web.Common.csproj" />
<ProjectReference Include="..\..\src\Umbraco.Web.Website\Umbraco.Web.Website.csproj" />
<ProjectReference Include="..\..\src\Umbraco.Cms\Umbraco.Cms.csproj" />
</ItemGroup>
</Project>