diff --git a/src/Microsoft.AspNetCore.Razor.Runtime/project.json b/src/Microsoft.AspNetCore.Razor.Runtime/project.json index b014948f5d..a1b616a9c6 100644 --- a/src/Microsoft.AspNetCore.Razor.Runtime/project.json +++ b/src/Microsoft.AspNetCore.Razor.Runtime/project.json @@ -33,10 +33,19 @@ "frameworks": { "net451": { "frameworkAssemblies": { + "System.Runtime": { "type": "build" }, + "System.IO": { "type": "build" }, "System.Xml": "4.0.0.0", "System.Xml.Linq": "4.0.0.0" - }, - "dependencies": {} + } + }, + "dnx451": { + "frameworkAssemblies": { + "System.Runtime": "", + "System.IO": "", + "System.Xml": "4.0.0.0", + "System.Xml.Linq": "4.0.0.0" + } }, "netstandard1.3": { "dependencies": {