i am having transitive dependency on a nuget package. this package is coming from another organization feed (which gets it from second/another organization feed)
Below is what it looks like.I am not able to upgrade the version of package (higher version doesn't show in my feed on search)
Question: why package version 1.1 is not showing in my feed, and I am not able to add it (from Visual studio, when i try to upgrade package version)
My project Feed:
package | visibility | source |
---|---|---|
my.package (version 1.0) | local | orgFeed1 |
orgFeed1 Feed:
package | visibility | source |
---|---|---|
my.package (version 1.1) (selected as current) | local | orgFeed2 |
my.package (version 1.0) | local | orgFeed2 |
orgFeed2 Feed:
package | visibility | source |
---|---|---|
my.package (version 1.1) (selected as current) | local | Nuget |
my.package (version 1.0) | local | Nuget |