Fix compilation error.

This commit is contained in:
Sridhar Periyasamy 2015-12-03 13:17:17 -08:00
parent 71d55a5596
commit 84deb9ef89

View file

@ -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 =>
{