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>
|
|
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
|
|
|
<IsPackable>false</IsPackable>
|
2020-01-09 13:04:27 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-07-13 21:49:09 +02:00
|
|
|
|
<ProjectReference Include="..\Umbraco.ModelsBuilder.Embedded\Umbraco.ModelsBuilder.Embedded.csproj" />
|
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" />
|
2020-09-17 17:58:11 +02:00
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
|
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" />
|
2020-09-28 15:43:28 +02:00
|
|
|
|
<PackageReference Include="System.Data.Odbc" Version="4.7.0" />
|
|
|
|
|
|
<PackageReference Include="System.Data.OleDb" Version="4.7.1" />
|
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>
|
|
|
|
|
|
|
2020-01-09 13:04:27 +01:00
|
|
|
|
</Project>
|