diff --git a/Bootstrap.Admin/Bootstrap.Admin.csproj b/Bootstrap.Admin/Bootstrap.Admin.csproj index 97e801ae..1eb8a58b 100644 --- a/Bootstrap.Admin/Bootstrap.Admin.csproj +++ b/Bootstrap.Admin/Bootstrap.Admin.csproj @@ -1,4 +1,4 @@ - + netcoreapp2.2 @@ -14,10 +14,11 @@ - + + - + diff --git a/Bootstrap.Admin/Startup.cs b/Bootstrap.Admin/Startup.cs index ff9b94b8..18957079 100644 --- a/Bootstrap.Admin/Startup.cs +++ b/Bootstrap.Admin/Startup.cs @@ -52,8 +52,8 @@ namespace Bootstrap.Admin }); services.AddCors(); services.AddLogging(builder => builder.AddFileLogger().AddDBLogger(ExceptionsHelper.Log)); - services.AddConfigurationManager(Configuration); - services.AddCacheManager(Configuration); + services.AddConfigurationManager(); + services.AddCacheManager(); services.AddDbAdapter(); services.AddIPLocator(DictHelper.ConfigIPLocator); services.AddOnlineUsers(); diff --git a/Bootstrap.Client.DataAccess/Bootstrap.Client.DataAccess.csproj b/Bootstrap.Client.DataAccess/Bootstrap.Client.DataAccess.csproj index c6bb0b04..cf67daa6 100644 --- a/Bootstrap.Client.DataAccess/Bootstrap.Client.DataAccess.csproj +++ b/Bootstrap.Client.DataAccess/Bootstrap.Client.DataAccess.csproj @@ -12,7 +12,7 @@ - + diff --git a/Bootstrap.Client/Bootstrap.Client.csproj b/Bootstrap.Client/Bootstrap.Client.csproj index 9b287fac..44d71724 100644 --- a/Bootstrap.Client/Bootstrap.Client.csproj +++ b/Bootstrap.Client/Bootstrap.Client.csproj @@ -9,7 +9,8 @@ - + + diff --git a/Bootstrap.Client/Startup.cs b/Bootstrap.Client/Startup.cs index 4caee1ab..7f3b9cbb 100644 --- a/Bootstrap.Client/Startup.cs +++ b/Bootstrap.Client/Startup.cs @@ -34,8 +34,8 @@ namespace Bootstrap.Client }); services.AddCors(); services.AddLogging(builder => builder.AddFileLogger()); - services.AddConfigurationManager(Configuration); - services.AddCacheManager(Configuration); + services.AddConfigurationManager(); + services.AddCacheManager(); services.AddDbAdapter(); services.AddSignalR().AddJsonProtocalDefault(); services.AddResponseCompression(); diff --git a/Bootstrap.DataAccess/Bootstrap.DataAccess.csproj b/Bootstrap.DataAccess/Bootstrap.DataAccess.csproj index 1ac02aa2..38cbccfd 100644 --- a/Bootstrap.DataAccess/Bootstrap.DataAccess.csproj +++ b/Bootstrap.DataAccess/Bootstrap.DataAccess.csproj @@ -16,7 +16,7 @@ - +