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

16 lines
396 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>
2020-08-22 04:40:39 +01:00
<ItemGroup>
<ProjectReference Include="..\SabreTools\SabreTools.Library\SabreTools.Library.csproj" />
</ItemGroup>
2020-08-22 01:06:14 +01:00
</Project>