You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yieldreturnnewValidationError(true,$"The required .NET Core SDK version {requiredSdkVersion} or higher for runtime moniker {benchmark.Job.Environment.Runtime.RuntimeMoniker} is not installed.",benchmark);
34
-
}
35
-
elseif(requiredSdkVersion.Major<8)
36
-
{
37
-
yieldreturnnewValidationError(false,".Net SDK versions older than 8.0 may produce builds with incorrect bindings.",benchmark);
yieldreturnnewValidationError(true,$"The required .NET Core SDK version {requiredSdkVersion} or higher for runtime moniker {benchmark.Job.Environment.Runtime.RuntimeMoniker} is not installed.",benchmark);
0 commit comments