Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6565041
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T14:02:37+00:00 2026-05-25T14:02:37+00:00

I am investigating how I can use NuGet to distribute developer frameworks and tools

  • 0

I am investigating how I can use NuGet to distribute developer frameworks and tools within my organization. I have the server setup and am able to generate packages and add them to consuming projects. I am now looking to expand this into a more real-world situation.

In my case, I will have a framework that we distribute to all of the development teams in the organization. This framework has a “core” class library then a set of technology-specific libraries such as Acme.Web, Acme.Silverlight and so on. Each of these libraries references the “core” assembly.

I have packaged each of these assemblies into it’s own NuGet package including “core” which is set as a dependency within the other packages. This is because developers may chose to only reference “core” when creating class libraries but also want those types when creating web apps, etc.

The other idea is that I could release a new version of my “core” assembly without requiring updates in all of the other packages. Or can I?

Imagine the case where I have project A, add NuGet package B that has a dependency on NuGet package C then package C is updated. Is it possible to distribute this update without rebuilding, repackaging and reposting package B? If so, are there any steps I need to take to ensure there are no versioning issues?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T14:02:38+00:00Added an answer on May 25, 2026 at 2:02 pm

    It sounds like the question you are asking is, given the following dependency graph:

    -> means depends on

    B 1.0 -> C 1.0
    

    If there happens to be an update to C, lets say C 1.1, you want to know if you can publish that update to C and have consumers update it without breaking B.

    I’m going to assume you’re packing assemblies here. If that’s the case then you can definitely do that. NuGet does a few things to help make this work for assemblies that have a strong name (i.e it adds the necessary binding redirects). You just need to make sure you use proper versioning (I strongly recommend you read David Ebbo’s posts on the subject).

    To give you a basic understanding on how this would work. Say you’re in a team of 3, You, Developer 1 and 2.

    1. You Publish packages B 1.0 and C 1.0 to your company’s feed
    2. Developer 1 install B 1.0 and gets C 1.0
    3. You make a small bug fix to C and call it C 1.0.1 (since it’s not breaking). You do not update B (that means it says it has a dependency on C 1.0 not C 1.0.1).
    4. Developer 1 updates C to 1.0.1 and keeps working
    5. Developer 2 install B 1.0 and gets C 1.0.1 (NuGet’s dependency resolution behavior).

    In the above scenario you changed the version from C 1.0 to C 1.0.1 and didn’t have to re-publish B.

    Now, if you made a huge breaking change and bumped the version to C 2.0, then maybe you want to consider re-packing B and increasing the version number and making that version of B depend on C 2.0:

    B 2.0 -> C 2.0
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm investigating which mocking framework to use for my project and have narrowed it
I have a poor man's replication setup that I can't do anything about. Some
I'm investigating whether I can use webkit-sharp for my application. The main thing I
I've been investigating the appengine to see if I can use it for a
Recently I have been investigating the possibilities of caching in ASP.NET. I rolled my
I've just started investigating the Microsoft Ajax Minifer 4.0 for use with a Visual
I'm investigating using Mercurial in a corporate environment. The plan is to use central
I'm currently investigating various logging possibilities for .net projects and I can't decide between
I'm impressed with Twitter and investigating to use Scala for a new large scale
I'm getting the chance to develop a mildly complex project and have been investigating

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.