Files
romrepomgr/RomRepoMgr.Core/RomRepoMgr.Core.csproj

12 lines
266 B
XML
Raw Normal View History

2020-08-22 01:06:14 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Security.Principal.Windows" Version="4.5.0" />
</ItemGroup>
</Project>