Updating RuntimeEnvironment after IRuntimeEnvironment changes
This commit is contained in:
parent
77c7d9ce4e
commit
3d5f70fd01
|
|
@ -16,5 +16,7 @@ namespace Microsoft.AspNet.Hosting.Fakes
|
||||||
public string RuntimeType { get; } = "TestRuntime";
|
public string RuntimeType { get; } = "TestRuntime";
|
||||||
|
|
||||||
public string RuntimeVersion { get; } = "TestRuntimeVersion";
|
public string RuntimeVersion { get; } = "TestRuntimeVersion";
|
||||||
|
|
||||||
|
public string RuntimePath { get; } = "TestRuntimePath";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue