From 9e20f6fa0e34aa5beb7564d941c6853814d9878b Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 3 Mar 2016 05:43:33 -0800 Subject: [PATCH] Fix build break --- src/Microsoft.Net.Http.Server/project.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Microsoft.Net.Http.Server/project.json b/src/Microsoft.Net.Http.Server/project.json index 8d12e7b336..52e4499c32 100644 --- a/src/Microsoft.Net.Http.Server/project.json +++ b/src/Microsoft.Net.Http.Server/project.json @@ -15,7 +15,11 @@ "xmlDoc": true }, "frameworks": { - "net451": {}, + "net451": { + "frameworkAssemblies": { + "System.Runtime": { "type": "build" } + } + }, "netstandard1.3": { "dependencies": { "Microsoft.Win32.Primitives": "4.0.1-*",