Sync build_projects/shared-build-targets-utils with Core-Setup
This commit is contained in:
parent
c1bbdbf1ea
commit
f31472764f
11 changed files with 60 additions and 30 deletions
16
build_projects/dotnet-cli-build/CliDependencyVersions.cs
Normal file
16
build_projects/dotnet-cli-build/CliDependencyVersions.cs
Normal file
|
@ -0,0 +1,16 @@
|
|||
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-004324";
|
||||
public static readonly string SharedHostVersion = "1.0.1-rc3-004324-00";
|
||||
|
||||
public static readonly string SharedFrameworkChannel = "preview";
|
||||
public static readonly string SharedHostChannel = "preview";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue