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 @@ - - + +