Skip to content

Commit

Permalink
Updating github build files to use .NET 9
Browse files Browse the repository at this point in the history
Signed-off-by: Pekurny, Martin <[email protected]>
  • Loading branch information
mpekurny committed Nov 25, 2024
1 parent a0b7298 commit f28511d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x

- name: Build with dotnet on windows
if: matrix.os == 'windows-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x

- name: build package
run: ./build.sh package
Expand Down

0 comments on commit f28511d

Please sign in to comment.