mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-10 07:21:57 -08:00
f93c5f006a
This reverts commit 295fbd0542a93ac50e558054a3f0c8c64286b764.
13 lines
283 B
XML
13 lines
283 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|