!647 build(#I24SVG): 升级到 net5.0
* release: 发布新版本 5.0.0-beta01 * refactor: 更新 action 编译环境为 5.0.100 * test: 单元测试更新到 net5.0 * build: server 模式更新到 net5.0 * build: wasm 模式更新到 net5.0 * refactor: 项目文件增加 SupportedPlatform 小节 * build: Server 工程升级到 5.0 * build: Shared 工程升级到 net5.0 * build: Doc 工程升级到 net5.0 * refactor: 移除过期方法 * build: BootstrapBlazor 升级到 5.0pull/647/MERGE
parent
b087780cb5
commit
dfe824fc02
@ -1,9 +1,11 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Razor">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.1</TargetFramework>
|
||||
<OutputType>Library</OutputType>
|
||||
<RazorLangVersion>3.0</RazorLangVersion>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<SupportedPlatform Include="browser" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
Loading…
Reference in New Issue