1 write to _currentSdkVersion
Microsoft.TemplateEngine.Edge (1)
Constraints\SdkVersionConstraintFactory.cs (1)
38
_currentSdkVersion
= currentSdkVersion;
2 references to _currentSdkVersion
Microsoft.TemplateEngine.Edge (2)
Constraints\SdkVersionConstraintFactory.cs (2)
60
if (supportedSdk.CheckIfVersionIsValid(
_currentSdkVersion
.ToString()))
73
string.Format(LocalizableStrings.SdkConstraint_Message_Restricted,
_currentSdkVersion
.ToString(), supportedSdks.ToCsvString()),