-
-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(net9): support net9.0 framework (#4585)
* chore: 更新框架到 net9.0 * doc: 格式化单元格 * chore: 更新打包脚本移除 BuildBundlerMinifierPlus 工具 * chore: 更新配置消除警告信息 * chore: 更新打包脚本移除 BuildBundlerMinifierPlus 工具 # Conflicts: # src/Bundle.props * chore: 更新 scss 目录打包不输出 * chore: 更新开发模式脚本 * chore: 更新打包脚本 * refactor: 增加包私有化 * doc: 格式化单元格 * style: 更新 scroll 样式 * chore: 更新忽略配置 * chore: 更新工具链 * chore: 更改文件名 * chore: 移除代码拷贝脚本 * chore: 更新配置启用压缩 * chore: 开启 scss 脚本实时更新 * chore: 更新依赖包 * chore: 更新忽略文件 * chore: 更新拷贝任务名称 * chore: 增加警告忽略配置 * chore: 更新工具链配置 * refactor: 使用 Assets 特性 * refactor: 更新自动化 dotnet 版本 * chore: 更新框架 * refactor: 更新包消除警告信息 * chore: 更新依赖包 * chore: 更新依赖消除警告信息 * chore: 调整依赖 * refactor: 移除 Sass 打包工具 * refactor: 移动 sass 工具到 targets 配置文件中 * chore: 更新依赖包 * chore: 更新项目配置文件 * chore: 移除 version 相关配置 * refactor: 移除 Title 组件 * doc(ErrorLogger): 更新参数说明文档 * chore: bump version 9.0.0-rc03 * chore: 更新字典 * chore: 更新依赖 * doc: 更新命名空间 * refactor: 移除冗余样式 * refactor: 移除 ThemeLoader 组件 * refactor: 移除 ThemeLoader 组件
- Loading branch information
Showing
22 changed files
with
93 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<Project> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<TargetFramework>net9.0</TargetFramework> | ||
</PropertyGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,3 +108,4 @@ Urls | |
Pharmacode | ||
bluetooth | ||
iframe | ||
Sqlite |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,6 @@ | |
// See the LICENSE file in the project root for more information. | ||
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone | ||
|
||
using BootstrapBlazor.Components.MindMaps; | ||
|
||
namespace BootstrapBlazor.Server.Components.Samples; | ||
|
||
/// <summary> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,3 @@ | |
} | ||
</ErrorLogger> | ||
</CascadingValue> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.