From f38093a1f7e58be38a7ad5459f32be0bfd27d734 Mon Sep 17 00:00:00 2001 From: Emmanuel Hansen Date: Fri, 23 Aug 2024 23:10:03 +0000 Subject: [PATCH] pin bionic version to dotnet 9 --- global.json | 2 +- src/LibRyujinx/LibRyujinx.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 391ba3c2a..48dbfdceb 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100", + "version": "9.0.100-preview.6.24328.19", "rollForward": "latestFeature" } } diff --git a/src/LibRyujinx/LibRyujinx.csproj b/src/LibRyujinx/LibRyujinx.csproj index 92dfbe4a2..8bbbfbd98 100644 --- a/src/LibRyujinx/LibRyujinx.csproj +++ b/src/LibRyujinx/LibRyujinx.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 linux-bionic-arm64;ios-arm64 enable lld