Merge pull request #3464 from brthor/brthor/3400
update product monikers from rc2
This commit is contained in:
commit
a3447617f9
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
public class Monikers
|
||||
{
|
||||
public const string SharedFrameworkName = "Microsoft.NETCore.App";
|
||||
public const string CLISdkBrandName = "Microsoft .NET Core 1.0.0 RC2 - SDK Preview 1";
|
||||
public const string SharedFxBrandName = "Microsoft .NET Core 1.0.0 RC2 - Runtime";
|
||||
public const string SharedHostBrandName = "Microsoft .NET Core 1.0.0 RC2 - Host";
|
||||
public const string CLISdkBrandName = "Microsoft .NET Core 1.0.0 - SDK Preview 2";
|
||||
public const string SharedFxBrandName = "Microsoft .NET Core 1.0.0 - Runtime";
|
||||
public const string SharedHostBrandName = "Microsoft .NET Core 1.0.0 - Host";
|
||||
|
||||
public static string GetProductMoniker(BuildTargetContext c, string artifactPrefix, string version)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue