aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/MediaBrowser.Model.csproj
blob: 48b62fd819533e1d1d61456ea79f3639a41335da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk">

    <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>

    <PropertyGroup>
        <TargetFramework>netstandard2.0</TargetFramework>
        <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    </PropertyGroup>

    <ItemGroup>
        <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
    </ItemGroup>

    <ItemGroup>
        <Compile Include="..\SharedVersion.cs" />
    </ItemGroup>

</Project>