From 9a2c5b9f7fc3fc6b224df75b82adce1a9bec314d Mon Sep 17 00:00:00 2001 From: Mayuki Sawatari Date: Thu, 2 May 2024 16:30:56 +0900 Subject: [PATCH 1/2] Adopt to .NET 8 --- src/LogicLooper/LogicLooper.csproj | 2 +- test/LogicLooper.Test/LogicLooper.Test.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LogicLooper/LogicLooper.csproj b/src/LogicLooper/LogicLooper.csproj index 2c9deda..c1e2d13 100644 --- a/src/LogicLooper/LogicLooper.csproj +++ b/src/LogicLooper/LogicLooper.csproj @@ -1,7 +1,7 @@  - netstandard2.0;netstandard2.1;net6.0;net7.0 + netstandard2.0;netstandard2.1;net6.0;net8.0 latest enable enable diff --git a/test/LogicLooper.Test/LogicLooper.Test.csproj b/test/LogicLooper.Test/LogicLooper.Test.csproj index 7b015b1..c3ab212 100644 --- a/test/LogicLooper.Test/LogicLooper.Test.csproj +++ b/test/LogicLooper.Test/LogicLooper.Test.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 enable 1998 true From 7d1ac2f28aff9d8f758ecf53cb57016e2708e065 Mon Sep 17 00:00:00 2001 From: Mayuki Sawatari Date: Thu, 2 May 2024 16:39:48 +0900 Subject: [PATCH 2/2] Adopt to .NET 8 --- samples/LoopHostingApp/LoopHostingApp.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/LoopHostingApp/LoopHostingApp.csproj b/samples/LoopHostingApp/LoopHostingApp.csproj index c9e3398..7c22b96 100644 --- a/samples/LoopHostingApp/LoopHostingApp.csproj +++ b/samples/LoopHostingApp/LoopHostingApp.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net8.0 false