From ed70c588007521b13fda31a047cda8231ebcd9b1 Mon Sep 17 00:00:00 2001 From: Anduin Xue Date: Wed, 1 Jan 2025 14:01:42 +0000 Subject: [PATCH] Bump runtime version from 8.0 to 9.0. --- src/Aiursoft.ChessServer/Aiursoft.ChessServer.csproj | 2 +- .../Aiursoft.ChessServer.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Aiursoft.ChessServer/Aiursoft.ChessServer.csproj b/src/Aiursoft.ChessServer/Aiursoft.ChessServer.csproj index 768ba3e..4a49666 100644 --- a/src/Aiursoft.ChessServer/Aiursoft.ChessServer.csproj +++ b/src/Aiursoft.ChessServer/Aiursoft.ChessServer.csproj @@ -1,7 +1,7 @@ Exe - net8.0 + net9.0 Aiursoft.ChessServer Aiursoft.ChessServer false diff --git a/tests/Aiursoft.ChessServer.Tests/Aiursoft.ChessServer.Tests.csproj b/tests/Aiursoft.ChessServer.Tests/Aiursoft.ChessServer.Tests.csproj index a265334..b4fe387 100644 --- a/tests/Aiursoft.ChessServer.Tests/Aiursoft.ChessServer.Tests.csproj +++ b/tests/Aiursoft.ChessServer.Tests/Aiursoft.ChessServer.Tests.csproj @@ -1,7 +1,7 @@ Exe - net8.0 + net9.0 Aiursoft.ChessServer.Tests true false