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