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?
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?