Showing results for January 2016 - The NuGet Blog

Jan 26, 2016
0
0

NuGet ContentFiles Demystified

Jeffrey Fritz
Jeffrey Fritz

Updated - Feb 26, 2015: Thanks to Jared Barneck for some suggested edits to add some steps to the sample NuGet creation process In NuGet 3.3, the feature was introduced to support project.json managed projects and packages that are indirectly referenced in a project. This was an important change because it brings the ability to deliver static ...

Feature Announcement
Jan 19, 2016
0
0

NuGet Targets for Project.Json now open source

Jeffrey Fritz
Jeffrey Fritz

A question that comes up from time to time is: how does Visual Studio 2015 add references when using project.json files in conjunction with a csproj without modifying the csproj file? This is a good question and demonstrates some of our strategy to help make NuGet easier to integrate into project systems without having to teach NuGet how to work ...

Other announcements
Jan 13, 2016
0
0

Accelerate your NuGet.Server

Maarten Balliauw
Maarten Balliauw

Since its inception, NuGet supports setting up custom package sources. There's the default NuGet Gallery, there's third-party NuGet hosting (see the NuGet Ecosystem), we can use local directories on our hard drive or a network UNC share (like ) and there's the NuGet.Server package that we can use to create our own NuGet server. Developers and ...

Feature Announcement