rconsharp icon indicating copy to clipboard operation
rconsharp copied to clipboard

Visual studio says that there are not references to .NETFramework v4.7 or higher

Open faitarus opened this issue 4 years ago • 1 comments

Visual studio says that there are not references to .NETFramework v4.7 or higher.

Any solution?

faitarus avatar Feb 10 '21 22:02 faitarus

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 ?

stefanodriussi avatar Feb 11 '21 07:02 stefanodriussi