This commit is contained in:
Eugene Sadocoi 2019-12-20 12:39:04 -08:00
Родитель 1ccd778982
Коммит 328afb0243
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@ namespace Microsoft.Practices.Unity.TestSupport
get { return this.initializeWasCalled; }
}
public new ExtensionContext Context
public new IExtensionContext Context
{
get { return base.Context; }
}