You've already forked linux-packaging-mono
Imported Upstream version 4.8.0.309
Former-commit-id: 5f9c6ae75f295e057a7d2971f3a6df4656fa8850
This commit is contained in:
parent
ee1447783b
commit
94b2861243
21
external/cecil/Mono.Cecil.nuspec
vendored
21
external/cecil/Mono.Cecil.nuspec
vendored
@@ -2,7 +2,7 @@
|
||||
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>Mono.Cecil</id>
|
||||
<version>0.9.5.4</version>
|
||||
<version>0.10.0.0-beta1-v2</version>
|
||||
<title>Mono.Cecil</title>
|
||||
<authors>Jb Evain</authors>
|
||||
<owners>Jb Evain</owners>
|
||||
@@ -13,11 +13,26 @@
|
||||
<description>Cecil is a library written by Jb Evain to generate and inspect programs and libraries in the ECMA CIL format. It has full support for generics, and support some debugging symbol format. In simple English, with Cecil, you can load existing managed assemblies, browse all the contained types, modify them on the fly and save back to the disk the modified assembly.</description>
|
||||
<language>en-US</language>
|
||||
<tags>assembly assemblies module modules il cil msil bytecode reflection injection cecil mono aop</tags>
|
||||
<dependencies>
|
||||
<group targetFramework=".NETFramework3.5" />
|
||||
<group targetFramework=".NETFramework4.0" />
|
||||
<group targetFramework=".NETPortable4.0-Profile344" />
|
||||
<group targetFramework=".NETStandard1.3">
|
||||
<dependency id="System.Collections" version="4.0.11" />
|
||||
<dependency id="System.IO.FileSystem" version="4.0.1" />
|
||||
<dependency id="System.IO.FileSystem.Primitives" version="4.0.1" />
|
||||
<dependency id="System.Reflection" version="4.1.0" />
|
||||
<dependency id="System.Runtime.Extensions" version="4.1.0" />
|
||||
<dependency id="System.Security.Cryptography.Algorithms" version="4.2.0" />
|
||||
<dependency id="System.Security.Cryptography.Csp" version="4.0.0" />
|
||||
<dependency id="System.Threading" version="4.0.11" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="bin\net_2_0_Release\*.dll" target="lib/net20" />
|
||||
<file src="bin\net_3_5_Release\*.dll" target="lib/net35" />
|
||||
<file src="bin\net_4_0_Release\*.dll" target="lib/net40" />
|
||||
<file src="bin\silverlight_Release\*.dll" target="lib/sl40" />
|
||||
<file src="bin\pcl_Release\*.dll" target="lib/portable-net40+sl5+win8+wp8+wpa" />
|
||||
<file src="core\bin\Release\netstandard1.3\*.dll" target="lib/netstandard1.3" />
|
||||
</files>
|
||||
</package>
|
||||
|
||||
Reference in New Issue
Block a user