Skip to content

Commit

Permalink
Update dotnet-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cklutz authored Oct 1, 2024
1 parent 8818ffc commit c193548
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.301
dotnet-version: 8.0
- name: Build
run: dotnet build --framework netcoreapp3.1
run: dotnet build --framework net8.0
- name: Test
run: dotnet test --no-build --verbosity normal --framework netcoreapp3.1
run: dotnet test --no-build --verbosity normal --framework net8.0

0 comments on commit c193548

Please sign in to comment.