From f3df4edaeae035c7bfa545ddd38d2083097c4f0b Mon Sep 17 00:00:00 2001 From: edisionnano Date: Thu, 10 Feb 2022 02:49:49 +0200 Subject: [PATCH] Address gdkchan's nit Merge tags into one --- .../Ryujinx.Audio.Backends.SoundIo.csproj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj b/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj index 698359084..ab2c282f8 100644 --- a/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj +++ b/Ryujinx.Audio.Backends.SoundIo/Ryujinx.Audio.Backends.SoundIo.csproj @@ -3,9 +3,7 @@ net6.0 true - linux-x64 - win-x64 - osx-x64 + win-x64;linux-x64;osx-x64