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
parent acefdf5f2e
commit 947ec326e0
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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