From 98e2d5d4c729770e5e8e146602ab2b6c5bdc439a Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 24 Mar 2016 12:59:08 -0700 Subject: [PATCH] Fix dotnet restore warning --- test/Microsoft.AspNetCore.JsonPatch.Test/project.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Microsoft.AspNetCore.JsonPatch.Test/project.json b/test/Microsoft.AspNetCore.JsonPatch.Test/project.json index 72fdfa43b4..4dcf2002cf 100644 --- a/test/Microsoft.AspNetCore.JsonPatch.Test/project.json +++ b/test/Microsoft.AspNetCore.JsonPatch.Test/project.json @@ -23,12 +23,12 @@ }, "net451": { "frameworkAssemblies": { - "System.Linq.Expressions": {"type": "build"}, + "System.Linq.Expressions": { "type": "build" }, + "System.Runtime": { "type": "build" }, "System.Threading.Tasks": { "type": "build" } }, "dependencies": { "Moq": "4.2.1312.1622", - "System.Runtime": "4.1.0-*", "xunit.runner.console": "2.1.0" } }