Skip to content

Commit

Permalink
Make sure to update GitHub Action .NET version to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
golf1052 committed Oct 1, 2024
1 parent ef6a1f5 commit eaff5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_seattle-carsinbikelanes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'

- name: Build with dotnet
run: dotnet build SeattleCarsInBikeLanes/SeattleCarsInBikeLanes.csproj --configuration Release
Expand Down

0 comments on commit eaff5d9

Please sign in to comment.