Bring Host FXR MSI

This commit is contained in:
schellap 2016-06-12 15:33:02 -07:00 committed by Bryan Thornbury
parent 635c3331df
commit e3c53c18fd
5 changed files with 32 additions and 2 deletions

View file

@ -12,5 +12,6 @@ namespace Microsoft.DotNet.Cli.Build
public static readonly string SharedFrameworkChannel = "preview";
public static readonly string SharedHostChannel = "preview";
public static readonly string HostFxrChannel = "preview";
}
}
}