Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmys20 committed Nov 17, 2023
1 parent 2770dae commit 600f790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
# uses GitHub's checkout action to checkout code form the master branch
- uses: actions/checkout@v2

# sets up .NET Core SDK 7.0
# sets up .NET Core SDK 8.0
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'

# publishes Blazor project to the release-folder
- name: Publish .NET Core Project
Expand Down

0 comments on commit 600f790

Please sign in to comment.