﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.Playwright</id>
    <version>1.57.0</version>
    <title>Microsoft.Playwright</title>
    <authors>Microsoft</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>icon.png</icon>
    <readme>README.md</readme>
    <projectUrl>https://github.com/microsoft/playwright-dotnet</projectUrl>
    <description>Playwright enables reliable end-to-end testing for modern web apps. It is built to enable cross-browser web automation that is ever-green, capable, reliable and fast. Learn more at https://playwright.dev/dotnet/.</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>headless,chrome,firefox,webkit,playwright</tags>
    <repository type="git" url="https://github.com/microsoft/playwright-dotnet.git" commit="2373e8f692ff31f60d92a22396257fc862daffa9" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.Bcl.AsyncInterfaces" version="6.0.0" exclude="Build,Analyzers" />
        <dependency id="System.ComponentModel.Annotations" version="5.0.0" exclude="Build,Analyzers" />
        <dependency id="System.Text.Json" version="6.0.10" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>