Skip to content

Commit

Permalink
Depend on more specific packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymeng committed Aug 29, 2016
1 parent 163e572 commit f864fa2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
11 changes: 8 additions & 3 deletions Mono.Cecil.nuspec
Expand Up @@ -18,9 +18,14 @@
<group targetFramework=".NETFramework4.0" />
<group targetFramework=".NETPortable4.0-Profile344" />
<group targetFramework=".NETStandard1.3">
<dependency id="NETStandard.Library" version="[1.6.0, )" />
<dependency id="System.Security.Cryptography.Algorithms" version="[4.2.0, )" />
<dependency id="System.Security.Cryptography.Csp" version="[4.0.0, )" />
<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>
Expand Down
9 changes: 7 additions & 2 deletions core/project.json
Expand Up @@ -28,9 +28,14 @@
},

"dependencies": {
"NETStandard.Library": "1.6.0",
"System.Collections": "4.0.11",
"System.IO.FileSystem": "4.0.1",
"System.IO.FileSystem.Primitives": "4.0.1",
"System.Reflection": "4.1.0",
"System.Runtime.Extensions": "4.1.0",
"System.Security.Cryptography.Algorithms": "4.2.0",
"System.Security.Cryptography.Csp": "4.0.0"
"System.Security.Cryptography.Csp": "4.0.0",
"System.Threading": "4.0.11"
},
"frameworks": {
"netstandard1.3": {}
Expand Down

0 comments on commit f864fa2

Please sign in to comment.