Removed debug reference to test data from Umbraco.Web.UI.NetCore.

This commit is contained in:
Andy Butland
2021-08-02 09:31:45 +02:00
parent ab5272c6d3
commit 9957149008
2 changed files with 0 additions and 4 deletions

View File

@@ -16,7 +16,6 @@
<ProjectReference Include="../Umbraco.Web.Common/Umbraco.Web.Common.csproj" />
<ProjectReference Include="../Umbraco.Web.Website/Umbraco.Web.Website.csproj" />
<ProjectReference Include="../Umbraco.Persistence.SqlCe/Umbraco.Persistence.SqlCe.csproj" Condition="'$(OS)' == 'Windows_NT'" />
<ProjectReference Include="../Umbraco.TestData/Umbraco.TestData.csproj" Condition="'$(Configuration)' == 'Debug'" />
</ItemGroup>
<ItemGroup>