Closed neo-james closed 12 months ago
please use the packagereference format instead of the packages.config
trying to add package eXpandLib to Winforms project result in the following
`
Attempting to gather dependency information for package 'eXpandLib.21.1.301' with respect to project 'XafTest.Win', targeting '.NETFramework,Version=v4.7.2' Gathering dependency information took 1.07 min Attempting to resolve dependencies for package 'eXpandLib.21.1.301' with DependencyBehavior 'Lowest' Unable to resolve dependency 'akarnokd.reactive_extensions'. Source(s) used: 'nuget.org', 'DevExpress 21.1 Local', 'Microsoft Visual Studio Offline Packages'. Time Elapsed: 00:01:04.2016575 ========== Finished ==========
`
Have you got this resolved ? I have the same issue . tx, gabor
packages.config is not supported use packagereference format instead
thanks took me a while that I need to convert the packaging in visual studio :) but worked ! g
Closing issue for age. Feel free to reopen it at any time.
.Thank you for your contribution.
trying to add package eXpandLib to Winforms project result in the following
`
Attempting to gather dependency information for package 'eXpandLib.21.1.301' with respect to project 'XafTest.Win', targeting '.NETFramework,Version=v4.7.2' Gathering dependency information took 1.07 min Attempting to resolve dependencies for package 'eXpandLib.21.1.301' with DependencyBehavior 'Lowest' Unable to resolve dependency 'akarnokd.reactive_extensions'. Source(s) used: 'nuget.org', 'DevExpress 21.1 Local', 'Microsoft Visual Studio Offline Packages'. Time Elapsed: 00:01:04.2016575 ========== Finished ==========
`