From e4f97012c6790f29928bf0de13d2d2d1ceccafba Mon Sep 17 00:00:00 2001 From: Max Obrist Date: Mon, 13 Apr 2026 21:21:44 +0700 Subject: [PATCH] fix(ci): this time? --- NuGet.config | 14 -------------- Scribe/Scribe.csproj | 8 ++++++++ Scribe/build/BulletsForHumanity.Scribe.props | 18 ++++++++++++++++++ Scribe/build/BulletsForHumanity.Scribe.targets | 13 +++++++++++++ global.json | 2 +- 5 files changed, 40 insertions(+), 15 deletions(-) delete mode 100644 NuGet.config create mode 100644 Scribe/build/BulletsForHumanity.Scribe.props create mode 100644 Scribe/build/BulletsForHumanity.Scribe.targets diff --git a/NuGet.config b/NuGet.config deleted file mode 100644 index cab7451..0000000 --- a/NuGet.config +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - diff --git a/Scribe/Scribe.csproj b/Scribe/Scribe.csproj index 67dfb04..48fdda5 100644 --- a/Scribe/Scribe.csproj +++ b/Scribe/Scribe.csproj @@ -20,6 +20,14 @@ + + + + + diff --git a/Scribe/build/BulletsForHumanity.Scribe.props b/Scribe/build/BulletsForHumanity.Scribe.props new file mode 100644 index 0000000..477cebd --- /dev/null +++ b/Scribe/build/BulletsForHumanity.Scribe.props @@ -0,0 +1,18 @@ + + + + diff --git a/Scribe/build/BulletsForHumanity.Scribe.targets b/Scribe/build/BulletsForHumanity.Scribe.targets new file mode 100644 index 0000000..2795fc5 --- /dev/null +++ b/Scribe/build/BulletsForHumanity.Scribe.targets @@ -0,0 +1,13 @@ + + + + diff --git a/global.json b/global.json index c6e5ae9..7b18641 100644 --- a/global.json +++ b/global.json @@ -5,6 +5,6 @@ "allowPrerelease": false }, "msbuild-sdks": { - "BulletsForHumanity.Scribe.Sdk": "0.6.2-dev.20260413-140444-648" + "BulletsForHumanity.Scribe.Sdk": "0.6.3" } }