RSSDP.csproj 688 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
  3. <PropertyGroup>
  4. <ProjectGuid>{21002819-C39A-4D3E-BE83-2A276A77FB1F}</ProjectGuid>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="..\Jellyfin.Networking\Jellyfin.Networking.csproj" />
  8. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
  9. </ItemGroup>
  10. <PropertyGroup>
  11. <TargetFramework>net5.0</TargetFramework>
  12. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  13. <AnalysisMode>AllDisabledByDefault</AnalysisMode>
  14. <Nullable>disable</Nullable>
  15. <NoWarn>CA2016</NoWarn>
  16. </PropertyGroup>
  17. </Project>