Skip to content

Commit

Permalink
install dotnet 8 on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmBipinPaul committed Mar 29, 2024
1 parent f9678d0 commit 9cc1bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aspnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'
- name: buld with Nuke
run: dotnet run --project ./build/_build.csproj -GitHubAccessToken ${{ secrets.GithubAccessToken }}

0 comments on commit 9cc1bfe

Please sign in to comment.