Files
Umbraco-CMS/src/Umbraco.Tests.UnitTests/Umbraco.Tests.UnitTests.csproj

24 lines
1011 B
XML
Raw Normal View History

2020-01-09 13:04:27 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
2020-01-09 13:04:27 +01:00
</PropertyGroup>
<ItemGroup>
<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" />
<ProjectReference Include="..\Umbraco.Web.Website\Umbraco.Web.Website.csproj" />
<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" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
2020-01-09 13:04:27 +01:00
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1" />
2020-01-09 13:04:27 +01:00
</ItemGroup>
</Project>