AB#6233 - renamed extensions namespace to Umbraco.Extensions

This commit is contained in:
Bjarke Berg
2020-05-07 10:08:23 +02:00
parent fa3f52c6d3
commit e4dfdbb504
13 changed files with 14 additions and 13 deletions

View File

@@ -20,7 +20,7 @@ using Umbraco.Core.Logging;
using Umbraco.Core.Persistence;
using Umbraco.Core.Persistence.SqlSyntax;
using Umbraco.Web.BackOffice.AspNetCore;
using Umbraco.Web.Common.Extensions;
using Umbraco.Extensions;
using Umbraco.Web.Common.Filters;
using Umbraco.Web.Website.AspNetCore;
using IHostingEnvironment = Umbraco.Core.Hosting.IHostingEnvironment;

View File

@@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"umbracoDbDSN": "Server=(LocalDb)\\Umbraco;Database=NetCore2;Integrated Security=true"
"umbracoDbDSN": "Server=(LocalDB)\\Umbraco;Database=NetCore2;Integrated Security=true"
},
"Logging": {
"LogLevel": {