3 references to Current
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
);