oops fix build

This commit is contained in:
Shannon
2020-03-23 17:16:33 +11:00
parent 6013d856b7
commit 7900179abd

View File

@@ -124,12 +124,7 @@ namespace Umbraco.Tests.Common
return relativePath.Replace("~/", CurrentAssemblyDirectory + "/");
}
public IUmbracoVersion GetUmbracoVersion()
{
if (_umbracoVersion == null)
_umbracoVersion = new UmbracoVersion(GetConfigs().Global());
return _umbracoVersion;
}
public IUmbracoVersion GetUmbracoVersion() => new UmbracoVersion(GetConfigs().Global());
public IRegister GetRegister()
{