From b16ef469d2c9ff0f18018e1f8874e4154fa93ce5 Mon Sep 17 00:00:00 2001 From: Joe DeCock Date: Thu, 20 Feb 2025 13:38:33 -0600 Subject: [PATCH] Move global.json to root directory --- access-token-management/global.json | 7 ------- foss.sln | 1 - identity-model/global.json => global.json | 0 3 files changed, 8 deletions(-) delete mode 100644 access-token-management/global.json rename identity-model/global.json => global.json (100%) diff --git a/access-token-management/global.json b/access-token-management/global.json deleted file mode 100644 index 30094e81..00000000 --- a/access-token-management/global.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "sdk": { - "version": "9.0.100", - "rollForward": "latestMajor", - "allowPrerelease": false - } -} \ No newline at end of file diff --git a/foss.sln b/foss.sln index a52b56ca..9efe129b 100644 --- a/foss.sln +++ b/foss.sln @@ -21,7 +21,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{B716B915-1 EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "identity-model", "identity-model", "{24895E4F-A225-4A79-95EB-20C34D4971ED}" ProjectSection(SolutionItems) = preProject - identity-model\global.json = identity-model\global.json identity-model\README.md = identity-model\README.md EndProjectSection EndProject diff --git a/identity-model/global.json b/global.json similarity index 100% rename from identity-model/global.json rename to global.json