Lidarr/src/ServiceHelpers/ServiceInstall/ServiceInstall.csproj

10 lines
283 B
XML
Raw Normal View History

2019-08-22 21:28:51 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
2021-12-24 17:40:37 +00:00
<TargetFrameworks>net6.0</TargetFrameworks>
</PropertyGroup>
2021-12-24 17:40:37 +00:00
<ItemGroup>
<PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" />
</ItemGroup>
2019-08-22 21:28:51 +00:00
</Project>