6d8b622451
Make Attribute properties immutable PR Feedback, bugfixes PR Feedback
8 lines
No EOL
129 B
C#
8 lines
No EOL
129 B
C#
namespace Microsoft.DotNet.Cli.Build.Framework
|
|
{
|
|
public enum BuildArchitecture
|
|
{
|
|
x86 = 1,
|
|
x64 = 2
|
|
}
|
|
} |