Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SunboX/Prism.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Siegel <me@dansiegel.net>2017-05-20 02:12:59 +0300
committerDan Siegel <me@dansiegel.net>2017-05-20 02:53:32 +0300
commit92859318c350c8b98bda599ea229af8fe264cfb1 (patch)
treeb3cf4f29f3d4cf1e6a9c541fcbf4f0492660c9b3
parentaf992dab15f26847409ea6331df6c8bacab92219 (diff)
updating UWP dependencies
-rw-r--r--Sandbox/Windows10/HelloWorld/HelloWorld.Unity/project.json2
-rw-r--r--Sandbox/Xamarin/HelloWorld/HelloWorld/HelloWorld.UWP/project.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/Sandbox/Windows10/HelloWorld/HelloWorld.Unity/project.json b/Sandbox/Windows10/HelloWorld/HelloWorld.Unity/project.json
index 32d9274..693e373 100644
--- a/Sandbox/Windows10/HelloWorld/HelloWorld.Unity/project.json
+++ b/Sandbox/Windows10/HelloWorld/HelloWorld.Unity/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2"
+ "Microsoft.NETCore.UniversalWindowsPlatform": "5.3.3"
},
"frameworks": {
"uap10.0": {}
diff --git a/Sandbox/Xamarin/HelloWorld/HelloWorld/HelloWorld.UWP/project.json b/Sandbox/Xamarin/HelloWorld/HelloWorld/HelloWorld.UWP/project.json
index fcc1c25..51fdc4a 100644
--- a/Sandbox/Xamarin/HelloWorld/HelloWorld/HelloWorld.UWP/project.json
+++ b/Sandbox/Xamarin/HelloWorld/HelloWorld/HelloWorld.UWP/project.json
@@ -1,8 +1,8 @@
{
"dependencies": {
- "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
+ "Microsoft.NETCore.UniversalWindowsPlatform": "5.3.3",
"Unity": "4.0.1",
- "Xamarin.Forms": "2.3.3.193"
+ "Xamarin.Forms": "2.3.5.239-pre3"
},
"frameworks": {
"uap10.0": {}