Skip to content

Commit 4e4d2fd

Browse files
authored
Merge pull request #6195 from brianrob/revert-nuget-jitting
Revert "Add NuGet assemblies to the list of well-known assemblies."
2 parents 30bbc5a + 05c4182 commit 4e4d2fd

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Shared/MSBuildLoadContext.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,8 @@ internal class MSBuildLoadContext : AssemblyLoadContext
2525
"MSBuild",
2626
"Microsoft.Build",
2727
"Microsoft.Build.Framework",
28-
"Microsoft.Build.NuGetSdkResolver",
2928
"Microsoft.Build.Tasks.Core",
3029
"Microsoft.Build.Utilities.Core",
31-
"NuGet.Build.Tasks",
32-
"NuGet.Common",
33-
"NuGet.Configuration",
34-
"NuGet.Credentials",
35-
"NuGet.DependencyResolver.Core",
36-
"NuGet.Frameworks",
37-
"NuGet.LibraryModel",
38-
"NuGet.Packaging",
39-
"NuGet.Protocol",
40-
"NuGet.ProjectModel",
41-
"NuGet.Versioning",
4230
}.ToImmutableHashSet();
4331

4432
internal static readonly string[] Extensions = new[] { "ni.dll", "ni.exe", "dll", "exe" };

0 commit comments

Comments
 (0)