RSSDP.csproj 629 B

12345678910111213141516171819
  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. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  14. </PropertyGroup>
  15. </Project>