﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="2.12">
    <id>xunit.assert</id>
    <version>2.9.3</version>
    <title>xUnit.net [Assertion Library]</title>
    <authors>jnewkirk,bradwilson</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <icon>_content/logo-128-transparent.png</icon>
    <readme>_content/README.md</readme>
    <description>Includes the assertion library from xUnit.net (xunit.assert.dll). Supports .NET Standard 1.1+ and .NET 6.0+.</description>
    <releaseNotes>https://xunit.net/releases/v2/2.9.3</releaseNotes>
    <copyright>Copyright (C) .NET Foundation</copyright>
    <repository type="git" url="https://github.com/xunit/xunit" commit="9712244020d385955d33136b3fe3e87de43539cd" />
    <dependencies>
      <group targetFramework=".NETFramework4.5.2" />
      <group targetFramework=".NETStandard1.1">
        <dependency id="NETStandard.Library" version="1.6.1" />
      </group>
      <group targetFramework=".NETStandard2.0" />
      <group targetFramework="net6.0" />
    </dependencies>
  </metadata>
</package>