Fix compilation error.
This commit is contained in:
parent
71d55a5596
commit
84deb9ef89
1 changed files with 1 additions and 1 deletions
|
@ -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<ProjectContext> GetMatchingProjectContexts(IEnumerable<ProjectContext> contexts, NuGetframework framework, string runtimeIdentifier)
|
||||
private static IEnumerable<ProjectContext> GetMatchingProjectContexts(IEnumerable<ProjectContext> contexts, NuGetFramework framework, string runtimeIdentifier)
|
||||
{
|
||||
var matchingContexts = contexts.Where(context =>
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue