From c99fd460660221c025bc7f2f10b593b20a173f66 Mon Sep 17 00:00:00 2001 From: Jason Curl Date: Mon, 19 Apr 2021 18:01:09 +0200 Subject: [PATCH] SerialPortStream: Add NUnitTestAdaptor for .NET 4.0 Issue: DOTNET-327 --- test/DatastructuresTest/DatastructuresTest-net40.csproj | 9 +++++++++ .../packages.DatastructuresTest-net40.config | 1 + .../SerialPortStreamTest-net40.csproj | 9 +++++++++ .../packages.SerialPortStreamTest-net40.config | 1 + 4 files changed, 20 insertions(+) diff --git a/test/DatastructuresTest/DatastructuresTest-net40.csproj b/test/DatastructuresTest/DatastructuresTest-net40.csproj index cfa94f8f..e0c23cb6 100644 --- a/test/DatastructuresTest/DatastructuresTest-net40.csproj +++ b/test/DatastructuresTest/DatastructuresTest-net40.csproj @@ -1,5 +1,6 @@  + Debug AnyCPU @@ -16,6 +17,8 @@ False UnitTest 2.1.1.0 + + true @@ -95,6 +98,12 @@ + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + +