Skip to content

Remove support for .NET 4.61 in .NET Standard #1152

Description

@RobertOwenJack

We have an app which dynamically compiles c# snippets using Roslyn. The app is .NET Standard, but to deploy it we have found that System.ValueTuple needs to be present. Although System.ValueTuple is part of the .NET 4.8 BCL it is not part of .NET 4.61 which is why this library needs to be available. .NET 4.61 was retired over 4 years ago, and it would nice if we could avoid having System.ValueTuple as part of our deployment. Could we remove the dependency of the MathNEt Numerics on .NET 4.61 please?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions