Skip to content

Commit

Permalink
Update dependency Downloader to 3.3.0 (#840)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 239c22e commit 430bde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
<PackageVersion Include="Certes" Version="3.0.4">
</PackageVersion>
<!-- 👇 HTTP 下载库 -->
<PackageVersion Condition="!$(TargetFramework.StartsWith('net4'))" Include="Downloader" Version="3.2.1">
<PackageVersion Condition="!$(TargetFramework.StartsWith('net4'))" Include="Downloader" Version="3.3.0">
</PackageVersion>
<PackageVersion Condition="$(TargetFramework.StartsWith('net4'))" Include="Downloader" Version="$(Version_Downloader_DotNetFX)">
</PackageVersion>
Expand Down

0 comments on commit 430bde8

Please sign in to comment.