mirror of
				https://github.com/microsoft/playwright.git
				synced 2025-06-26 21:40:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			406 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			406 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<Project Sdk="Microsoft.NET.Sdk">
 | 
						|
 | 
						|
  <PropertyGroup>
 | 
						|
    <OutputType>WinExe</OutputType>
 | 
						|
    <TargetFramework>net6.0-windows</TargetFramework>
 | 
						|
    <Nullable>enable</Nullable>
 | 
						|
    <UseWindowsForms>true</UseWindowsForms>
 | 
						|
    <ImplicitUsings>enable</ImplicitUsings>
 | 
						|
  </PropertyGroup>
 | 
						|
 | 
						|
  <ItemGroup>
 | 
						|
    <PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1293.44" />
 | 
						|
  </ItemGroup>
 | 
						|
 | 
						|
</Project> |