dotnet / NuGet.BuildTasks

The build tasks used to pick up package content from project.lock.json.
MIT License
45 stars 61 forks source link

Added RuntimeIdentifiers property for non-UAP projects for PackageReference #25

Closed jainaashish closed 7 years ago

jainaashish commented 7 years ago

Added RuntimeIdentifiers property for non-UAP projects for PackageReference scenarios inside Microsoft.NuGet.Targets file. For UAP projects, It's already being handled by UAP team.

Fixes https://github.com/NuGet/Home/issues/4030

@rrelyea @emgarten @jasonmalinowski @tmeschter