From 563052f800b54a67ba6311b2c4ae03ae50dfada8 Mon Sep 17 00:00:00 2001 From: John Luo Date: Thu, 4 Feb 2016 17:27:08 -0800 Subject: [PATCH] Updating sample to new CLI --- samples/IISSample/project.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/IISSample/project.json b/samples/IISSample/project.json index d9e42fd437..2d07f326ae 100644 --- a/samples/IISSample/project.json +++ b/samples/IISSample/project.json @@ -3,7 +3,8 @@ "dependencies": { "Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*", - "Microsoft.Extensions.Logging.Console": "1.0.0-*" + "Microsoft.Extensions.Logging.Console": "1.0.0-*", + "Microsoft.NETCore.Platforms": "1.0.1-*" }, "compilationOptions": { "emitEntryPoint": true