Skip to content

Commit

Permalink
Added dependency on FSharp.Collections.Immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
xperiandri committed Jun 8, 2021
1 parent 5549ccd commit 7c8f6e7
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions Elmish.Uno.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>Elmish.Uno</id>
<version>1.0.0$versionSuffix$</version>
<title>Elmish.Uno</title>
<readme>docs\README.md</readme>
<readme>docs\README.md</readme>
<authors>XperiAndri,dim-37</authors>
<owners>XperiAndri,dim-37</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -17,48 +17,56 @@
<group targetFramework="MonoAndroid">
<dependency id="Elmish" version="3.1.0" />
<dependency id="FSharp.Core" version="5.0.1" />
<dependency id="FSharp.Collections.Immutable" version="2.0.0" />
<dependency id="NETStandard.Library" version="2.0.3" />
</group>
<group targetFramework="net5.0">
<dependency id="Elmish" version="3.1.0" />
<dependency id="FSharp.Core" version="5.0.1" />
<dependency id="FSharp.Collections.Immutable" version="2.0.0" />
<dependency id="NETStandard.Library" version="2.0.3" />
</group>
<group targetFramework="netcoreapp3.1">
<dependency id="Elmish" version="3.1.0" />
<dependency id="FSharp.Core" version="5.0.1" />
<dependency id="FSharp.Collections.Immutable" version="2.0.0" />
<dependency id="NETStandard.Library" version="2.0.3" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Elmish" version="3.1.0" />
<dependency id="FSharp.Core" version="5.0.1" />
<dependency id="FSharp.Collections.Immutable" version="2.0.0" />
<dependency id="NETStandard.Library" version="2.0.3" />
</group>
<group targetFramework="tizen4">
<dependency id="Elmish" version="3.1.0" />
<dependency id="FSharp.Core" version="5.0.1" />
<dependency id="FSharp.Collections.Immutable" version="2.0.0" />
<dependency id="NETStandard.Library" version="2.0.3" />
</group>
<group targetFramework="UAP10.0.17134">
<dependency id="Elmish" version="3.1.0" />
<dependency id="FSharp.Core" version="5.0.1" />
<dependency id="FSharp.Collections.Immutable" version="2.0.0" />
</group>
<group targetFramework="xamarinios">
<dependency id="Elmish" version="3.1.0" />
<dependency id="FSharp.Core" version="5.0.1" />
<dependency id="FSharp.Collections.Immutable" version="2.0.0" />
<dependency id="NETStandard.Library" version="2.0.3" />
</group>
<group targetFramework="xamarinmac">
<dependency id="Elmish" version="3.1.0" />
<dependency id="FSharp.Core" version="5.0.1" />
<dependency id="FSharp.Collections.Immutable" version="2.0.0" />
<dependency id="NETStandard.Library" version="2.0.3" />
</group>
</dependencies>
</metadata>

<files>
<file src="README.md" target="docs\README.md" />
<file src="README.md" target="docs\README.md" />

<file src="src\Elmish.Uno.Mobile\bin\Release\netstandard2.0\Elmish.Uno.dll" target="lib\MonoAndroid\Elmish.Uno.dll" />
<file src="src\Elmish.Uno.Mobile\bin\Release\netstandard2.0\Elmish.Uno.Mobile.dll" target="lib\MonoAndroid\Elmish.Uno.Mobile.dll" />
<file src="src\Elmish.Uno.Mobile\bin\Release\netstandard2.0\Elmish.Uno.Mobile.pdb" target="lib\MonoAndroid\Elmish.Uno.Mobile.pdb" />
Expand Down Expand Up @@ -109,4 +117,4 @@
<file src="src\Elmish.Uno.Mobile\bin\Release\netstandard2.0\Elmish.Uno.pdb" target="lib\xamarinmac\Elmish.Uno.pdb" />
<file src="src\Elmish.Uno.Mobile\bin\Release\netstandard2.0\Elmish.Uno.xml" target="lib\xamarinmac\Elmish.Uno.xml" />
</files>
</package>
</package>

0 comments on commit 7c8f6e7

Please sign in to comment.