Skip to content

Commit 612d317

Browse files
Update
1 parent 7c01ec0 commit 612d317

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ jobs:
2323
- name: Setup .NET
2424
uses: actions/setup-dotnet@v4
2525
with:
26-
dotnet-version: |
27-
3.1.x
28-
6.x
26+
global-json-file: global.json
2927
- name: Restore dependencies
3028
run: dotnet restore
3129
- name: Build
Binary file not shown.

IntelliTect.TestTools.Console.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1212
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
1313
.github\workflows\deploy.yml = .github\workflows\deploy.yml
1414
Directory.Build.props = Directory.Build.props
15+
global.json = global.json
1516
EndProjectSection
1617
EndProject
1718
Global

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": "9.0.100",
4+
"rollForward": "latestMinor"
5+
}
6+
}

0 commit comments

Comments
 (0)