Skip to content

Commit

Permalink
fix(ci): add global.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jan 21, 2025
1 parent c457d4a commit 4445f45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions InfisicalConfiguration/global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"rollForward": "latestFeature"
}
}

0 comments on commit 4445f45

Please sign in to comment.