From 7521fb0f2a4120b15374959b260d6749cca63511 Mon Sep 17 00:00:00 2001 From: Jordan Wages Date: Tue, 26 Aug 2025 00:17:04 -0500 Subject: [PATCH] Fixed goof lol --- src/Core/CsMic.Core.csproj | 2 +- .../CsMic.StandardLibrary.csproj | 25 +++++++++++-------- src/StandardLibrary/NuGetPublish.targets | 6 +++++ 3 files changed, 22 insertions(+), 11 deletions(-) create mode 100644 src/StandardLibrary/NuGetPublish.targets diff --git a/src/Core/CsMic.Core.csproj b/src/Core/CsMic.Core.csproj index 088f37d..dd13332 100644 --- a/src/Core/CsMic.Core.csproj +++ b/src/Core/CsMic.Core.csproj @@ -7,7 +7,7 @@ enable False CSMic.Core - 2.0.0-beta-01 + 2.0.0-beta-02 CSMic diff --git a/src/StandardLibrary/CsMic.StandardLibrary.csproj b/src/StandardLibrary/CsMic.StandardLibrary.csproj index e718255..39975eb 100644 --- a/src/StandardLibrary/CsMic.StandardLibrary.csproj +++ b/src/StandardLibrary/CsMic.StandardLibrary.csproj @@ -1,15 +1,20 @@  - - netstandard2.1 - CSMic.StandardLibrary - CSMic.StandardLibrary - enable - enable - + + netstandard2.1 + CSMic.StandardLibrary + CSMic.StandardLibrary + enable + enable + 2.0.0-beta-02 + CSMic.StandardLibrary + + + + + + + - - - diff --git a/src/StandardLibrary/NuGetPublish.targets b/src/StandardLibrary/NuGetPublish.targets new file mode 100644 index 0000000..f1f4735 --- /dev/null +++ b/src/StandardLibrary/NuGetPublish.targets @@ -0,0 +1,6 @@ + + + + + +