Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Set NuGet Fody dependency to < 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dresel committed May 31, 2017
1 parent 372dd01 commit bc010a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MethodCache.Nuget/MethodCache.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<language>en-US</language>
<tags>ILWeaving, Fody, Cecil, Caching</tags>
<dependencies>
<dependency id="Fody" />
<dependency id="Fody" version="(,2.0)" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit bc010a1

Please sign in to comment.