From 96a0174b1e6b07cf97c9296c730f2dec3846f26b Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 5 Nov 2024 15:37:13 +0000 Subject: [PATCH] Upgrade dotnet version in github actions --- .github/workflows/build.yml | 2 +- .github/workflows/nuget.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69c0ca5..7eb1bfc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: - name: Setup uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x source-url: https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json - name: Restore diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 58cd4d9..f57b058 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -25,7 +25,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x source-url: https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json - name: Restore