mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-05 13:40:08 -05:00
10 lines
349 B
XML
10 lines
349 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFrameworks>net462;netcoreapp3.0</TargetFrameworks>
|
|
</PropertyGroup>
|
|
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
|
|
<PackageReference Include="System.Security.Principal.Windows" Version="4.6.0" />
|
|
</ItemGroup>
|
|
</Project>
|