Is it possible to work with nuget as with maven dependencies?
When a project builds the artifact is put in the local cache and if published uploaded to a private repo (or public) . When another project builds it will pull from the local cache and if it's not there the registry. By doing this an not have project references you don't have to rebuild stuff if the reference is for a specific version. Is that the same when working with nuget?
0 comments:
Post a Comment