15
15
<requireLicenseAcceptance >false</requireLicenseAcceptance >
16
16
<tags >command line argument option parser parsing library syntax shell</tags >
17
17
<dependencies >
18
- <group targetFramework =" dotnet " >
19
- <dependency id =" System.Collections" version =" 4.0.10 " />
20
- <dependency id =" System.Console" version =" 4.0.0-beta-23409 " />
21
- <dependency id =" System.Diagnostics.Debug" version =" 4.0.10 " />
22
- <dependency id =" System.Globalization" version =" 4.0.10 " />
23
- <dependency id =" System.IO" version =" 4.0.10 " />
24
- <dependency id =" System.Linq" version =" 4.0.0 " />
25
- <dependency id =" System.Linq.Expressions" version =" 4.0.10 " />
26
- <dependency id =" System.Reflection" version =" 4.0.10 " />
27
- <dependency id =" System.Reflection.Extensions" version =" 4.0.1-beta-23409 " />
28
- <dependency id =" System.Reflection.TypeExtensions" version =" 4.0.1-beta-23409 " />
29
- <dependency id =" System.Resources.ResourceManager" version =" 4.0.0 " />
30
- <dependency id =" System.Runtime" version =" 4.0.20 " />
31
- <dependency id =" System.Runtime.Extensions" version =" 4.0.10 " />
18
+ <group targetFramework =" .NETStandard1.3 " >
19
+ <dependency id =" System.Collections" version =" 4.0.11-rc2-24027 " />
20
+ <dependency id =" System.Console" version =" 4.0.0-rc2-24027 " />
21
+ <dependency id =" System.Diagnostics.Debug" version =" 4.0.11-rc2-24027 " />
22
+ <dependency id =" System.Globalization" version =" 4.0.11-rc2-24027 " />
23
+ <dependency id =" System.IO" version =" 4.1.0-rc2-24027 " />
24
+ <dependency id =" System.Linq" version =" 4.1.0-rc2-24027 " />
25
+ <dependency id =" System.Linq.Expressions" version =" 4.0.11-rc2-24027 " />
26
+ <dependency id =" System.Reflection" version =" 4.1.0-rc2-24027 " />
27
+ <dependency id =" System.Reflection.Extensions" version =" 4.0.1-rc2-24027 " />
28
+ <dependency id =" System.Reflection.TypeExtensions" version =" 4.1.0-rc2-24027 " />
29
+ <dependency id =" System.Resources.ResourceManager" version =" 4.0.1-rc2-24027 " />
30
+ <dependency id =" System.Runtime" version =" 4.1.0-rc2-24027 " />
31
+ <dependency id =" System.Runtime.Extensions" version =" 4.1.0-rc2-24027 " />
32
32
</group >
33
33
</dependencies >
34
34
</metadata >
37
37
<file src =" ..\build\CommandLine.XML" target =" lib\net40\CommandLine.XML" />
38
38
<file src =" ..\build\CommandLine.dll" target =" lib\net45\CommandLine.dll" />
39
39
<file src =" ..\build\CommandLine.XML" target =" lib\net45\CommandLine.XML" />
40
- <file src =" src\CommandLine.dotnet\bin\portable-dotnet\Release\CommandLine.dll" target =" lib\dotnet \CommandLine.dll" />
41
- <file src =" src\CommandLine.dotnet\bin\portable-dotnet\Release\CommandLine.xml" target =" lib\dotnet \CommandLine.xml" />
40
+ <file src =" src\CommandLine.dotnet\bin\portable-dotnet\Release\CommandLine.dll" target =" lib\netstandard1.3 \CommandLine.dll" />
41
+ <file src =" src\CommandLine.dotnet\bin\portable-dotnet\Release\CommandLine.xml" target =" lib\netstandard1.3 \CommandLine.xml" />
42
42
<file src =" .\readme.txt" target =" readme.txt" />
43
43
</files >
44
44
</package >
0 commit comments