mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
28 lines
971 B
XML
28 lines
971 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<Version>1.6.3</Version>
|
|
<Description>BBDown是一个免费且便捷高效的哔哩哔哩下载/解析软件.</Description>
|
|
<PackageProjectUrl>https://github.com/nilaoda/BBDown</PackageProjectUrl>
|
|
<StartupObject></StartupObject>
|
|
<PackAsTool>true</PackAsTool>
|
|
<ToolCommandName>BBDown</ToolCommandName>
|
|
<PackageOutputPath>./nupkg</PackageOutputPath>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="QRCoder" Version="1.6.0" />
|
|
<PackageReference Include="SharpZipLib" Version="1.4.2" />
|
|
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\BBDown.Core\BBDown.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|