Merge branch 'netcore/feature/move-more-install-stuff' into netcore/feature/executable-backoffice

This commit is contained in:
Bjarke Berg
2020-02-27 10:04:30 +01:00
36 changed files with 199 additions and 287 deletions

View File

@@ -0,0 +1,7 @@
namespace Umbraco.Core.Configuration
{
public interface IMachineKeyConfig
{
bool HasMachineKey { get;}
}
}