File tree Expand file tree Collapse file tree 4 files changed +8
-34
lines changed 
PuppeteerSharp.DevicesFetcher Expand file tree Collapse file tree 4 files changed +8
-34
lines changed Original file line number Diff line number Diff line change 55    <TargetFramework >net6.0</TargetFramework >
66  </PropertyGroup >
77  <ItemGroup >
8-     <PackageReference  Include =" Newtonsoft.Json"   Version =" 11 .0.2 "   />
8+     <PackageReference  Include =" Newtonsoft.Json"   Version =" 13 .0.1 "   />
99  </ItemGroup >
1010
1111  <ItemGroup >
  Load Diff This file was deleted. 
Original file line number Diff line number Diff line change @@ -140,11 +140,12 @@ public async Task ShouldCreateAWorkerFromAServiceWorker()
140140        public  async  Task  ShouldCreateAWorkerFromASharedWorker ( ) 
141141        { 
142142            await  Page . GoToAsync ( TestConstants . EmptyPage ) ; 
143+             var  targetTask  =  Context . WaitForTargetAsync ( t =>  t . Type  ==  TargetType . SharedWorker ) ; 
143144            await  Page . EvaluateFunctionAsync ( @"() => 
144145            { 
145146                new SharedWorker('data:text/javascript,console.log(""hi"")'); 
146147            }" ) ; 
147-             var  target  =  await  Context . WaitForTargetAsync ( t  =>   t . Type   ==   TargetType . SharedWorker ) ; 
148+             var  target  =  await  targetTask ; 
148149            var  worker  =  await  target . WorkerAsync ( ) ; 
149150            Assert . Equal ( "[object SharedWorkerGlobalScope]" ,  await  worker . EvaluateFunctionAsync ( "() => self.toString()" ) ) ; 
150151        } 
Original file line number Diff line number Diff line change 3131  </PropertyGroup >
3232  <ItemGroup >
3333    <PackageReference  Include =" Microsoft.Extensions.Logging"   Version =" 2.0.2"   />
34-     <PackageReference  Include =" Newtonsoft.Json"   Version =" 10 .0.3 "   />
34+     <PackageReference  Include =" Newtonsoft.Json"   Version =" 13 .0.1 "   />
3535    <PackageReference  Include =" Microsoft.AspNetCore.WebUtilities"   Version =" 2.2.0"   />
3636    <PackageReference  Include =" Microsoft.Bcl.AsyncInterfaces"   Version =" 1.1.0"   />
3737    <PackageReference  Include =" Microsoft.SourceLink.GitHub"   Version =" 1.0.0"   PrivateAssets =" All"   />
5252      <PrivateAssets >all</PrivateAssets >
5353    </PackageReference >
5454    <PackageReference  Include =" SharpZipLib"   Version =" 1.3.3"   />
55+     <PackageReference  Include =" System.Text.Encodings.Web"   Version =" 6.0.0"   />
56+   </ItemGroup >
57+   <ItemGroup >
58+     <None  Remove =" System.Text.Encodings.Web"   />
5559  </ItemGroup >
5660</Project >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments