1 write to PlatformVersion
Microsoft.Build.Utilities.Core (1)
PlatformManifest.cs (1)
126
PlatformVersion
= rootElement.GetAttribute(Attributes.Version);
4 references to PlatformVersion
Microsoft.Build.Utilities.Core (2)
ToolLocationHelper.cs (2)
1009
return manifest.
PlatformVersion
;
1092
contractWinMDs = GetApiContractReferences(manifest.ApiContracts, matchingSdk.Path, manifest.
PlatformVersion
);
Microsoft.Build.Utilities.UnitTests (2)
PlatformManifest_Tests.cs (2)
110
manifest.Manifest.
PlatformVersion
.ShouldBe("1.0.0.0");
131
manifest.Manifest.
PlatformVersion
.ShouldBe("1.0.0.0");