1 write to RuntimeSpecificAssets
Microsoft.DotNet.PackageValidation (1)
Package.cs (1)
102
RuntimeSpecificAssets
= RuntimeAssets.Where(t => t.Path.StartsWith("runtimes")).ToArray();
1 reference to RuntimeSpecificAssets
Microsoft.DotNet.PackageValidation (1)
Package.cs (1)
103
Rids =
RuntimeSpecificAssets
.Select(t => (string)t.Properties["rid"])