Emby.Naming.csproj 679 B

1234567891011121314151617181920212223
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <Compile Include="..\SharedVersion.cs" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
  11. </ItemGroup>
  12. <PropertyGroup>
  13. <Authors>Jellyfin Contributors</Authors>
  14. <PackageId>Jellyfin.Naming</PackageId>
  15. <PackageLicenseUrl>https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</PackageLicenseUrl>
  16. <RepositoryUrl>https://github.com/jellyfin/jellyfin</RepositoryUrl>
  17. </PropertyGroup>
  18. </Project>