From 2d7cf3ded5636887218bbe7ff410f3c2e7242f8a Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sun, 29 Sep 2019 17:13:54 +0800 Subject: [PATCH] =?UTF-8?q?build(Github):=20=E8=87=AA=E5=8A=A8=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E8=84=9A=E6=9C=AC=E6=94=AF=E6=8C=81=20NETCore=203.0?= 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 d64ff356..5c5d8bcb 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: 2.2.108 + dotnet-version: 3.0.100 - name: Build with dotnet run: dotnet build src/admin/Bootstrap.Admin/ --configuration Release \ No newline at end of file