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