Rename Ryujinx.Memory.Tests to Ryujinx.Tests.Memory

This commit is contained in:
TSR Berry
2023-04-26 04:34:16 +02:00
committed by Mary
parent cee7121058
commit 609abc8b9b
7 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="NUnit" />
<PackageReference Include="NUnit3TestAdapter" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Ryujinx.Memory\Ryujinx.Memory.csproj" />
</ItemGroup>
</Project>