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:
authorbartlannoeye <bart.lannoeye@gmail.com>2016-10-08 16:49:48 +0300
committerbartlannoeye <bart.lannoeye@gmail.com>2016-10-08 16:49:48 +0300
commit05ad7d7892628b3646ea4ec69fbd88a4ca225e32 (patch)
tree08230404d0c950e2d123c3e3617713bf4559e0cc /Sandbox
parent193225aa8e1439e8478c82839adec45b98a92466 (diff)
Upped UWP SDK in HelloWorld
Diffstat (limited to 'Sandbox')
-rw-r--r--Sandbox/Windows10/HelloWorld/HelloWorld.Unity/project.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sandbox/Windows10/HelloWorld/HelloWorld.Unity/project.json b/Sandbox/Windows10/HelloWorld/HelloWorld.Unity/project.json
index c594939..32d9274 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.0.0"
+ "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2"
},
"frameworks": {
"uap10.0": {}