diff --git a/src/Microsoft.DotNet.Tools.Publish/Program.cs b/src/Microsoft.DotNet.Tools.Publish/Program.cs index a3be3cbd2..1eba8c411 100644 --- a/src/Microsoft.DotNet.Tools.Publish/Program.cs +++ b/src/Microsoft.DotNet.Tools.Publish/Program.cs @@ -111,7 +111,7 @@ namespace Microsoft.DotNet.Tools.Publish // return the matching framework/runtime ProjectContext. // if 'nugetframework' or 'runtime' is null or empty then it matches with any. - private static IEnumerable GetMatchingProjectContexts(IEnumerable contexts, NuGetframework framework, string runtimeIdentifier) + private static IEnumerable GetMatchingProjectContexts(IEnumerable contexts, NuGetFramework framework, string runtimeIdentifier) { var matchingContexts = contexts.Where(context => {