1 write to Version
Microsoft.Build.Framework (1)
Sdk\SdkReference.cs (1)
28Version = version;
9 references to Version
Microsoft.Build.Framework (7)
Sdk\SdkReference.cs (7)
67string.Equals(Version, other.Version, StringComparison.OrdinalIgnoreCase) && 137hashCode = (hashCode * 397) ^ (Version != null ? Version.ToLowerInvariant().GetHashCode() : 0); 146if (string.IsNullOrWhiteSpace(Version) && string.IsNullOrWhiteSpace(MinimumVersion)) 151return string.IsNullOrWhiteSpace(Version) ? 153$"{Name}/{Version}";
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (2)
878if (!string.IsNullOrEmpty(sdkReference.Version)) 881sdkVersionAttributeProps.Value = sdkReference.Version;