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