From 019c8a94029c538a805aeec8f7b92d3eb7484a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=BCffel?= Date: Wed, 25 Nov 2020 13:13:30 +0100 Subject: [PATCH] target frameworks net461 and netstandard2.0 --- src/Ctrl2MqttBridge/Ctrl2MqttBridge.csproj | 6 +++--- src/Ctrl2MqttBridge/OperateNetService.cs | 1 - .../SetupCreatorTools/SetupCreator.exe | Bin 6656 -> 6656 bytes src/Ctrl2MqttClient/Ctrl2MqttClient.csproj | 10 +++++++--- src/SetupCreator/SetupCreator.csproj | 12 ++++++++---- ...ens.Sinumerik.Operate.Services.Stub.csproj | 4 ++-- 6 files changed, 20 insertions(+), 13 deletions(-) diff --git a/src/Ctrl2MqttBridge/Ctrl2MqttBridge.csproj b/src/Ctrl2MqttBridge/Ctrl2MqttBridge.csproj index d0c8aca..8881e41 100644 --- a/src/Ctrl2MqttBridge/Ctrl2MqttBridge.csproj +++ b/src/Ctrl2MqttBridge/Ctrl2MqttBridge.csproj @@ -2,7 +2,7 @@ Exe - net462 + net461;netstandard2.0 2.0.1 Andreas Küffel Präwema Antriebstechnik GmbH @@ -10,7 +10,7 @@ https://github.com/andreaskueffel/Ctrl2MqttBridge https://github.com/andreaskueffel/Ctrl2MqttBridge - LICENSE + MIT mqtt opc ua opcua iot controller s7 sinumerik siemens operate operatenet rexroth Ctrl2MqttBridge is a Bridge between a control connection (to either OPC UA or Sinumerik Operate) and an easy to implement Mqtt protocol. For client implementation use Ctrl2MqttClient @@ -40,7 +40,7 @@ - + diff --git a/src/Ctrl2MqttBridge/OperateNetService.cs b/src/Ctrl2MqttBridge/OperateNetService.cs index ec06511..881a56d 100644 --- a/src/Ctrl2MqttBridge/OperateNetService.cs +++ b/src/Ctrl2MqttBridge/OperateNetService.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Data.OleDb; using System.Threading.Tasks; using Ctrl2MqttBridge.Classes; using Ctrl2MqttBridge.Interfaces; diff --git a/src/Ctrl2MqttBridge/SetupCreatorTools/SetupCreator.exe b/src/Ctrl2MqttBridge/SetupCreatorTools/SetupCreator.exe index ab79e710cbf50b1f9ee8ffd8fa30726b666b9d7f..9375de313de5fe8a19e6067e763742b3a3ac2166 100644 GIT binary patch delta 280 zcmZoLX)u}4q4=@dbO!?zJYY~_;AS*nU=RQba6kn0Caw%;ygiwbv7XUnawCxBpUlW4 z&cO(j1!A_zjsgao1DH&>1)Rg*Dr#<*@tprAX}9%(th1A+@P1-6oZQZ*3naJlS@S-P zn!1L8(KmnzsI_GBUp{%(ExHU0TP7>=D+{QGRP1Wxd+ObyU|smuX93UT5PpZqpwyhy z#NyPLywnmCGsBqR)RNKy=c3falKdjQf|MkNU=K$lQ!@sr-f9=9UZ6cXSEc&ovaMTRM3!IBm6HD@o^a@gv7=k?hL$J@00 x library - net462 + net461;netstandard2.0 2.0.1 Andreas Küffel Präwema Antriebstechnik GmbH - MIT 2018-2020 + MIT + https://github.com/andreaskueffel/Ctrl2MqttBridge + https://github.com/andreaskueffel/Ctrl2MqttBridge + + mqtt opc ua opcua iot controller s7 sinumerik siemens operate operatenet rexroth + Ctrl2MqttClient is the client to the Ctrl2MqttBridge, bridging between a control connection (to either OPC UA or Sinumerik Operate) and an easy to implement Mqtt protocol. Needs a running Ctrl2MqttBridge instance. - diff --git a/src/SetupCreator/SetupCreator.csproj b/src/SetupCreator/SetupCreator.csproj index 3d0b934..1fd4422 100644 --- a/src/SetupCreator/SetupCreator.csproj +++ b/src/SetupCreator/SetupCreator.csproj @@ -1,15 +1,19 @@ - + Exe - net462 + net461 AnyCPU;x86 + SetupCreator.Program - + - + + + + diff --git a/src/Siemens.Sinumerik.Operate.Services.Stub/Siemens.Sinumerik.Operate.Services.Stub.csproj b/src/Siemens.Sinumerik.Operate.Services.Stub/Siemens.Sinumerik.Operate.Services.Stub.csproj index 372fbe5..1762f19 100644 --- a/src/Siemens.Sinumerik.Operate.Services.Stub/Siemens.Sinumerik.Operate.Services.Stub.csproj +++ b/src/Siemens.Sinumerik.Operate.Services.Stub/Siemens.Sinumerik.Operate.Services.Stub.csproj @@ -1,7 +1,7 @@ - + - net462 + net461;netstandard2.0