Skip to content

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sebagomez committed Nov 16, 2023
1 parent 4c2ba4c commit b4fc908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'
- name: Local Build
run: dotnet build --configuration $config ./src/web/web.csproj
- name: Run Tests
Expand Down

0 comments on commit b4fc908

Please sign in to comment.