23 lines
1.0 KiB
XML
23 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>System.Buffers</id>
|
|
<version>4.6.0</version>
|
|
<authors>Microsoft</authors>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<license type="expression">MIT</license>
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
|
<icon>Icon.png</icon>
|
|
<readme>PACKAGE.md</readme>
|
|
<projectUrl>https://github.com/dotnet/maintenance-packages</projectUrl>
|
|
<description>System.Buffers</description>
|
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
|
<serviceable>true</serviceable>
|
|
<repository type="git" url="https://github.com/dotnet/maintenance-packages" commit="d0c2a5a83211e271826172a6b0510c25a52dbd53" />
|
|
<dependencies>
|
|
<group targetFramework=".NETFramework4.6.2" />
|
|
<group targetFramework=".NETCoreApp2.1" />
|
|
<group targetFramework=".NETStandard2.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |