From d725e9e3576dc27ab5d28e4d441a0916aef79890 Mon Sep 17 00:00:00 2001 From: codex Date: Mon, 25 Aug 2025 23:42:00 -0500 Subject: [PATCH] chore: migrate libraries to netstandard2.1; set tests to net8.0 - Core/StandardLibrary: TargetFramework -> netstandard2.1 - Tests: TargetFramework -> net8.0 (runnable for test host) - Fix project reference casing for Linux/CI --- src/Core/CsMic.Core.csproj | 2 +- src/StandardLibrary/CsMic.StandardLibrary.csproj | 4 ++-- src/Tests/CSMic.Tests.csproj | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Core/CsMic.Core.csproj b/src/Core/CsMic.Core.csproj index 7daac77..088f37d 100644 --- a/src/Core/CsMic.Core.csproj +++ b/src/Core/CsMic.Core.csproj @@ -1,7 +1,7 @@  - net9.0 + netstandard2.1 CSMic enable enable diff --git a/src/StandardLibrary/CsMic.StandardLibrary.csproj b/src/StandardLibrary/CsMic.StandardLibrary.csproj index 268636f..e718255 100644 --- a/src/StandardLibrary/CsMic.StandardLibrary.csproj +++ b/src/StandardLibrary/CsMic.StandardLibrary.csproj @@ -1,7 +1,7 @@  - net9.0 + netstandard2.1 CSMic.StandardLibrary CSMic.StandardLibrary enable @@ -9,7 +9,7 @@ - + diff --git a/src/Tests/CSMic.Tests.csproj b/src/Tests/CSMic.Tests.csproj index 8958b81..77961d7 100644 --- a/src/Tests/CSMic.Tests.csproj +++ b/src/Tests/CSMic.Tests.csproj @@ -1,7 +1,7 @@  - net9.0 + net8.0 latest enable enable @@ -19,8 +19,8 @@ - - + +