зеркало из https://github.com/dotnet/razor.git
Updated to use the new target framework in project.json
This commit is contained in:
Родитель
acefdf5f2e
Коммит
947ec326e0
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче