Skip to content

Commit 228b791

Browse files
Install dotnet 6
1 parent 93ab96c commit 228b791

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-net60.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ jobs:
88
uses: actions/checkout@v2
99
with:
1010
submodules: 'recursive'
11+
- name: Setup dotnet
12+
uses: actions/setup-dotnet@v4
13+
with:
14+
dotnet-version: |
15+
6.0.x
1116
- name: Run the Core tests
1217
run: dotnet test $GITHUB_WORKSPACE/tests/Medidata.MAuth.CoreTests --framework net6.0
1318
- name: Run the ASP.NET Core tests

0 commit comments

Comments
 (0)