Are the AF SDK samples really using .NET 4.8 ??

I'm trying to learn AF SDK and have found the getting started samples on github at https://github.com/osisoft/AF-SDK-Getting-Started-Guide/. I'm also new to .NET and C# having used this briefly years ago.  I'm using VS Code on an arm64 Mac. I get this error when I do `dotnet build` in the Ex1-Connection-And-Hierarchy-Basics directory:

The reference assemblies for .NETFramework,Version=v4.8 were not found.

Are the examples really using .NET 4.8?

Thanks for any help you can give,

Troy

Parents Reply
  • > There is cross-platform, language agnostic PI Web API that does not need .NET Framework or .NET. You can use Java, Python, etc., on Linux or Mac if you like.

    Yes, I saw the PI Web API and thought...

    So I write a bunch of Java/Go/NodeJS (anything I guess) from scratch that does HTTP calls and deciphers a glob of JSON (that I'm not positive on what means what) to make more HTTP calls back and forth, gathering pieces and parts that I hard code in my java/go/nodejs code.

     

    Building something like an asset hierarchy through that sounds like a lot of traversing globs of JSON making numerous HTTP calls. But I'm new to this so I'm sure I'm just being cynical, right?

Children
No Data