Updated to use the new target framework in project.json

This commit is contained in:
David Fowler 2014-08-28 23:43:51 -07:00
Родитель acefdf5f2e
Коммит 947ec326e0
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -309,7 +309,7 @@ namespace Microsoft.AspNet.Razor.Editor
RazorEditorTrace.TraceLine(RazorResources.FormatTrace_BackgroundThreadStart(fileNameOnly));
EnsureOnThread();
#if K10
#if ASPNETCORE50
var spinWait = new SpinWait();
#endif

Просмотреть файл

@ -19,6 +19,6 @@
},
"frameworks": {
"net45": { },
"k10": { }
"aspnetcore50": { }
}
}

Просмотреть файл

@ -1,4 +1,4 @@
{
{
"resources": "TestFiles/**/*",
"dependencies": {
"Moq": "4.2.1312.1622",