Tyler Moore
Results
3
comments of
Tyler Moore
From working, it seems it's a case of updating the .NET Standard version from 1.3 to 2.0 to allow compatibility with .NET Core 2.0 applications
I got everything working on .NET Standard 2.0. Going to close this out.
So the issues I had was that I made a basic .NET Core 2 console application and I used the sample code, but only the first example would work. When...