[ci skip] infra: After a quick test, ARMeilleure didn't even use anything from Ryujinx.Common.

This commit is contained in:
GreemDev 2025-05-28 23:52:06 -05:00
parent 1156307ef9
commit 9233fe86b0
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ rm -rf pkgs
mkdir pkgs mkdir pkgs
package ARMeilleure package ARMeilleure
package Ryujinx.Common
package Ryujinx.Memory package Ryujinx.Memory
dotnet nuget push pkgs/*.nupkg --source RyubingPkgs dotnet nuget push pkgs/*.nupkg --source RyubingPkgs

View File

@ -7,7 +7,6 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Ryujinx.Common\Ryujinx.Common.csproj" />
<ProjectReference Include="..\Ryujinx.Memory\Ryujinx.Memory.csproj" /> <ProjectReference Include="..\Ryujinx.Memory\Ryujinx.Memory.csproj" />
</ItemGroup> </ItemGroup>