aspnet / MetaPackages

[Archived] NuGet meta packages. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
211 stars 109 forks source link

Use Directory.Build.props/targets #227

Closed natemcmaster closed 7 years ago

natemcmaster commented 7 years ago

Re-use a common pattern we're using in the other repos. This makes it easier to add settings that apply to all csproj files within a given directory.

This required splitting common.props and putting the list of all packages into dependencies.props instead.

cc @ryanbrandenburg