Skip to content

Commit

Permalink
Merge pull request #282 from jeremymeng/netcore
Browse files Browse the repository at this point in the history
Fix Castle.Core dependency version
  • Loading branch information
kzu authored Aug 20, 2016
2 parents af40daa + 1b31934 commit 080c0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Moq.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Version 1.0
</releaseNotes>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="Castle.Core" version="4.0.0-beta001" />
<dependency id="Castle.Core" version="3.3.3" />
</group>
<group targetFramework=".NETStandard1.3">
<dependency id="Castle.Core" version="4.0.0-beta001" />
Expand Down

0 comments on commit 080c0fc

Please sign in to comment.