Skip to content

Commit

Permalink
Add .NET 9 requirement for build.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Jan 4, 2025
1 parent d791407 commit 2c3d3d4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dotnet-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
with:
dotnet-version: 8.x

- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 9.x

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: .NET Testing

on:
workflow_dispatch:

on:
pull_request:
branches:
Expand All @@ -21,6 +24,11 @@ jobs:
with:
dotnet-version: 8.x

- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 9.x

- name: Linting
run: dotnet format --verify-no-changes

Expand Down

0 comments on commit 2c3d3d4

Please sign in to comment.