2020-01-09 13:04:27 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2020-03-18 07:42:35 +01:00
|
|
|
|
<OutputType>Exe</OutputType>
|
2021-01-20 21:01:45 +01:00
|
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2020-03-18 07:42:35 +01:00
|
|
|
|
<IsPackable>false</IsPackable>
|
2021-02-18 11:06:02 +01:00
|
|
|
|
<RootNamespace>Umbraco.Cms.Tests.UnitTests</RootNamespace>
|
2020-01-09 13:04:27 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-12-08 09:19:51 +01:00
|
|
|
|
<ProjectReference Include="..\Umbraco.PublishedCache.NuCache\Umbraco.PublishedCache.NuCache.csproj" />
|
2020-03-18 07:42:35 +01:00
|
|
|
|
<ProjectReference Include="..\Umbraco.Tests.Common\Umbraco.Tests.Common.csproj" />
|
2020-05-15 15:21:15 +01:00
|
|
|
|
<ProjectReference Include="..\Umbraco.Web.BackOffice\Umbraco.Web.BackOffice.csproj" />
|
2020-04-20 12:20:47 +02:00
|
|
|
|
<ProjectReference Include="..\Umbraco.Web.Common\Umbraco.Web.Common.csproj" />
|
2020-05-15 10:05:29 +02:00
|
|
|
|
<ProjectReference Include="..\Umbraco.Web.Website\Umbraco.Web.Website.csproj" />
|
2020-05-08 13:23:44 +02:00
|
|
|
|
<ProjectReference Include="..\Umbraco.Web.Common\Umbraco.Web.Common.csproj" />
|
2020-01-09 13:04:27 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-06-11 14:47:08 +01:00
|
|
|
|
<PackageReference Include="Lucene.Net.Contrib" Version="3.0.3" />
|
2021-01-20 21:01:45 +01:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
|
2020-01-09 13:04:27 +01:00
|
|
|
|
<PackageReference Include="NUnit" Version="3.12.0" />
|
2020-09-17 17:58:11 +02:00
|
|
|
|
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
|
2021-01-20 21:01:45 +01:00
|
|
|
|
<PackageReference Include="System.Data.Odbc" Version="5.0.0" />
|
|
|
|
|
|
<PackageReference Include="System.Data.OleDb" Version="5.0.0" />
|
2020-01-09 13:04:27 +01:00
|
|
|
|
</ItemGroup>
|
2020-09-22 15:59:37 +02:00
|
|
|
|
|
2020-10-28 09:41:23 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="TestHelpers\Assets\logviewer.searches.config.js" />
|
|
|
|
|
|
<Content Include="TestHelpers\Assets\UmbracoTraceLog.UNITTEST.20181112.json" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2021-01-18 15:40:22 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="umbraco\Data\TEMP\TypesCache" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Remove="umbraco\Data\TEMP\TypesCache\umbraco-types.DESKTOP-EU212M2.hash" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2020-01-09 13:04:27 +01:00
|
|
|
|
</Project>
|