Restored Umbraco.Web and added temporary methods for converstion between legacy and new configuration models to maintain build.

This commit is contained in:
Andy Butland
2020-08-23 15:58:37 +02:00
parent 89b725ef28
commit 2f22313ceb
31 changed files with 187 additions and 69 deletions

View File

@@ -1,7 +1,4 @@
using Umbraco.Core;
using Umbraco.Core.Configuration;
namespace Umbraco.Core.Configuration.Models
namespace Umbraco.Core.Configuration.Models
{
public class MemberPasswordConfigurationSettings : IPasswordConfiguration
{