Discover assembly parts for Microsoft.AspnetCore.All
This commit is contained in:
parent
7835809ff2
commit
6751e3b7ca
|
|
@ -16,6 +16,7 @@ namespace Microsoft.AspNetCore.Mvc.Internal
|
|||
{
|
||||
internal static HashSet<string> ReferenceAssemblies { get; } = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
|
||||
{
|
||||
"Microsoft.AspNetCore.All",
|
||||
"Microsoft.AspNetCore.Mvc",
|
||||
"Microsoft.AspNetCore.Mvc.Abstractions",
|
||||
"Microsoft.AspNetCore.Mvc.ApiExplorer",
|
||||
|
|
|
|||
|
|
@ -245,6 +245,7 @@ namespace Microsoft.AspNetCore.Mvc.Internal
|
|||
{
|
||||
// The following assemblies are not reachable from Microsoft.AspNetCore.Mvc
|
||||
"Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
||||
"Microsoft.AspnetCore.All",
|
||||
};
|
||||
|
||||
var dependencyContextLibraries = DependencyContext.Load(CurrentAssembly)
|
||||
|
|
|
|||
Loading…
Reference in New Issue