6 references to RuntimeAssetGroup
Microsoft.DotNet.SharedFramework.Sdk (2)
src\GenerateSharedFrameworkDepsFile.cs (2)
88
runtimeAssemblyGroups: new[] { new
RuntimeAssetGroup
(string.Empty, runtimeFiles) },
89
nativeLibraryGroups: new[] { new
RuntimeAssetGroup
(string.Empty, nativeFiles) },
Microsoft.Extensions.DependencyModel (4)
DependencyContextJsonReader.cs (4)
794
runtimeAssemblyGroups.Add(new
RuntimeAssetGroup
(
806
nativeLibraryGroups.Add(new
RuntimeAssetGroup
(
815
runtimeAssemblyGroups.Add(new
RuntimeAssetGroup
(string.Empty, targetLibrary.Runtimes));
820
nativeLibraryGroups.Add(new
RuntimeAssetGroup
(string.Empty, targetLibrary.Natives));