Radarr/src/ServiceHelpers/ServiceInstall/ServiceInstall.csproj

10 lines
335 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
2020-08-25 20:26:45 +00:00
<TargetFrameworks>net462;net5.0</TargetFrameworks>
</PropertyGroup>
2020-08-25 20:26:45 +00:00
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
<PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" />
</ItemGroup>
</Project>