mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-01 19:48:17 +08:00
chore: update to rc 1 (#97)
This commit is contained in:
parent
afc1f2b7bf
commit
38023e6bcb
@ -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 项目
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 项目
|
||||
```
|
||||
|
@ -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 -->
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user