From 8987f8131a0c179c46bb8ce35102e2dc7d6505d1 Mon Sep 17 00:00:00 2001 From: Samuel Ventura Date: Sun, 29 Mar 2020 10:09:00 -0600 Subject: [PATCH] Upgraded nunit. Dropped unix support until proper testing environment. --- README.md | 8 ++------ SharpModbus.Test.Special/SharpModbus.Test.Special.csproj | 6 +++--- SharpModbus.Test/SharpModbus.Test.csproj | 6 +++--- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 75112e7..1a9a7ef 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 \ No newline at end of file diff --git a/SharpModbus.Test.Special/SharpModbus.Test.Special.csproj b/SharpModbus.Test.Special/SharpModbus.Test.Special.csproj index c45902d..9b80070 100644 --- a/SharpModbus.Test.Special/SharpModbus.Test.Special.csproj +++ b/SharpModbus.Test.Special/SharpModbus.Test.Special.csproj @@ -8,9 +8,9 @@ - - - + + + diff --git a/SharpModbus.Test/SharpModbus.Test.csproj b/SharpModbus.Test/SharpModbus.Test.csproj index db01449..0fee214 100644 --- a/SharpModbus.Test/SharpModbus.Test.csproj +++ b/SharpModbus.Test/SharpModbus.Test.csproj @@ -7,9 +7,9 @@ - - - + + +