jellyfin/Emby.Naming/Emby.Naming.csproj

13 lines
314 B
XML
Raw Normal View History

2018-09-12 19:26:21 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
2018-09-12 19:26:21 +02:00
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
</ItemGroup>
</Project>