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-08-30 09:52:35 -07:00
|
|
|
|
public static readonly string CoreCLRVersion = "1.0.4";
|
|
|
|
|
public static readonly string JitVersion = "1.0.4";
|
2016-05-16 15:30:53 -07:00
|
|
|
|
}
|
|
|
|
|
}
|