mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-06 05:59:45 +08:00
8e8e2d67b6
* chore: 项目指定 net6 * Merge branch 'main' into dev-net6 * chore: 更新框架到 6.0 * chore: update framework to net5/net6
16 lines
460 B
XML
16 lines
460 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net5.0;net6.0</TargetFrameworks>
|
|
<Copyright>Argo Zhang</Copyright>
|
|
<Authors>Argo Zhang(argo@163.com)</Authors>
|
|
<Company>Longbow</Company>
|
|
<SignAssembly>true</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)src\keys\Longbow.Utility.snk</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|