rconsharp
rconsharp copied to clipboard
Visual studio says that there are not references to .NETFramework v4.7 or higher
Visual studio says that there are not references to .NETFramework v4.7 or higher.
Any solution?
Hi @faitarus
I confirm that this version of rconsharp targets netstandard2.1 and thus is not compatible with .Net Framework 4.x
The main reason behind this choice was to leverage some new features, namely Span<T>
and Pipelines
.
I will investigate and see if multitargeting
is feasible in this case.
I guess switching to .NET 5 is not an option in your case right ?