From b90679d35e862cc537baa5f09e7588448cc92b49 Mon Sep 17 00:00:00 2001 From: ahongbynder Date: Tue, 17 Sep 2024 10:33:15 -0700 Subject: [PATCH] update dotnet version github action --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 105dbc8..9e3e6cc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0.x' + dotnet-version: '8.0.x' - name: Build run: dotnet build --configuration Release @@ -37,7 +37,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '5.0.x' + dotnet-version: '8.0.x' - name: Install dependencies run: dotnet restore