Skip to content

Commit af42741

Browse files
committed
Fixed dependencies
1 parent 27bb05c commit af42741

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

common/PCLExt.FileStorage.nuspec

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
2+
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>PCLExt.FileStorage</id>
5-
<version>1.0.3</version>
5+
<version>1.0.4</version>
66
<title>PCL Extension - File Storage API</title>
77
<authors>Daniel Plaisted,Aragas</authors>
88
<owners>Aragas</owners>
@@ -13,14 +13,6 @@
1313
<description>PCL Extension provides file system implementations for PCL, .NET, Xamarin.iOS, Xamarin.Android and Xamarin.Mac. This makes it easier to create cross-platform .NET libraries and apps.</description>
1414
<summary>PCL Extension provides file system implementations for PCL platform</summary>
1515
<tags>io storage file system portable pcl android mac ios xamarin monoandroid monotouch</tags>
16-
<dependencies>
17-
<group />
18-
<group targetFramework=".NETFramework4.5" />
19-
<group targetFramework="Windows8.0" />
20-
<group targetFramework="MonoAndroid0.0" />
21-
<group targetFramework="Xamarin iOS0.0" />
22-
<group targetFramework=".NETPortable0.0-net45+wp8+wpa81+win8+monoandroid+monotouch+Xamarin.iOS+Xamarin.Mac" />
23-
</dependencies>
2416
</metadata>
2517
<files>
2618
<file src="..\src\PCLExt.FileStorage.Abstractions\bin\Release\PCLExt.FileStorage.Abstractions.dll" target="lib\monoandroid\PCLExt.FileStorage.Abstractions.dll" />

0 commit comments

Comments
 (0)