From 1b59098fa48ff316abceefdbad052d25b6d47924 Mon Sep 17 00:00:00 2001 From: Argo-Unicom Date: Fri, 12 Feb 2021 11:51:18 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20github=20action?= =?UTF-8?q?=20sdk=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 45e75342..346b6968 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,6 +14,6 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.101 + dotnet-version: 5.0.103 - name: Build with dotnet run: dotnet build src/admin/Bootstrap.Admin/ --configuration Release \ No newline at end of file