-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathAsyncEnumerable.Symbols.nuspec
More file actions
21 lines (21 loc) · 1.15 KB
/
AsyncEnumerable.Symbols.nuspec
File metadata and controls
21 lines (21 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>AsyncEnumerator</id>
<version>4.0.2</version>
<repository type="git" url="https://github.com/Dasync/AsyncEnumerable.git" commit="" />
<title>AsyncEnumerator symbols</title>
<description>AsyncEnumerator symbols</description>
<summary>AsyncEnumerator symbols</summary>
<packageTypes>
<packageType name="SymbolsPackage" />
</packageTypes>
</metadata>
<files>
<file src="netfx45\lib\bin\Release\AsyncEnumerable.pdb" target="lib\net45\AsyncEnumerable.pdb" />
<file src="src\bin\Release\netstandard1.4\AsyncEnumerable.pdb" target="lib\netstandard1.4\AsyncEnumerable.pdb" />
<file src="src\bin\Release\net461\AsyncEnumerable.pdb" target="lib\net461\AsyncEnumerable.pdb" />
<file src="src\bin\Release\netstandard2.0\AsyncEnumerable.pdb" target="lib\netstandard2.0\AsyncEnumerable.pdb" />
<file src="src\bin\Release\netstandard2.1\AsyncEnumerable.pdb" target="lib\netstandard2.1\AsyncEnumerable.pdb" />
</files>
</package>