From 2a201c7d9350a0715ec07058982485ac4d589975 Mon Sep 17 00:00:00 2001 From: edisionnano Date: Thu, 10 Feb 2022 02:02:57 +0200 Subject: [PATCH] Add RuntimeIdentifers properties For Linux, Windows and OS X x86-64 This ensures that the SoundIO project gets this property when built as a subproject --- .../Ryujinx.Audio.Backends.SoundIo.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj b/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj index 49d142aaf..698359084 100644 --- a/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj +++ b/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj @@ -3,6 +3,9 @@ net6.0 true + linux-x64 + win-x64 + osx-x64