Updated to use the new target framework in project.json
This commit is contained in:
parent
acefdf5f2e
commit
947ec326e0
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,6 @@
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net45": { },
|
"net45": { },
|
||||||
"k10": { }
|
"aspnetcore50": { }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"resources": "TestFiles/**/*",
|
"resources": "TestFiles/**/*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Moq": "4.2.1312.1622",
|
"Moq": "4.2.1312.1622",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue