From 356640f5c438ed2c3728d72e0a35be9de7108d69 Mon Sep 17 00:00:00 2001 From: sbansla <104902068+sbansla@users.noreply.github.com> Date: Fri, 23 Feb 2024 10:53:52 +0530 Subject: [PATCH] Create global.json --- .github/workflows/global.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/global.json diff --git a/.github/workflows/global.json b/.github/workflows/global.json new file mode 100644 index 0000000..49d2255 --- /dev/null +++ b/.github/workflows/global.json @@ -0,0 +1,6 @@ +{ + "sdk": { + "version": "6.0.300", + "rollForward": "latestFeature" + } +}