From 36aac4a6485fdeb6911ad8b38eeb292440ab0c01 Mon Sep 17 00:00:00 2001 From: AnakinRaW Date: Tue, 17 Dec 2024 20:53:06 +0100 Subject: [PATCH] update dotnet in ci --- .github/workflows/release.yml | 4 +++- .github/workflows/test.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a165cfb..e0db0ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,9 @@ jobs: with: fetch-depth: 0 - name: Setup .NET - uses: actions/setup-dotnet@v4 + - uses: actions/setup-dotnet@v4 + with: + dotnet-version: '9.0.x' - name: Create packages run: dotnet pack --configuration Release --output ./packages - name: Upload a Build Artifact diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 83e26e3..84d7468 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.x' + dotnet-version: '9.0.x' - name: Build & Test in Release Mode run: dotnet test --configuration Release --logger "GitHubActions" \ No newline at end of file