Radarr/src/ServiceHelpers/ServiceUninstall/ServiceUninstall.csproj

10 lines
349 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
2019-12-05 21:41:55 +00:00
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
</PropertyGroup>
2019-12-05 21:41:55 +00:00
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
<PackageReference Include="System.Security.Principal.Windows" Version="4.7.0" />
</ItemGroup>
</Project>