Ryujinx-uplift/src/Ryujinx.Common/Ryujinx.Common.csproj

18 lines
594 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants Condition=" '$(ExtraDefineConstants)' != '' ">$(DefineConstants);$(ExtraDefineConstants)</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" />
<PackageReference Include="MsgPack.Cli" />
<PackageReference Include="System.Management" />
2024-11-01 12:00:07 -05:00
<PackageReference Include="Humanizer" />
<PackageReference Include="Gommon" />
</ItemGroup>
</Project>