Skip to content

Commit

Permalink
升级基础组件,不再支持net40,能用得到网络服务器的应用,起码也能上net45
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Apr 7, 2024
1 parent 14707a8 commit f4ffa4e
Show file tree
Hide file tree
Showing 8 changed files with 253 additions and 261 deletions.
2 changes: 1 addition & 1 deletion Benchmark/Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NewLife.Core" Version="10.5.2023.801" />
<PackageReference Include="NewLife.Core" Version="10.9.2024.402" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions EchoAgent/EchoAgent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NewLife.Agent" Version="10.5.2023.801" />
<PackageReference Include="NewLife.Core" Version="10.5.2023.801" />
<PackageReference Include="NewLife.Agent" Version="10.7.2024.402" />
<PackageReference Include="NewLife.Core" Version="10.9.2024.402" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion EchoTest/EchoTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NewLife.Core" Version="10.5.2023.801" />
<PackageReference Include="NewLife.Core" Version="10.9.2024.402" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion HandlerTest/HandlerTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NewLife.Core" Version="10.5.2023.801" />
<PackageReference Include="NewLife.Core" Version="10.9.2024.402" />
</ItemGroup>

</Project>
Loading

0 comments on commit f4ffa4e

Please sign in to comment.