Skip to content

Can you target .netstandard 20? #766

@oliverjanik

Description

@oliverjanik

It looks like you're currently targeting NET 6.0, netstandard2.1 and Net Framework 3.5

image

Our use-case is a shared .netstandard20 library which is used by projects targeting NET Farmework 4.8 and .net 60. For this usecase we had to roll back Twillio nuget back to version 5.x

Targeting .netstandard21 doesn't really make much sense, since it doesn't support .Net Framework at all.

See here: https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-1

netstandard20 is the highest common denominator between legacy Net Framework and newer core based run-times.

Any chance you could downgrade the target to netstandard 2.0?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions