From 99f3627210dacef355ec25761a42038a470dc338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Tue, 10 May 2016 00:47:27 +0200 Subject: [PATCH] Pin missing RC2 dependencies --- samples/Mvc.Client/project.json | 2 +- samples/Mvc.Server/project.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/Mvc.Client/project.json b/samples/Mvc.Client/project.json index cedfa68e..ee06b777 100644 --- a/samples/Mvc.Client/project.json +++ b/samples/Mvc.Client/project.json @@ -42,7 +42,7 @@ "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-rc2-*", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } }, diff --git a/samples/Mvc.Server/project.json b/samples/Mvc.Server/project.json index 588cd570..5b5c4121 100644 --- a/samples/Mvc.Server/project.json +++ b/samples/Mvc.Server/project.json @@ -47,7 +47,7 @@ "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-rc2-*", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } },