chore: update to rc 1 (#97)

This commit is contained in:
Zhuangkh 2020-05-08 14:52:20 +08:00 committed by GitHub
parent afc1f2b7bf
commit 38023e6bcb
7 changed files with 13 additions and 13 deletions

View File

@ -41,7 +41,7 @@ WebAssembly 静态托管页面示例
## 🖥 支持环境
- .NET Core 3.1。
- Blazor WebAssembly 3.2 preview 5
- Blazor WebAssembly 3.2 RC 1
- 支持服务端双向绑定。
- 支持 WebAssembly 静态文件部署。
- 主流 4 款现代浏览器,以及 Internet Explorer 11+(限 [Blazor Server](https://docs.microsoft.com/en-us/aspnet/core/blazor/supported-platforms?view=aspnetcore-3.1))。
@ -68,7 +68,7 @@ WebAssembly 静态托管页面示例
- 安装 Blazor WebAssembly 模板
```bash
$ dotnet new -i Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.0-preview5.20216.8
$ dotnet new -i Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.0-rc1.20223.4
```
- 创建 Blazor WebAssembly 项目

View File

@ -41,7 +41,7 @@ WebAssembly static hosting examples:
## 🖥 Environment Support
- .NET Core 3.1
- Blazor WebAssembly 3.2 Preview 5
- Blazor WebAssembly 3.2 RC 1
- Supports two-way binding on the server side
- Supports WebAssembly static file deployment
- Support 4 major browsers engines, and Internet Explorer 11+ ([Blazor Server](https://docs.microsoft.com/en-us/aspnet/core/blazor/supported-platforms?view=aspnetcore-3.1) only)
@ -69,7 +69,7 @@ Regularly synchronize with Official Ant Design specifications, you can check the
- Install Blazor WebAssembly Templates
```bash
$ dotnet new -i Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.0-preview5.20216.8
$ dotnet new -i Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.0-rc1.20223.4
```
- Create Blazor WebAssembly Project

View File

@ -40,7 +40,7 @@ WebAssembly static hosting examples:
## 🖥 Environment Support
- .NET Core 3.1
- Blazor WebAssembly 3.2 Preview 5
- Blazor WebAssembly 3.2 RC 1
- Supports two-way binding on the server side
- Supports WebAssembly static file deployment
- Support 4 major browsers engines, and Internet Explorer 11+ ([Blazor Server](https://docs.microsoft.com/en-us/aspnet/core/blazor/supported-platforms?view=aspnetcore-3.1) only)
@ -68,7 +68,7 @@ Regularly synchronize with Official Ant Design specifications, you can check the
- Install Blazor WebAssembly Templates
```bash
$ dotnet new -i Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.0-preview5.20216.8
$ dotnet new -i Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.0-rc1.20223.4
```
- Create Blazor WebAssembly Project

View File

@ -37,7 +37,7 @@
## 🖥 支持环境
- .NET Core 3.1
- Blazor WebAssembly 3.2 preievew 5
- Blazor WebAssembly 3.2 RC 1
- 支持服务端双向绑定
- 支持 WebAssembly 静态文件部署
- 主流 4 款现代浏览器,以及 Internet Explorer 11+ (使用 [Blazor Server](https://angular.io/guide/browser-support)
@ -64,7 +64,7 @@
- 先安装 [.NET Core SDK](https://dotnet.microsoft.com/download/dotnet-core/3.1) 3.1.201 以上版本
- 安装 Blazor WebAssembly 模板
```
$ dotnet new -i Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.0-preview5.20216.8
$ dotnet new -i Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.0-rc1.20223.4
```
- 创建 Blazor WebAssembly 项目
```

View File

@ -7,9 +7,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="3.2.0-preview5.20216.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Build" Version="3.2.0-preview5.20216.8" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="3.2.0-preview5.20216.8" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="3.2.0-rc1.20223.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Build" Version="3.2.0-rc1.20223.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="3.2.0-rc1.20223.4" PrivateAssets="all" />
</ItemGroup>
<!-- When publishing, swap service-worker.published.js in place of service-worker.js -->

View File

@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="3.2.0-preview5.20216.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="3.2.0-rc1.20223.4" />
</ItemGroup>
<ItemGroup>

View File

@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Markdig" Version="0.18.3" />
<PackageReference Include="YamlDotnet" Version="8.1.0" />
<PackageReference Include="System.Net.Http.Json" Version="3.2.0-preview3.20175.8" />
<PackageReference Include="System.Net.Http.Json" Version="3.2.0-rc1.20217.1" />
</ItemGroup>
<ItemGroup>