From 866455987efd3980cdfade1657ecea8139025ecb Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 20 Apr 2018 11:34:35 +0200 Subject: [PATCH] Yavsc.Server is no more an option --- cli/project.json | 4 ++-- global.json | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cli/project.json b/cli/project.json index 3bf05fd8..5631b833 100644 --- a/cli/project.json +++ b/cli/project.json @@ -25,11 +25,11 @@ "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", "Microsoft.Framework.Configuration.Json": "1.0.0-*", "Microsoft.Framework.ConfigurationModel.Json": "1.0.0-*", - "Yavsc.Server": "1.0.5-rc9", + "Yavsc": "1.0.5-rc9", "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", "Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final" }, "frameworks": { "dnx451": {} } -} \ No newline at end of file +} diff --git a/global.json b/global.json index 2068d92f..a36c0356 100644 --- a/global.json +++ b/global.json @@ -2,7 +2,6 @@ "projects": [ "Yavsc", "Yavsc.Abstract", - "Yavsc.Server", "cli", "testOauthClient", "OAuth.AspNet.Token",