We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f6ca8 commit e063be9Copy full SHA for e063be9
test/EndToEnd.Tests/GivenWindowsApp.cs
@@ -14,7 +14,8 @@ public class GivenWindowsApp(ITestOutputHelper log) : SdkTest(log)
14
[InlineData("10.0.20348.0")]
15
[InlineData("10.0.22000.0")]
16
[InlineData("10.0.22621.0")]
17
- [InlineData("10.0.26100.0")]
+ // Skipped due to: https://github.com/dotnet/sdk/pull/42090/files#r1680016439
18
+ //[InlineData("10.0.26100.0")]
19
public void ItCanBuildAndRun(string targetPlatformVersion)
20
{
21
var testInstance = _testAssetsManager
0 commit comments