Fixed build

This commit is contained in:
Jamie.Rees 2017-08-30 13:04:02 +01:00
commit ff242f2531
5 changed files with 46 additions and 4 deletions

View file

@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.6</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Ombi.Api\Ombi.Api.csproj" />
</ItemGroup>
</Project>