From 0aa91a31abb054e3a6d3690dd1929b68fdfa1478 Mon Sep 17 00:00:00 2001 From: Libitum Date: Tue, 20 Feb 2024 13:36:24 +0800 Subject: [PATCH] Use dotnet 6.0.x --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index ec89fb0..a772b92 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 6.0.x - name: Install dependencies run: dotnet restore - name: Build