mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-06 08:25:54 +01:00
9 lines
335 B
XML
9 lines
335 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFrameworks>net462;net5.0</TargetFrameworks>
|
|
</PropertyGroup>
|
|
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
|
|
<PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" />
|
|
</ItemGroup>
|
|
</Project>
|