Problems with Multiple Nuget Projects

I have a multi-project ASP.NET 4.0 Web Forms solution. Initially, I created a project package consisting of static files: master, css, images, etc.

Since then I upgraded to Nuget 1.4 to take advantage of the draft solution (so I don’t need to manually update each project). I planned to delete the existing project package, and then create and install a solution package containing the same shared files.

After running Uninstall-Package MyProjectPackage, I noticed that there are still files related to Nuget in my projects. For instance:

Project 1:

packages.config
Packages.dgml
MyProjectPackage.1.1.nuspec
MyProjectPackage.1.2.nupkg

Project 2:

MyProjectPackage.nuspec

Questions:

  • , , . ?

  • , . ?

  • NuGet ? ( "" nuget " ..." )

08-24-2011:

. , , -. .

25.08.2011:

, , " " ", " ", " " " MyProject.sln - NuGet".

( ):

()
- Footer.ascx
- Footer.ascx.cs
- Footer.ascx.designer.cs

()
- footer.jpg

()
- Site.Master
- Site.Master.cs
- Site.Master.designer.cs

()
- style.css

+1

All Articles