Skip to content

Commit

Permalink
Upgraded nunit. Dropped unix support until proper testing environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelventura committed Mar 29, 2020
1 parent 0b99fb1 commit 8987f81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ No documentation yet. Resort to tests at SharpModbus.Test and SharpModbus.Test.S

## Development Setup

- Windows 10 Pro 64x / macOS 10.13.2
- Windows 10 Pro 64x (Windows only)
- VS Code (bash terminal from Git4Win)
- Net Core SDK 3.1.201
- dotnet CLI
Expand All @@ -50,12 +50,8 @@ dotnet test SharpModbus.Test.Special --filter FullyQualifiedName~Opto22SnapPacTe
dotnet build SharpModbus.Test.Special
```

## Multiplatform

- 1.0.6 at nuget confirmed to work on MacOS/Ubuntu with .Net Core 2.0.2
- 1.0.6 at nuget confirmed to work on Windows10 with NetFramework40/.Net Core 2.0.2

## TODO

- [ ] Support Linux / macOS
- [ ] Improve documentation and samples
- [ ] Support Modbus ASCII
6 changes: 3 additions & 3 deletions SharpModbus.Test.Special/SharpModbus.Test.Special.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<ItemGroup>
<ProjectReference Include="..\SharpModbus\SharpModbus.csproj"/>
<ProjectReference Include="..\SharpModbus.Test\SharpModbus.Test.csproj"/>
<PackageReference Include="NUnit" Version="3.8.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.8.0-*" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.*" />
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0"/>
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions SharpModbus.Test/SharpModbus.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

<ItemGroup>
<ProjectReference Include="..\SharpModbus\SharpModbus.csproj"/>
<PackageReference Include="NUnit" Version="3.8.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.8.0-*" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.*" />
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.15.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0"/>
</ItemGroup>

</Project>

0 comments on commit 8987f81

Please sign in to comment.