From af37d8f44ddf910623b4ce4bff518e12949c798f Mon Sep 17 00:00:00 2001 From: andy840119 Date: Fri, 25 Nov 2022 23:56:39 +0800 Subject: [PATCH 1/6] Upgrade language version from 9 to 10. --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index f6c7a5e..107a00a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 9.0 + 10.0 true enable From aefe6c838ad09e3b06dfc4993473f6d9bea55407 Mon Sep 17 00:00:00 2001 From: andy840119 Date: Sat, 26 Nov 2022 00:02:16 +0800 Subject: [PATCH 2/6] enable nullable. --- .../osu.Framework.Microphone.Tests.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/osu.Framework.Microphone.Tests/osu.Framework.Microphone.Tests.csproj b/osu.Framework.Microphone.Tests/osu.Framework.Microphone.Tests.csproj index e130f2d..41ca597 100644 --- a/osu.Framework.Microphone.Tests/osu.Framework.Microphone.Tests.csproj +++ b/osu.Framework.Microphone.Tests/osu.Framework.Microphone.Tests.csproj @@ -2,7 +2,6 @@ net6.0 WinExe - enable false From 9626866186ccba5c3a03f9eb370ce3bbfd3fe507 Mon Sep 17 00:00:00 2001 From: andy840119 Date: Sat, 26 Nov 2022 00:14:22 +0800 Subject: [PATCH 3/6] Upgrade the language in the android and ios version also. --- osu.Framework.Microphone.Android.props | 2 +- osu.Framework.Microphone.iOS.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osu.Framework.Microphone.Android.props b/osu.Framework.Microphone.Android.props index c998d01..089ae08 100644 --- a/osu.Framework.Microphone.Android.props +++ b/osu.Framework.Microphone.Android.props @@ -1,6 +1,6 @@ - 9.0 + 10.0 21.0 android-x86;android-arm;android-arm64 apk diff --git a/osu.Framework.Microphone.iOS.props b/osu.Framework.Microphone.iOS.props index 9c7b34b..720a62a 100644 --- a/osu.Framework.Microphone.iOS.props +++ b/osu.Framework.Microphone.iOS.props @@ -1,7 +1,7 @@  iPhone Developer - 9.0 + 10.0 true