diff --git a/MConnectSDK/MConnectSDK.csproj b/MConnectSDK/MConnectSDK.csproj index 81f8386..7054316 100644 --- a/MConnectSDK/MConnectSDK.csproj +++ b/MConnectSDK/MConnectSDK.csproj @@ -53,18 +53,12 @@ ..\packages\System.Diagnostics.PerformanceCounter.4.5.0\lib\net461\System.Diagnostics.PerformanceCounter.dll - ..\packages\System.IO.Pipelines.4.5.3\lib\netstandard2.0\System.IO.Pipelines.dll ..\packages\System.Memory.4.5.2\lib\netstandard2.0\System.Memory.dll - - ..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll - True - True - ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll diff --git a/TestClient/MainForm.cs b/TestClient/MainForm.cs index 359d28d..31d0ce2 100644 --- a/TestClient/MainForm.cs +++ b/TestClient/MainForm.cs @@ -573,7 +573,7 @@ namespace TestClient sb.AppendLine("--------------------------------------------------"); lblConsole.Text = sb.ToString(); } - catch (Exception ex) + catch { //label2.Text = ex.GetType().Name + ": " + ex.Message; } @@ -636,7 +636,7 @@ namespace TestClient sb.AppendLine("--------------------------------------------------"); lblConsole.Text = sb.ToString(); } - catch (Exception ex) + catch { //label2.Text = ex.GetType().Name + ": " + ex.Message; } diff --git a/TestClient/TestClient.csproj b/TestClient/TestClient.csproj index 92dd064..16a355d 100644 --- a/TestClient/TestClient.csproj +++ b/TestClient/TestClient.csproj @@ -66,10 +66,6 @@ ..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll - - - ..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll - ..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net461\System.Security.Cryptography.Algorithms.dll