Skip to content

Commit

Permalink
升级核心库,优化 SessionBase.SendMessageAsync,是的WinForm的UI线程调用同步Invoke时,不至于卡住…
Browse files Browse the repository at this point in the history
…UI上下文
  • Loading branch information
nnhy committed Nov 24, 2024
1 parent a350c10 commit de48c27
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NewLife.Remoting/NewLife.Remoting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NewLife.Core" Version="11.0.2024.1115" />
<PackageReference Include="NewLife.Core" Version="11.0.2024.1124-beta1518" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="NewLife.Core" Version="11.0.2024.1115" />
<PackageReference Include="NewLife.Core" Version="11.0.2024.1124-beta1518" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion XUnitTest/XUnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="NewLife.Core" Version="11.0.2024.1115" />
<PackageReference Include="NewLife.Core" Version="11.0.2024.1124-beta1518" />
<PackageReference Include="NewLife.UnitTest" Version="1.0.2024.1102-beta0202" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
Expand Down
4 changes: 2 additions & 2 deletions ZeroClient/Zero.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NewLife.Stardust" Version="3.1.2024.1004" />
<PackageReference Include="System.Speech" Version="8.0.0" />
<PackageReference Include="NewLife.Stardust" Version="3.2.2024.1117" />
<PackageReference Include="System.Speech" Version="9.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit de48c27

Please sign in to comment.