Skip to content

Commit

Permalink
Omg WinRT you're literally the worst
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Aug 8, 2014
1 parent 37ea44a commit 08b227f
Showing 1 changed file with 33 additions and 3 deletions.
36 changes: 33 additions & 3 deletions Akavache/akavache.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,40 @@
<licenseUrl>https://github.com/github/Akavache/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/github/Akavache</projectUrl>
<dependencies>
<dependency id="Splat" version="1.4.1" />
<dependency id="Newtonsoft.Json" version="6.0.3" />
<dependency id="Rx-Main" version="2.2.5" />
<group>
<dependency id="Rx-Main" version="2.2.5" />
<dependency id="Splat" version="1.3.3" />
<dependency id="Newtonsoft.Json" version="6.0.3" />
</group>
<group targetFramework="win8">
<dependency id="Rx-Main" version="2.2.5" />
<dependency id="Splat" version="1.3.3" />
<dependency id="Rx-Xaml" version="2.2.5" />
<dependency id="Rx-WinRT" version="2.2.5" />
<dependency id="Newtonsoft.Json" version="6.0.3" />
</group>
<group targetFramework="wp8">
<dependency id="Rx-Main" version="2.2.5" />
<dependency id="Splat" version="1.3.3" />
<dependency id="Rx-Xaml" version="2.2.5" />
<dependency id="Rx-WinRT" version="2.2.5" />
<dependency id="Newtonsoft.Json" version="6.0.3" />
</group>
<group targetFramework="net45">
<dependency id="Rx-Main" version="2.2.5" />
<dependency id="Splat" version="1.3.3" />
<dependency id="Rx-Xaml" version="2.2.5" />
<dependency id="Newtonsoft.Json" version="6.0.3" />
</group>
<group targetFramework="Portable-Win81+Wpa81">
<dependency id="Rx-Main" version="2.2.5" />
<dependency id="Splat" version="1.3.3" />
<dependency id="Rx-Xaml" version="2.2.5" />
<dependency id="Rx-WinRT" version="2.2.5" />
<dependency id="Newtonsoft.Json" version="6.0.3" />
</group>
</dependencies>

<id>akavache.core</id>
<title>Akavache.Core</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down

0 comments on commit 08b227f

Please sign in to comment.