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