Are there any plans to support .Net Core? We have a project that is using .Net Core 3.x and would like to use the Platform API's.
Jeff
Are there any plans to support .Net Core? We have a project that is using .Net Core 3.x and would like to use the Platform API's.
Jeff
The .NET SDK is published as a .NET Standard 2.0 library. You can use it in a .NET Core 3.0 project. There are no plans to change the publish target to 3.0 as that would only unnecessarily exclude support for older .NET versions that are actually compatible.
Thanks Tim...
One question however... Did I miss something when I looked at the Nuget package in VS? I didn't see where it says it supports .Net Standard 2.0
Thanks,
Jeff
It's not explicitly stated, but nuget will tell you your .NET version isn't supported when you try to install the package if that's a problem.
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.