3 references to rid
installer.tasks (3)
GenerateTestSharedFrameworkDepsFile.cs (3)
67
runtimeAssemblyGroups: new[] { new RuntimeAssetGroup(string.Empty, managedFileNames.Select(f => $"runtimes/{
rid
}/lib/{tfm}/{f}")) },
68
nativeLibraryGroups: new[] { new RuntimeAssetGroup(string.Empty, nativeFileNames.Select(f => $"runtimes/{
rid
}/native/{f}")) },
74
var targetInfo = new TargetInfo(fullTfm,
rid
, "runtimeSignature", isPortable: false);