From 24f5f11a34b78d7da593663f6a2d3c9b11c0c98a Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Thu, 2 Apr 2026 19:57:21 -0500 Subject: [PATCH] chore: add global.json file and add sample project to solution now that it builds --- StevanFreeborn.SecureConfig.slnx | 1 + global.json | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 global.json diff --git a/StevanFreeborn.SecureConfig.slnx b/StevanFreeborn.SecureConfig.slnx index f129078..27522a1 100644 --- a/StevanFreeborn.SecureConfig.slnx +++ b/StevanFreeborn.SecureConfig.slnx @@ -1,5 +1,6 @@ + diff --git a/global.json b/global.json new file mode 100644 index 0000000..8287d38 --- /dev/null +++ b/global.json @@ -0,0 +1,6 @@ +{ + "sdk": { + "version": "10.0.201", + "rollForward": "latestFeature" + } +}