Beckhoff / TF6000_ADS_DOTNET_V5_Samples

Sample code for the Version 6.X series of the TwinCAT ADS .NET Packages
https://infosys.beckhoff.com/content/1033/tc3_ads.net/9407515403.html?id=6770980177009971601
BSD Zero Clause License
37 stars 15 forks source link

Problem with references #25

Closed drvic10k closed 2 years ago

drvic10k commented 2 years ago

When I updated to version 6.0.143, there is a problem with references

Version 6.0.129 works fine

image

RalfHeitmann commented 2 years ago

There is a problem missing the net6.0 Target Assemblies within the 6.0.143 package. I updated to 6.0.155, that should work.

drvic10k commented 2 years ago

works fine with the new version, thanks