Skip to content

Commit

Permalink
Upgrade Nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Sep 2, 2024
1 parent 23c3a2d commit ef944de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NewLife.Ftp/NewLife.Ftp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.1'">
<PackageReference Include="NewLife.Core" Version="9.1.2022.501" />
<PackageReference Include="NewLife.Core" Version="10.10.2024.902" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'!='netstandard2.1'">
<PackageReference Include="NewLife.Core" Version="8.11.2021.1225" />
<PackageReference Include="NewLife.Core" Version="8.11.2022.1225" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ef944de

Please sign in to comment.