jellyfin/RSSDP/RSSDP.csproj

22 lines
688 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2018-09-12 19:26:21 +02:00
<!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
<PropertyGroup>
<ProjectGuid>{21002819-C39A-4D3E-BE83-2A276A77FB1F}</ProjectGuid>
</PropertyGroup>
2016-10-30 00:22:20 +02:00
<ItemGroup>
2020-09-12 17:41:37 +02:00
<ProjectReference Include="..\Jellyfin.Networking\Jellyfin.Networking.csproj" />
2018-09-12 19:26:21 +02:00
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
2016-10-30 00:22:20 +02:00
</ItemGroup>
2018-09-12 19:26:21 +02:00
<PropertyGroup>
2022-10-13 17:55:20 +02:00
<TargetFramework>net7.0</TargetFramework>
2018-09-12 19:26:21 +02:00
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AnalysisMode>AllDisabledByDefault</AnalysisMode>
<Nullable>disable</Nullable>
<NoWarn>CA2016</NoWarn>
2018-09-12 19:26:21 +02:00
</PropertyGroup>
</Project>