mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 11:14:45 +00:00
13 lines
320 B
XML
13 lines
320 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0" />
|
|
<PackageReference Include="plist-cil" Version="2.1.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|