Update cswinrt tests for 4 part version numbers
This commit is contained in:
parent
b5732c59b2
commit
1455151d84
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ namespace EndToEnd
|
|||
public class GivenWindows50App : TestBase
|
||||
{
|
||||
[WindowsOnlyTheory]
|
||||
[InlineData("10.0.17763")]
|
||||
[InlineData("10.0.18362")]
|
||||
[InlineData("10.0.19041")]
|
||||
[InlineData("10.0.17763.0")]
|
||||
[InlineData("10.0.18362.0")]
|
||||
[InlineData("10.0.19041.0")]
|
||||
public void ItCanBuildAndRun(string targetPlatformVersion)
|
||||
{
|
||||
var testInstance = TestAssets.Get(TestAssetKinds.TestProjects, "UseCswinrt")
|
||||
|
|
Loading…
Reference in a new issue