mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 06:59:47 -04:00
10 lines
314 B
XML
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>
|