.NET 4.6 project cannot add CSLA via NuGet (Microsoft.Extensions.Configuration 3.1.9) #2275
Unanswered
michaelcsikos
asked this question in
Questions
Replies: 1 comment 2 replies
-
What version of CSLA? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Revit 2018 and AutoCAD 2018 both target .NET 4.6 (not 4.6.1). When trying to add CSLA via NuGet to a new .NET 4.6 project it fails with the error:
Could not install package 'Microsoft.Extensions.Configuration 3.1.9'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6', 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.
Am I doing something wrong?
In the past we have manually set up references, and in this case would use the .NET 4.5 library, but we're hoping to be able to use NuGet moving forward.
Beta Was this translation helpful? Give feedback.
All reactions