Legacy Dev Forum Posts

 View Only

Sign Up

  • 1.  .Net Core 3.x Support

    Posted 06-05-2025 18:06

    jeff_smith | 2020-02-05 13:45:17 UTC | #1

    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


    tim.smith | 2020-02-05 16:18:50 UTC | #2

    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.


    jeff_smith | 2020-02-05 16:40:49 UTC | #3

    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


    tim.smith | 2020-02-05 16:45:17 UTC | #4

    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.


    system | 2020-03-07 16:52:12 UTC | #5

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 7069