dotnet-new template imports dnxcore50. Tests Green.

This commit is contained in:
Piotr Puszkiewicz 2016-04-17 10:04:12 -07:00
parent d45032c9d7
commit 496ec6b474
3 changed files with 5 additions and 3 deletions

View file

@ -10,6 +10,8 @@
}
},
"frameworks": {
"netcoreapp1.0": {}
"netcoreapp1.0": {
"imports": "dnxcore50"
}
}
}

View file

@ -67,4 +67,4 @@ namespace Microsoft.DotNet.Tests
File.WriteAllText(projectJsonPath, projectJson + Environment.NewLine);
}
}
}
}

View file

@ -25,4 +25,4 @@
}
},
"testRunner": "xunit"
}
}