You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ombi/src/Ombi.Api.Plex/Ombi.Api.Plex.csproj

15 lines
339 B

8 years ago
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
8 years ago
<TargetFramework>netstandard1.6</TargetFramework>
8 years ago
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
</ItemGroup>
8 years ago
<ItemGroup>
<ProjectReference Include="..\Ombi.Api\Ombi.Api.csproj" />
</ItemGroup>
</Project>