aspnetcore/test/E2ETests/Common/DotnetArchitecture.cs

8 lines
99 B
C#

namespace E2ETests
{
public enum DotnetArchitecture
{
amd64,
x86
}
}