Skip to content

Commit d24afdc

Browse files
committed
升级到.NET9
1 parent 06ae0e5 commit d24afdc

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Latest
33
on: [push,workflow_dispatch]
44

55
env:
6-
DOTNET_SDK_VERSION: '8.0.*'
6+
DOTNET_SDK_VERSION: '9.0.*'
77
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
88

99
jobs:

BBDown.Core/BBDown.Core.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
<PropertyGroup>
44
<OutputType>library</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFramework>net9.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
99

1010
<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">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>

BBDown/BBDown.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
5+
<TargetFramework>net9.0</TargetFramework>
66
<PackageLicenseExpression>MIT</PackageLicenseExpression>
77
<Version>1.6.3</Version>
88
<Description>BBDown是一个免费且便捷高效的哔哩哔哩下载/解析软件.</Description>
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="QRCoder" Version="1.4.3" />
18+
<PackageReference Include="QRCoder" Version="1.6.0" />
1919
<PackageReference Include="SharpZipLib" Version="1.4.2" />
2020
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
2121
</ItemGroup>

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[![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)
22

3+
> 本项目仅供个人学习、研究和非商业性用途。用户在使用本工具时,需自行确保遵守相关法律法规,特别是与版权相关的法律条款。开发者不对因使用本工具而产生的任何版权纠纷或法律责任承担责任。请用户在使用时谨慎,确保其行为合法合规,并仅在有合法授权的情况下使用相关内容。
4+
35
# BBDown
46
一个命令行式哔哩哔哩下载器. Bilibili Downloader.
57

0 commit comments

Comments
 (0)