Skip to content

Commit

Permalink
升级IoT
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Jul 11, 2023
1 parent cd615b5 commit 9b5019c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion SmartA4/SmartA4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NewLife.IoT" Version="1.8.2023.511" />
<PackageReference Include="NewLife.IoT" Version="1.8.2023.711" />
<PackageReference Include="NewLife.ModbusRTU" Version="1.6.2023.511" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion XUnitTest/A4DriverTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void GetSpecificationTest()

var ps = _spec.Properties;
Assert.NotNull(ps);
Assert.Equal(11, ps.Length);
Assert.Equal(13, ps.Length);

Assert.NotNull(_spec.Services);
Assert.Null(_spec.Events);
Expand Down
10 changes: 5 additions & 5 deletions XUnitTest/XUnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="NewLife.UnitTest" Version="1.0.2022.901" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="NewLife.UnitTest" Version="1.0.2023.311-beta1027" />
<PackageReference Include="System.Speech" Version="7.0.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.2.0">
<PackageReference Include="coverlet.collector" Version="6.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 9b5019c

Please sign in to comment.