File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build Latest
3
3
on : [push,workflow_dispatch]
4
4
5
5
env :
6
- DOTNET_SDK_VERSION : ' 8 .0.*'
6
+ DOTNET_SDK_VERSION : ' 9 .0.*'
7
7
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
8
8
9
9
jobs :
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >library</OutputType >
5
- <TargetFramework >net7 .0</TargetFramework >
5
+ <TargetFramework >net9 .0</TargetFramework >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
- <PackageReference Include =" Google.Protobuf" Version =" 3.21.5 " />
12
- <PackageReference Include =" Grpc.Tools" Version =" 2.47 .0" >
11
+ <PackageReference Include =" Google.Protobuf" Version =" 3.28.3 " />
12
+ <PackageReference Include =" Grpc.Tools" Version =" 2.67 .0" >
13
13
<PrivateAssets >all</PrivateAssets >
14
14
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
15
15
</PackageReference >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net8 .0</TargetFramework >
5
+ <TargetFramework >net9 .0</TargetFramework >
6
6
<PackageLicenseExpression >MIT</PackageLicenseExpression >
7
7
<Version >1.6.3</Version >
8
8
<Description >BBDown是一个免费且便捷高效的哔哩哔哩下载/解析软件.</Description >
15
15
</PropertyGroup >
16
16
17
17
<ItemGroup >
18
- <PackageReference Include =" QRCoder" Version =" 1.4.3 " />
18
+ <PackageReference Include =" QRCoder" Version =" 1.6.0 " />
19
19
<PackageReference Include =" SharpZipLib" Version =" 1.4.2" />
20
20
<PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
21
21
</ItemGroup >
Original file line number Diff line number Diff line change 1
1
[ ![ img] ( https://img.shields.io/github/stars/nilaoda/BBDown?label=%E7%82%B9%E8%B5%9E )] ( https://github.com/nilaoda/BBDown ) [ ![ img] ( https://img.shields.io/github/last-commit/nilaoda/BBDown?label=%E6%9C%80%E8%BF%91%E6%8F%90%E4%BA%A4 )] ( https://github.com/nilaoda/BBDown ) [ ![ img] ( https://img.shields.io/github/release/nilaoda/BBDown?label=%E6%9C%80%E6%96%B0%E7%89%88%E6%9C%AC )] ( https://github.com/nilaoda/BBDown/releases ) [ ![ img] ( https://img.shields.io/github/license/nilaoda/BBDown?label=%E8%AE%B8%E5%8F%AF%E8%AF%81 )] ( https://github.com/nilaoda/BBDown ) [ ![ Build Latest] ( https://github.com/nilaoda/BBDown/actions/workflows/build_latest.yml/badge.svg )] ( https://github.com/nilaoda/BBDown/actions/workflows/build_latest.yml )
2
2
3
+ > 本项目仅供个人学习、研究和非商业性用途。用户在使用本工具时,需自行确保遵守相关法律法规,特别是与版权相关的法律条款。开发者不对因使用本工具而产生的任何版权纠纷或法律责任承担责任。请用户在使用时谨慎,确保其行为合法合规,并仅在有合法授权的情况下使用相关内容。
4
+
3
5
# BBDown
4
6
一个命令行式哔哩哔哩下载器. Bilibili Downloader.
5
7
You can’t perform that action at this time.
0 commit comments