Skip to content

Commit

Permalink
Update .net version in build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Aug 10, 2023
1 parent ce4e45e commit c935ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup .NET 8
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
dotnet-version: 8.0.100-preview.7.23376.3
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
dotnet-version: 8.0.100-preview.7.23376.3
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit c935ffd

Please sign in to comment.