Skip to content

Commit

Permalink
Add uwp to nuget, update UWP xamarin version to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jessejiang0214 committed May 11, 2016
1 parent 370b3c4 commit 9f06b52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions FreshEssentials.nuspec
Expand Up @@ -36,5 +36,7 @@ Attached Properties
<file src="src/iOS/bin/Release/FreshEssentials*.*" target="lib\Xamarin.iOS10" />

<file src="src/Droid/bin/Release/FreshEssentials*.*" target="lib\MonoAndroid10" />

<file src="src/UWP/bin/Release/FreshEssentials*.*" target="lib\uap10.0" />
</files>
</package>
4 changes: 2 additions & 2 deletions src/UWP/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
"Xamarin.Forms": "2.1.0.6529"
"Microsoft.NETCore.UniversalWindowsPlatform": "5.1.0",
"Xamarin.Forms": "2.2.0.31"
},
"frameworks": {
"uap10.0": {}
Expand Down

0 comments on commit 9f06b52

Please sign in to comment.