!1176 docs(#I3CC5Q): update target framework config

* docs: 更新 Table 树形数据视频链接
* chore: 更改目标框架设置文件
* release: publish 5.022-beta03
* chore: 更新框架版本脚本
This commit is contained in:
Argo 2021-03-21 17:57:01 +08:00
parent 5f9d9388a8
commit 2b429cb9e0
5 changed files with 18 additions and 18 deletions

View File

@ -1,5 +1,6 @@
<Project>
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Copyright>Argo Zhang</Copyright>
<Authors>Argo Zhang(argo@163.com)</Authors>
<Company>Longbow</Company>

View File

@ -68,6 +68,7 @@
"template": "BV1Kp4y1B7pY",
"toolbar": "BV1Et4y1r7qr",
"toasts": "BV1bT4y1N78e?p=6",
"tree": "BV1ap4y1x7Qn?p=14",
"wrap": "BV1ry4y127Fm",
"uploads": "BV1hK4y157Rj"
}

View File

@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageIcon>logo.png</PackageIcon>
<Version>5.0.22-beta02</Version>
<Version>5.0.22-beta03</Version>
<PackageReleaseNotes>https://gitee.com/LongbowEnterprise/BootstrapBlazor/wikis</PackageReleaseNotes>
</PropertyGroup>

View File

@ -3,7 +3,6 @@
<Import Project="..\Directory.Build.props" />
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<RepositoryUrl>https://github.com/dotnetcore/BootstrapBlazor.git</RepositoryUrl>
<PackageProjectUrl>https://argozhang.github.io</PackageProjectUrl>
<PackageTags>Bootstrap Blazor WebAssembly wasm UI Components</PackageTags>

View File

@ -1,21 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<PropertyGroup>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\BootstrapBlazor\BootstrapBlazor.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\BootstrapBlazor\BootstrapBlazor.csproj" />
</ItemGroup>
</Project>