Skip to content

Commit

Permalink
Upgrade Nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Sep 1, 2024
1 parent 9f76341 commit 4d47825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NewLife.Thrift/NewLife.Thrift.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
</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)'!='net40'">
<PackageReference Include="NewLife.Core" Version="10.5.2023.801" />
<PackageReference Include="NewLife.Core" Version="10.10.2024.803" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net40'">
Expand Down

0 comments on commit 4d47825

Please sign in to comment.