From a7b3bf41057dea009bea23fcb6b30338c1a937c7 Mon Sep 17 00:00:00 2001 From: Argo Date: Thu, 15 Apr 2021 11:18:51 +0800 Subject: [PATCH] =?UTF-8?q?!1318=20feat(#I3IWEU):=20extensions=20upgrade?= =?UTF-8?q?=20version=20to=205.0.17=20*=20chore:=20=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E5=A2=9E=E5=8A=A0=20dotnet=20restore=20*=20c?= =?UTF-8?q?hore:=20=E6=89=A9=E5=B1=95=E7=B1=BB=E7=89=88=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=88=B0=205.0.17=20*=20chore:=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=20sdk=20=E5=88=B0=20=205.0.202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pack.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 2 +- scripts/linux/deploy-blazor.sh | 1 + .../BootstrapBlazor.DataAcces.EntityFrameworkCore.csproj | 4 ---- src/Extensions/Directory.Build.props | 2 +- 6 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 11e904aae..9dc1cc61a 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -15,7 +15,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.201 + dotnet-version: 5.0.202 - name: Publish to Nuget env: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 97f28ce2f..d98370665 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.201 + dotnet-version: 5.0.202 - name: Publish wasm run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3679dab3..99afbd883 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.201 + dotnet-version: 5.0.202 - name: Publish to Nuget env: diff --git a/scripts/linux/deploy-blazor.sh b/scripts/linux/deploy-blazor.sh index cbff53804..a8626ad69 100644 --- a/scripts/linux/deploy-blazor.sh +++ b/scripts/linux/deploy-blazor.sh @@ -2,6 +2,7 @@ cd ~/BootstrapBlazor git pull +dotnet restore --no-cache dotnet publish src/BootstrapBlazor.WebConsole -c Release systemctl stop ba.blazor diff --git a/src/Extensions/DataServices/BootstrapBlazor.DataAcces.EntityFrameworkCore/BootstrapBlazor.DataAcces.EntityFrameworkCore.csproj b/src/Extensions/DataServices/BootstrapBlazor.DataAcces.EntityFrameworkCore/BootstrapBlazor.DataAcces.EntityFrameworkCore.csproj index ad5df183d..c98c961ee 100644 --- a/src/Extensions/DataServices/BootstrapBlazor.DataAcces.EntityFrameworkCore/BootstrapBlazor.DataAcces.EntityFrameworkCore.csproj +++ b/src/Extensions/DataServices/BootstrapBlazor.DataAcces.EntityFrameworkCore/BootstrapBlazor.DataAcces.EntityFrameworkCore.csproj @@ -1,9 +1,5 @@ - - 5.0.14-beta01 - - diff --git a/src/Extensions/Directory.Build.props b/src/Extensions/Directory.Build.props index 061dae88c..63694ce95 100644 --- a/src/Extensions/Directory.Build.props +++ b/src/Extensions/Directory.Build.props @@ -5,7 +5,7 @@ true logo.png - 5.0.16 + 5.0.17