Replies: 1 comment 1 reply
-
I joined NuGet a long time after NuGet.Core was deprecated, so I'm not at all familiar with those interfaces. What are you using them for? If you want to read packages, then |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our old application we are using the following interfaces from NuGet.Core library.
In the new 'NuGet.Packaging' library we could only identify the '
IPackageMetadata
&PackageBuilder
' classes. We need the migrating information about the above mentioned interfaces in the new client SDK (NuGet.Packaging & NuGet.Protocol).FYI: We tried using
IPackageMetadata
, thought which is equivalent to oldIPackage
interface. In our old application, we used the following two methods in many places which belongs toIPackage
.Also struggling to find the migration options for these two methods.
It will be helpful, if someone provide the guide information (any URL or sample) about all the class/interface and methods of the new nuget SDK.
Please help us here for migrating to new client SDK.
Beta Was this translation helpful? Give feedback.
All reactions