worked on HostingEnvironment

This commit is contained in:
Bjarke Berg
2020-02-20 07:55:24 +01:00
parent 942bb0d585
commit ce821ee2bf
2 changed files with 19 additions and 9 deletions

View File

@@ -2,8 +2,13 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Umbraco.Abstractions\Umbraco.Abstractions.csproj" />
<ProjectReference Include="..\Umbraco.Infrastructure\Umbraco.Infrastructure.csproj" />