From b1631a1fb70e78b630e5841aa63c379c949d401c Mon Sep 17 00:00:00 2001 From: ninemine <1371605831@qq.com> Date: Wed, 26 Nov 2025 19:26:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E5=8D=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Convention-CSharp.csproj | 2 +- Convention/[RScript] | 2 +- [Test]/Program.cs | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Convention-CSharp.csproj b/Convention-CSharp.csproj index 2542c05..d2d4fff 100644 --- a/Convention-CSharp.csproj +++ b/Convention-CSharp.csproj @@ -3,7 +3,7 @@ 9.0 Exe - net8.0 + net10.0 Convention true diff --git a/Convention/[RScript] b/Convention/[RScript] index 29dd4f5..88b0edf 160000 --- a/Convention/[RScript] +++ b/Convention/[RScript] @@ -1 +1 @@ -Subproject commit 29dd4f5d96898b1cbca59c6f0d178591ebb8baa9 +Subproject commit 88b0edfe6a9327d4545800e7c2321e181208863a diff --git a/[Test]/Program.cs b/[Test]/Program.cs index e121049..136e114 100644 --- a/[Test]/Program.cs +++ b/[Test]/Program.cs @@ -12,6 +12,7 @@ public class Program { static void Main(string[] args) { + Console.OutputEncoding = Encoding.UTF8; Console.WriteLine(PlatformIndicator.PrettyFace); } } \ No newline at end of file