Skip to content

Commit

Permalink
Upgrade Nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Dec 8, 2024
1 parent c99d070 commit c1c0b38
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions NewLife.MQTT/NewLife.MQTT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NewLife.Core" Version="11.1.2024.1205" />
<PackageReference Include="NewLife.Remoting" Version="3.2.2024.1202" />
<PackageReference Include="NewLife.Core" Version="11.1.2024.1206" />
<PackageReference Include="NewLife.Remoting" Version="3.2.2024.1206" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="NewLife.Core" Version="11.1.2024.1205" />
<PackageReference Include="NewLife.Core" Version="11.1.2024.1206" />
<PackageReference Include="NewLife.Stardust" Version="3.2.2024.1203" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Test/Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NewLife.Core" Version="11.1.2024.1205" />
<PackageReference Include="NewLife.Core" Version="11.1.2024.1206" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NewLife.MQTT\NewLife.MQTT.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion XUnitTestClient/XUnitTestClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NewLife.Core" Version="11.1.2024.1205" />
<PackageReference Include="NewLife.Core" Version="11.1.2024.1206" />
<PackageReference Include="NewLife.UnitTest" Version="1.0.2024.1006" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
Expand Down

0 comments on commit c1c0b38

Please sign in to comment.