Skip to content

Commit

Permalink
Update build.yml to use .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
codymullins authored Nov 2, 2024
1 parent d188d82 commit 9c84550
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 9.x
include-prerelease: true
- name: Restore dependencies
run: dotnet restore ./src/Pure.Blazor.Components

Expand Down

0 comments on commit 9c84550

Please sign in to comment.