Skip to content

Commit

Permalink
Update dotnetcore.yml to use .net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
gusty committed Sep 26, 2023
1 parent cf3c0c9 commit 0bfe82a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.100
dotnet-version: 8.0.100-rc.1.23463.5
- name: Restore
run: git submodule update --init --recursive
- name: Build with dotnet
Expand All @@ -41,11 +41,11 @@ jobs:
- name: Setup .NET Core 7
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.100
dotnet-version: 8.0.100-rc.1.23463.5
- name: Setup .NET Core 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.201
dotnet-version: 8.0.100-rc.1.23463.5
- name: Restore
run: git submodule update --init --recursive

Expand Down

0 comments on commit 0bfe82a

Please sign in to comment.