Skip to content

Commit 199812c

Browse files
authored
Update .NET Core version from 8.0.x to 9.0.x
1 parent 7d0f36a commit 199812c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-core-build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-dotnet@v2
1818
with:
1919
dotnet-version: |
20-
8.0.x
20+
9.0.x
2121
- name: Install dependencies
2222
run: dotnet restore
2323
- name: Build .NET Core
@@ -29,4 +29,4 @@ jobs:
2929
if: always()
3030
with:
3131
path: SimcProfileParser.Tests/TestResults/*.xml
32-
access-token: ${{ secrets.GITHUB_TOKEN }}
32+
access-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)