Skip to content

Commit

Permalink
Use .NET7
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Oct 11, 2023
1 parent acb701f commit b8673fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
branches: [ main ]

workflow_dispatch:

env:
DOTNETVERSION: 6.0.300

jobs:
build:
Expand All @@ -24,7 +21,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
dotnet-version: '7.0.402'

- name: Install .NET Workloads
run: dotnet workload install maui
Expand Down

0 comments on commit b8673fb

Please sign in to comment.