Skip to content

Commit

Permalink
Update dotnet version on CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Oct 15, 2023
1 parent cb86bd2 commit c79487f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
10 changes: 0 additions & 10 deletions .config/dotnet-tools.json

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.*
dotnet-quality: ga
dotnet-version: 8.0.*
dotnet-quality: preview

- name: Start Services
working-directory: docker
Expand Down Expand Up @@ -117,8 +117,8 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.*
dotnet-quality: ga
dotnet-version: 8.0.*
dotnet-quality: preview

- name: Cache node_modules
uses: actions/cache@v3
Expand Down

0 comments on commit c79487f

Please sign in to comment.