Updating RuntimeEnvironment after IRuntimeEnvironment changes

This commit is contained in:
moozzyk 2015-09-29 13:52:13 -07:00
parent 77c7d9ce4e
commit 3d5f70fd01
1 changed files with 2 additions and 0 deletions

View File

@ -16,5 +16,7 @@ namespace Microsoft.AspNet.Hosting.Fakes
public string RuntimeType { get; } = "TestRuntime";
public string RuntimeVersion { get; } = "TestRuntimeVersion";
public string RuntimePath { get; } = "TestRuntimePath";
}
}