12 lines
267 B
C#
12 lines
267 B
C#
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-24128-00";
|
|
}
|
|
}
|