Skip to content

Commit 2efc948

Browse files
committed
Sed sdk version in global.json
1 parent b43aa52 commit 2efc948

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: dotnet clean
3232

3333
- name: Build projects
34-
run: dotnet build -c Release --no-restore
34+
run: dotnet build -c Release --no-restore
3535

3636
- name: Deterministic build check
3737
run: |

global.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"sdk": {
3+
"version": "8.0.414",
4+
"rollForward": "latestFeature"
5+
}
6+
}

0 commit comments

Comments
 (0)