mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
cc572729ff
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
10 lines
283 B
XML
10 lines
283 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFrameworks>net5.0</TargetFrameworks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" />
|
|
</ItemGroup>
|
|
</Project>
|