2016-05-16 15:30:53 -07:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
namespace Microsoft.DotNet.Cli.Build
|
|
|
|
|
{
|
|
|
|
|
public class DependencyVersions
|
|
|
|
|
{
|
2016-06-14 03:14:53 -05:00
|
|
|
|
public static readonly string CoreCLRVersion = "1.0.2";
|
|
|
|
|
public static readonly string JitVersion = "1.0.2";
|
2016-05-16 15:30:53 -07:00
|
|
|
|
}
|
|
|
|
|
}
|