7 references to GetPropertyValue
Microsoft.NET.Build.Tests (7)
GivenThatWeWantToBuildAWindowsDesktopProject.cs (7)
317
GetPropertyValue
(testAsset, "SupportedOSPlatformVersion").Should().Be(targetPlatformVersion);
318
GetPropertyValue
(testAsset, "TargetPlatformMinVersion").Should().Be(targetPlatformVersion);
319
GetPropertyValue
(testAsset, "TargetPlatformMoniker").Should().Be($"Windows,Version={targetPlatformVersion}");
349
GetPropertyValue
(testAsset, "SupportedOSPlatformVersion").Should().Be(supportedOSPlatformVersion);
350
GetPropertyValue
(testAsset, "TargetPlatformMinVersion").Should().Be(supportedOSPlatformVersion);
351
GetPropertyValue
(testAsset, "TargetPlatformVersion").Should().Be("10.0.19041.0");
352
GetPropertyValue
(testAsset, "TargetPlatformMoniker").Should().Be("Windows,Version=10.0.19041.0");