From 0f1f611a84fea558cff9ec7a087840acb41320ca Mon Sep 17 00:00:00 2001 From: Code Hz Date: Sat, 8 Feb 2020 16:33:06 +0800 Subject: [PATCH] fix version --- .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 52aee3f..c7af562 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -12,6 +12,6 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 2.2.108 + dotnet-version: 3.1.100 - name: Build with dotnet run: dotnet build --configuration Release