jellyfin/RSSDP/RSSDP.csproj

20 lines
629 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2018-09-12 10:26:21 -07:00
<!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
<PropertyGroup>
<ProjectGuid>{21002819-C39A-4D3E-BE83-2A276A77FB1F}</ProjectGuid>
</PropertyGroup>
2016-10-29 15:22:20 -07:00
<ItemGroup>
2020-09-12 08:41:37 -07:00
<ProjectReference Include="..\Jellyfin.Networking\Jellyfin.Networking.csproj" />
2018-09-12 10:26:21 -07:00
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
2016-10-29 15:22:20 -07:00
</ItemGroup>
2018-09-12 10:26:21 -07:00
<PropertyGroup>
2020-11-10 09:52:34 -07:00
<TargetFramework>net5.0</TargetFramework>
2018-09-12 10:26:21 -07:00
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2018-09-12 10:26:21 -07:00
</PropertyGroup>
</Project>