!1318 feat(#I3IWEU): extensions upgrade version to 5.0.17

* chore: 部署脚本增加 dotnet restore
* chore: 扩展类版本更新到 5.0.17
* chore: 更新 sdk 到  5.0.202
This commit is contained in:
Argo 2021-04-15 11:18:51 +08:00
parent 1feb75425e
commit a7b3bf4105
6 changed files with 5 additions and 8 deletions

View File

@ -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:

View File

@ -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: |

View File

@ -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:

View File

@ -2,6 +2,7 @@
cd ~/BootstrapBlazor
git pull
dotnet restore --no-cache
dotnet publish src/BootstrapBlazor.WebConsole -c Release
systemctl stop ba.blazor

View File

@ -1,9 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>5.0.14-beta01</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.5" />
</ItemGroup>

View File

@ -5,7 +5,7 @@
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageIcon>logo.png</PackageIcon>
<Version>5.0.16</Version>
<Version>5.0.17</Version>
</PropertyGroup>
<ItemGroup>