3 references to RuntimeArchitectures
Microsoft.AspNetCore.Server.IntegrationTesting (3)
Common\DeploymentParameters.cs (1)
102
public RuntimeArchitecture RuntimeArchitecture { get; set; } =
RuntimeArchitectures
.Current;
TestMatrix.cs (2)
59
Architectures.Add(
RuntimeArchitectures
.Current);
129
Architectures.Add(
RuntimeArchitectures
.Current);