dotnet-installer/build_projects/shared-build-targets-utils/DependencyVersions.cs

14 lines
340 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Microsoft.DotNet.Cli.Build
{
public class DependencyVersions
{
public static readonly string CoreCLRVersion = "1.0.2-rc3-24210-01";
public static readonly string JitVersion = "1.0.2-rc3-24210-01";
}
}