aspnetcore/test/E2ETests/Common/DotnetArchitecture.cs

8 lines
100 B
C#

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