mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-11-29 18:49:08 +08:00
79233ee59a
* chore: 更新工具链配置 * chore: 移除 MAUI 工程 * chore: 更新到 6.4.2 * chore: 增加 scss 工具链 * chore: bump version 7.5.0 * refactor: 更改配置文件名 * chore: 更新打包工具链配置文件名 * chore: bump version 7.4.0 * chore: 关闭预览版 sdk 提示 * chore: 更新依赖
25 lines
793 B
XML
25 lines
793 B
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<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>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<LangVersion>latest</LangVersion>
|
|
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
|
|
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Using Include="System.Diagnostics.CodeAnalysis"/>
|
|
</ItemGroup>
|
|
|
|
</Project>
|