Skip to content

Commit

Permalink
Upgrade Nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Nov 23, 2024
1 parent b315680 commit 37db1a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NewLife.Core/NewLife.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'=='net461'">
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="System.Memory" Version="4.6.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'=='net45'">
<!--<PackageReference Include="System.Net.Http" Version="4.3.4" />-->
Expand Down
2 changes: 1 addition & 1 deletion Test/Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<None Remove="Model\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NewLife.Stardust" Version="3.1.2024.1101" />
<PackageReference Include="NewLife.Stardust" Version="3.2.2024.1117" />
<PackageReference Include="NewLife.XCode" Version="11.16.2024.1112-beta0943" />
<!--<PackageReference Include="System.Speech" Version="7.0.0" />-->
</ItemGroup>
Expand Down

0 comments on commit 37db1a3

Please sign in to comment.