NuGet Packages needed?
John Breckenridge
I used the update tool to migrate my C# class library from Eyeshot2023 to Eyeshot2024.2.342, and when I go to build it, I get an error "NU1100 Unable to resolve 'netDxf-devel0 (>= 3.1.0)' for 'net7.0-windows10.0.17763'"
Is there a third-party NuGet package I need to add to my project? I'm not using any of the DXF features, so I don't know why it's looking for it.
I opened the Sample Collection Solution to see how it builds, and I get that same error, as well as an additional "NU1100 Unable to resolve 'Extended.Wpf.Toolkit (>= 4.5.1)' for 'net6.0-windows7.0'" So it looks like the samples need another package on top of the one I need.
0
Comments
Hello John,
Please ensure the nuget.org package source is correctly configured to https://api.nuget.org/v3/index.json, as shown in the picture below.
I have that package source defined identically to yours. However, the full error message I'm seeing is telling me "Error (active) NU1100 Unable to resolve 'netDxf-devel0 (>= 3.1.0)' for 'net7.0-windows10.0.17763'. PackageSourceMapping is enabled, the following source(s) were not considered: C:\Program Files\dotnet\library-packs, CoreWCF, DevExpress, DevLocal, Eyeshot 2024 Local, Microsoft Visual Studio Offline Packages, nuget.org"
So for some reason it's not considering the nuget.org package. Do you know what Package Source Mapping that nextDxf thing needs?
It's distributed via nuget.org.
If you need more help on this, please open a support request.
Please sign in to leave a comment.