mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-01-23 21:32:14 +08:00
Fixing compilation issue on CI
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Orchard.Tests.Stubs {
|
||||
WorkContext = workContext;
|
||||
}
|
||||
|
||||
public WorkContext WorkContext { get; }
|
||||
public WorkContext WorkContext { get; private set; }
|
||||
|
||||
public void Dispose() {
|
||||
_lifetimeScope.Dispose();
|
||||
|
||||
Reference in New Issue
Block a user