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