2020-02-18 08:32:06 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2020-02-10 09:06:29 +01:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2020-02-18 08:32:06 +01:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2020-02-10 09:06:29 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Umbraco.Abstractions\Umbraco.Abstractions.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Umbraco.Infrastructure\Umbraco.Infrastructure.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|