3 references to RuntimeAssetGroup
installer.tasks (2)
GenerateTestSharedFrameworkDepsFile.cs (2)
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}")) },
Microsoft.Extensions.DependencyModel (1)
RuntimeAssetGroup.cs (1)
14public RuntimeAssetGroup(string? runtime, params string[] assetPaths) : this(runtime, (IEnumerable<string>)assetPaths) { }