25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>Microsoft.Extensions.FileSystemGlobbing</id>
|
|
<version>10.0.0-rc.2.25502.107</version>
|
|
<authors>Microsoft</authors>
|
|
<license type="expression">MIT</license>
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
|
<icon>Icon.png</icon>
|
|
<readme>PACKAGE.md</readme>
|
|
<projectUrl>https://dot.net/</projectUrl>
|
|
<description>File system globbing to find files matching a specified pattern.</description>
|
|
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
|
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
|
<serviceable>true</serviceable>
|
|
<repository type="git" url="https://github.com/dotnet/dotnet" commit="89c8f6a112d37d2ea8b77821e56d170a1bccdc5a" />
|
|
<dependencies>
|
|
<group targetFramework=".NETFramework4.6.2" />
|
|
<group targetFramework="net8.0" />
|
|
<group targetFramework="net9.0" />
|
|
<group targetFramework="net10.0" />
|
|
<group targetFramework=".NETStandard2.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |