2016-05-16 22:30:53 +00:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
namespace Microsoft.DotNet.Cli.Build
|
|
|
|
|
{
|
|
|
|
|
public class DependencyVersions
|
|
|
|
|
{
|
2016-05-31 17:55:36 +00:00
|
|
|
|
public static readonly string CoreCLRVersion = "1.0.2-rc3-24128-00";
|
2016-05-16 22:30:53 +00:00
|
|
|
|
}
|
|
|
|
|
}
|