Christian Gross wrote:
Is it possible in the file SysInfo.cs to add the source code:
protected override void ExecuteTask() {
...
Properties[ Prefix + "clr.version.major"] =
Environment.Version.Major.ToString();
Properties[ Prefix + "clr.version.minor"] =
Environment.Version.Minor.ToStrin
Is it possible in the file SysInfo.cs to add the source code:
protected override void ExecuteTask() {
...
Properties[ Prefix + "clr.version.major"] =
Environment.Version.Major.ToString();
Properties[ Prefix + "clr.version.minor"] =
Environment.Version.Minor.ToString();
...
}
The reas