@@ -263,10 +263,10 @@ public override void ConfigureTestMatrix (TestMatricesBuilder builder)
263263 "WebTestingTestMatrix" ,
264264 new TestDimension [ , ] // todo docker images need to be wired to the config file
265265 {
266- { Chrome , NET48 , Debug , x86 , NoDB , EnforcedLocalMachine ( Docker_Win_NET48 ) } ,
267- { Chrome , NET481 , Release , x86 , NoDB , EnforcedLocalMachine ( Docker_Win_NET481 ) } ,
268- { Firefox , NET48 , Release , x64 , NoDB , EnforcedLocalMachine ( Docker_Win_NET481 ) } ,
269- { Edge , NET48 , Release , x64 , NoDB , EnforcedLocalMachine ( Docker_Win_NET48 ) } ,
266+ { Chrome , NET48 , Debug , x64 , NoDB , EnforcedLocalMachine ( Docker_Win_NET8_0 ) } ,
267+ { Chrome , NET481 , Release , x64 , NoDB , EnforcedLocalMachine ( Docker_Win_NET8_0 ) } ,
268+ { Firefox , NET48 , Release , x64 , NoDB , EnforcedLocalMachine ( Docker_Win_NET8_0 ) } ,
269+ { Edge , NET48 , Release , x64 , NoDB , EnforcedLocalMachine ( Docker_Win_NET8_0 ) } ,
270270 // { Edge, NET50, Release, x64, NoDB, Docker_Win_NET50, EnforcedLocalMachine },
271271 } ,
272272 allowEmpty : true ) ;
0 commit comments