Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
Update HoloLens samples to 1.4-alpha (MRP)
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorBo committed Apr 26, 2017
1 parent 9974fbe commit 3e16eee
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions HoloLens/01_HelloWorld/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
"UrhoSharp.HoloLens": "1.3.0"
"Microsoft.NETCore.UniversalWindowsPlatform": "5.3.3",
"UrhoSharp.HoloLens": "1.4.0-alpha"
},

"frameworks": {
Expand Down
8 changes: 4 additions & 4 deletions HoloLens/02_HelloWorldAdvanced/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
"UrhoSharp.HoloLens": "1.3.0"
},
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.3.3",
"UrhoSharp.HoloLens": "1.4.0-alpha"
},

"frameworks": {
"uap10.0": { }
Expand Down
4 changes: 2 additions & 2 deletions HoloLens/03_Mutant/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
"UrhoSharp.HoloLens": "1.3.0"
"Microsoft.NETCore.UniversalWindowsPlatform": "5.3.3",
"UrhoSharp.HoloLens": "1.4.0-alpha"
},

"frameworks": {
Expand Down
4 changes: 2 additions & 2 deletions HoloLens/04_SpatialMapping/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
"UrhoSharp.HoloLens": "1.3.0"
"Microsoft.NETCore.UniversalWindowsPlatform": "5.3.3",
"UrhoSharp.HoloLens": "1.4.0-alpha"
},

"frameworks": {
Expand Down
10 changes: 5 additions & 5 deletions HoloLens/05_Physics/project.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
"UrhoSharp.HoloLens": "1.3.0",
"Newtonsoft.Json": "9.0.1"
},
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.3.3",
"UrhoSharp.HoloLens": "1.4.0-alpha",
"Newtonsoft.Json": "9.0.1"
},

"frameworks": {
"uap10.0": { }
Expand Down
4 changes: 2 additions & 2 deletions HoloLens/06_CrowdNavigation/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"UrhoSharp.HoloLens": "1.3.0",
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
"Microsoft.NETCore.UniversalWindowsPlatform": "5.3.3",
"UrhoSharp.HoloLens": "1.4.0-alpha"
},

"frameworks": {
Expand Down
8 changes: 4 additions & 4 deletions HoloLens/07_CognitiveServices/project.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"UrhoSharp.HoloLens": "1.3.0",
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.3.3",
"UrhoSharp.HoloLens": "1.4.0-alpha",
"Microsoft.ProjectOxford.Vision": "1.0.370",
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
},
},

"frameworks": {
"uap10.0": { }
Expand Down

0 comments on commit 3e16eee

Please sign in to comment.