From b08a25cc5813a7cf48cdb4e67f31093639bc6e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Thu, 12 May 2016 03:38:29 +0200 Subject: [PATCH] Reference the Microsoft.NETCore.Platforms package on .NET Desktop --- samples/Mvc.Client/project.json | 4 ++++ samples/Mvc.Server/project.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/samples/Mvc.Client/project.json b/samples/Mvc.Client/project.json index 882a385b..289e974a 100644 --- a/samples/Mvc.Client/project.json +++ b/samples/Mvc.Client/project.json @@ -23,6 +23,10 @@ "frameworks": { "net451": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1-rc2-*" + }, + "frameworkAssemblies": { "System.Runtime": { "type": "build" } } diff --git a/samples/Mvc.Server/project.json b/samples/Mvc.Server/project.json index 9e377940..a264c337 100644 --- a/samples/Mvc.Server/project.json +++ b/samples/Mvc.Server/project.json @@ -28,6 +28,10 @@ "frameworks": { "net451": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.0.1-rc2-*" + }, + "frameworkAssemblies": { "System.ComponentModel": { "type": "build" } }