Merge pull request #1536 from dotnet/pakrym/fix-run-tests

Fix run tests
This commit is contained in:
Pavel Krymets 2016-02-24 14:03:23 -08:00
commit 334ee7829a
4 changed files with 15 additions and 11 deletions

View file

@ -6,7 +6,7 @@ namespace ConsoleApplication
{
public static void Main(string[] args)
{
.WriteLine("NET451");
Console.WriteLine("NET451");
}
}
}

View file

@ -5,7 +5,7 @@
},
"frameworks": {
"dummy1": { },
"net451": { }
"net451": { },
"net45": { }
}
}