1 write to _targetSdkVersion
dotnet (1)
Commands\Workload\WorkloadInfoHelper.cs (1)
41
_targetSdkVersion
= targetSdkVersion;
6 references to _targetSdkVersion
dotnet (6)
Commands\Workload\WorkloadInfoHelper.cs (6)
45
string.IsNullOrWhiteSpace(
_targetSdkVersion
)
47
:
_targetSdkVersion
,
92
if (!string.IsNullOrWhiteSpace(
_targetSdkVersion
))
94
if (new SdkFeatureBand(
_targetSdkVersion
).CompareTo(_currentSdkFeatureBand) < 0)
97
$"Version band of {
_targetSdkVersion
} --- {new SdkFeatureBand(
_targetSdkVersion
)} should not be smaller than current version band {_currentSdkFeatureBand}");