Skip to content

Commit

Permalink
v2.9 支持ISpan.Value
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Apr 2, 2024
1 parent b4507ca commit fd80768
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion StarAgent/StarAgent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NewLife.Agent" Version="10.7.2024.331-beta0602" />
<PackageReference Include="NewLife.Agent" Version="10.7.2024.402" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Stardust.Data/Stardust.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NewLife.XCode" Version="11.11.2024.330-beta0956" />
<PackageReference Include="NewLife.XCode" Version="11.11.2024.402" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Stardust.ServerTests/Stardust.ServerTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.2" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="xunit" Version="2.7.0" />
Expand Down
4 changes: 2 additions & 2 deletions Stardust/Stardust.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'!='net40'">
<PackageReference Include="NewLife.Core" Version="10.8.2024.0401-beta1218" />
<PackageReference Include="NewLife.Remoting" Version="2.7.2024.0401-beta0618" />
<PackageReference Include="NewLife.Core" Version="10.9.2024.0402" />
<PackageReference Include="NewLife.Remoting" Version="2.8.2024.0402" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'=='net40'">
<PackageReference Include="NewLife.Core" Version="10.7.2024.0203-net40" />
Expand Down
1 change: 0 additions & 1 deletion Test/Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.Win32.SystemEvents" Version="8.0.0" />
<PackageReference Include="NewLife.Core" Version="10.8.2024.401-beta1218" />
<PackageReference Include="SSH.NET" Version="2024.0.0" />
</ItemGroup>

Expand Down

0 comments on commit fd80768

Please sign in to comment.