6d8b622451
Make Attribute properties immutable PR Feedback, bugfixes PR Feedback
10 lines
No EOL
169 B
C#
10 lines
No EOL
169 B
C#
namespace Microsoft.DotNet.Cli.Build.Framework
|
|
{
|
|
public enum BuildPlatform
|
|
{
|
|
Windows = 1,
|
|
OSX = 2,
|
|
Ubuntu = 3,
|
|
CentOS = 4
|
|
}
|
|
} |