How to consume a NuGet package in **dotnet/corefx** projects? #66603
Unanswered
DavoudEshtehari
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Isn't it just on nuget.org? |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
My assumption is, I could consume a NuGet which is defined in the public feeds, using the
PackageReference
tag in dotnet/corefx projects. But the project configurations don't allow it except on test projects.My target is System.Data.SqlClient project with package referencing Microsoft.SqlServer.Server. How can I do it?
Beta Was this translation helpful? Give feedback.
All reactions