2 writes to _targetSdkVersion
dotnet (2)
Commands\Workload\InstallingWorkloadCommand.cs (2)
114
_targetSdkVersion
= new ReleaseVersion(parseResult.GetValue(Definition.SdkVersionOption));
130
_targetSdkVersion
??= _sdkVersion;
1 reference to _targetSdkVersion
dotnet (1)
Commands\Workload\InstallingWorkloadCommand.cs (1)
381
var manifestDownloads = await _workloadManifestUpdater.GetManifestPackageDownloadsAsync(includePreview, new SdkFeatureBand(
_targetSdkVersion
), _sdkFeatureBand);