fslaborg / RProvider

Access R packages from F#
http://fslab.org/RProvider/
Other
235 stars 69 forks source link

Upgrading to R.NET 1.8+ dependency (netstandard2) - paket does not update the project files adequately. #204

Closed jmp75 closed 5 years ago

jmp75 commented 5 years ago

Updated the RProvider project files to <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> as I thought this was the minimum to be able to depend on assemblies targetting netstandard2.0. Using this branch/fork. However ..\..\packages\R.NET\lib\netstandard2.0\RDotNet.dll is only referenced if TargetFrameworkVersion is at least v4.7.1, using Paket version 5.207.3.

jmp75 commented 5 years ago

Migrated the project files to target .NET fw 4.7.2.

jmp75 commented 5 years ago

should be solved with https://github.com/jmp75/RProvider/commit/eaca21b6a49cf18c1a1a20ded8b75ddb585869d3