Skip to content

Commit

Permalink
Merge pull request #854 from RayWangQvQ/develop
Browse files Browse the repository at this point in the history
Fix qinglong script remain 6.0
  • Loading branch information
RayWangQvQ authored Feb 23, 2025
2 parents fbe551d + d3bd670 commit 6b45476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qinglong/DefaultTasks/bili_task_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ check_dotnet() {
eval $invocation

dotnetVersion=$(dotnet --version)
if [[ $dotnetVersion == 6.* ]]; then
if [[ $dotnetVersion == 8.* ]]; then
say "已安装dotnet,当前版本:$dotnetVersion"
say "which dotnet: $(which dotnet)"
return 0
Expand Down

0 comments on commit 6b45476

Please sign in to comment.