Update RuntimeEnvironmentTests.cs

This commit is contained in:
Grahame Horner 2015-10-01 13:22:14 +01:00
Родитель 04820d8a6c
Коммит a41259c90e
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -169,6 +169,7 @@ namespace dnx.hostTests
public string RuntimeType { get; set; }
public string RuntimeVersion { get; set; }
public string RuntimePath { get; set; }
public string[] CommandLineArguments { get; set;}
}
}
}