Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jbevain@gmail.com>2017-03-29 02:36:02 +0300
committerGitHub <noreply@github.com>2017-03-29 02:36:02 +0300
commit7297b51edcb62ffbfdbf50de7006694e12c96633 (patch)
tree0123ed12e2a090031da8b73ac7d4b20b6c7ddab1 /Mono.Cecil.nuspec
parentc6fcfc1bcb714d9ff5de6360356bf02371dd82ff (diff)
parentc27a3a24d61c49a1ca44b412fdc810df1a24165b (diff)
Merge pull request #364 from jbevain/remove-pcl
Remove the PCL profile
Diffstat (limited to 'Mono.Cecil.nuspec')
-rw-r--r--Mono.Cecil.nuspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/Mono.Cecil.nuspec b/Mono.Cecil.nuspec
index 887aa5e..9592fc1 100644
--- a/Mono.Cecil.nuspec
+++ b/Mono.Cecil.nuspec
@@ -16,7 +16,6 @@
<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" />
@@ -32,7 +31,6 @@
<files>
<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\pcl_Release\*.dll" target="lib/portable-net40+sl5+win8+wp8+wpa" />
<file src="bin\netstandard_Release\netstandard1.3\*.dll" target="lib/netstandard1.3" />
</files>
</package>