Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install 1.9.0 into VS2017 targeting .NET 4.5.1 #141

Open
ansegura7 opened this issue Apr 21, 2021 · 0 comments
Open

Can't install 1.9.0 into VS2017 targeting .NET 4.5.1 #141

ansegura7 opened this issue Apr 21, 2021 · 0 comments

Comments

@ansegura7
Copy link

Hi there,

NuGet R.Net 1.9.0 works great for .NET 4.6.1 and 4.7.2.

But I can't manage to install it on a project that is tied to the .NET 4.5.1 framework.

Any suggestions? I can't modify the target framework of the project, because it is already in production.

I got the following output:

=============================
Attempting to gather dependency information for package 'R.NET.1.9.0' with respect to project 'RockApp', targeting '.NETFramework,Version=v4.5.1'
Gathering dependency information took 54.57 ms
Attempting to resolve dependencies for package 'R.NET.1.9.0' with DependencyBehavior 'Lowest'
Resolving dependency information took 0 ms
Resolving actions to install package 'R.NET.1.9.0'
Resolved actions to install package 'R.NET.1.9.0'
Retrieving package 'R.NET 1.9.0' from 'nuget.org'.
Install failed. Rolling back...
Package 'R.NET.1.9.0' does not exist in project 'RockApp'
Package 'R.NET.1.9.0' does not exist in folder 'C:\Code\2.1\RockRoot\RockApp\packages'
Executing nuget actions took 2.52 sec
Could not install package 'R.NET 1.9.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.1', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
Time Elapsed: 00:00:03.2368830
========== Finished ==========

Regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant