From 4445f4575646b41e8c97d490672cca4dcca39408 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Tue, 21 Jan 2025 17:36:26 +0100 Subject: [PATCH] fix(ci): add global.json --- .github/workflows/ci.yml | 2 +- InfisicalConfiguration/global.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 InfisicalConfiguration/global.json diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 812cff8..a9c6134 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Set up .NET Core uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0 with: - global-json-file: languages/csharp/global.json + global-json-file: InfisicalConfiguration/global.json - name: Build .NET 8 Project working-directory: InfisicalConfiguration diff --git a/InfisicalConfiguration/global.json b/InfisicalConfiguration/global.json new file mode 100644 index 0000000..501e79a --- /dev/null +++ b/InfisicalConfiguration/global.json @@ -0,0 +1,6 @@ +{ + "sdk": { + "version": "8.0.100", + "rollForward": "latestFeature" + } +} \ No newline at end of file