2019-03-07 11:04:09 -07:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-12-27 16:27:57 -07:00
|
|
|
|
2019-01-19 07:01:16 -07:00
|
|
|
<PropertyGroup>
|
|
|
|
<Authors>Jellyfin Contributors</Authors>
|
|
|
|
<PackageId>Jellyfin.Model</PackageId>
|
|
|
|
<PackageLicenseUrl>https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</PackageLicenseUrl>
|
|
|
|
<RepositoryUrl>https://github.com/jellyfin/jellyfin</RepositoryUrl>
|
|
|
|
</PropertyGroup>
|
2019-01-07 08:58:33 -07:00
|
|
|
|
2019-01-19 07:01:16 -07:00
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2019-08-11 07:52:37 -07:00
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
2019-01-19 07:01:16 -07:00
|
|
|
</PropertyGroup>
|
2018-12-27 16:27:57 -07:00
|
|
|
|
2019-01-19 07:01:16 -07:00
|
|
|
<ItemGroup>
|
2019-03-07 11:04:09 -07:00
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
|
2019-01-19 07:01:16 -07:00
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
|
2019-10-15 08:49:49 -07:00
|
|
|
<PackageReference Include="System.Text.Json" Version="4.6.0" />
|
2019-01-19 07:01:16 -07:00
|
|
|
</ItemGroup>
|
2018-12-13 06:18:25 -07:00
|
|
|
|
2019-01-19 07:01:16 -07:00
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="..\SharedVersion.cs" />
|
|
|
|
</ItemGroup>
|
2018-12-27 16:27:57 -07:00
|
|
|
|
|
|
|
</Project>
|