From 6daa6d2a1f882bf2bfd09c494e13abb4d842008d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Fri, 29 Apr 2016 07:35:46 +0200 Subject: [PATCH] Add Microsoft.Extensions.Configuration.Json to Mvc.Server --- samples/Mvc.Server/project.json | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/Mvc.Server/project.json b/samples/Mvc.Server/project.json index 19abfd45..588cd570 100644 --- a/samples/Mvc.Server/project.json +++ b/samples/Mvc.Server/project.json @@ -20,6 +20,7 @@ "Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-rc2-*", "Microsoft.Extensions.Configuration.CommandLine": "1.0.0-rc2-*", "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-rc2-*", + "Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-*", "Microsoft.Extensions.Logging.Console": "1.0.0-rc2-*", "Microsoft.Extensions.Logging.Debug": "1.0.0-rc2-*", "OpenIddict": "1.0.0-*"