Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Set .NET version 9.0.x
  • Loading branch information
tbd-develop authored Feb 13, 2025
1 parent 653ac1e commit c8967d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup .NET SDK
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
- name: Build
run: dotnet build -c Release
- name: Test
Expand Down

0 comments on commit c8967d8

Please sign in to comment.