dotnet / sdk

Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
https://dot.net/core
MIT License
2.68k stars 1.06k forks source link

Enable tools RID filtering availability #9088

Open wli3 opened 6 years ago

wli3 commented 6 years ago

https://github.com/dotnet/cli/issues/8617 first

nkolev92 commented 6 years ago

The platforms package metadata should be

IsImplicitlyDefined="true"

Analogous to the .NetStandard autoreference libraries

wli3 commented 6 years ago

I tried the private build of NuGet/Home#6559 it worked.

https://github.com/dotnet/cli/compare/master...wli3:try-nuget-private-metadata-tempproj?expand=1