Files
Readarr/src/ServiceHelpers/ServiceUninstall/ServiceUninstall.csproj
2021-11-13 08:45:25 +00:00

10 lines
314 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net6.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="System.Security.Principal.Windows" />
</ItemGroup>
</Project>