using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Microsoft.DotNet.Cli.Build
{
public class CliDependencyVersions
public static readonly string SharedFrameworkVersion = "1.0.0-rc3-004336";
public static readonly string SharedHostVersion = "1.0.1-rc3-004336-00";
public static readonly string SharedFrameworkChannel = "preview";
public static readonly string SharedHostChannel = "preview";
}