2 references to SdkFeatureBand
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Workload\WorkloadInfoHelper.cs (1)
47_currentSdkFeatureBand = new SdkFeatureBand(currentSdkReleaseVersion);
Microsoft.NET.Sdk.WorkloadManifestReader (1)
SdkFeatureBand.cs (1)
13public SdkFeatureBand(string? version) : this(new ReleaseVersion(version) ?? throw new ArgumentNullException(nameof(version))) { }