2020-03-05 15:20:08 +11:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-02-10 09:06:29 +01:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2020-02-18 08:32:06 +01:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2020-02-20 07:55:24 +01:00
|
|
|
|
<OutputType>Library</OutputType>
|
2020-02-24 13:37:27 +01:00
|
|
|
|
<LangVersion>8</LangVersion>
|
2020-02-10 09:06:29 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2020-02-20 07:55:24 +01:00
|
|
|
|
<ItemGroup>
|
2020-03-05 15:20:08 +11:00
|
|
|
|
<FrameworkReference Include="Microsoft.AspNetCore.App" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2020-03-13 18:44:58 +11:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="Serilog.AspNetCore" Version="3.2.0" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2020-03-05 15:20:08 +11:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Umbraco.Configuration\Umbraco.Configuration.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Umbraco.Core\Umbraco.Core.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Umbraco.Infrastructure\Umbraco.Infrastructure.csproj" />
|
2020-02-10 09:06:29 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|