Updating CoreFx to rc2-24027

This commit is contained in:
eerhardt 2016-04-27 05:41:53 +00:00
parent 7c504b2456
commit f8a155a4e6
62 changed files with 140 additions and 140 deletions

View file

@ -2,7 +2,7 @@
"version": "1.0.0-*",
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc2-162081-13",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-*",
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
"xunit": "2.1.0"
},
"frameworks": {
@ -17,11 +17,11 @@
"type": "platform",
"version": "1.0.0-rc2-*"
},
"System.Linq.Expressions": "4.0.11-rc2-24022",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24022"
"System.Linq.Expressions": "4.0.11-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027"
}
},
"net451": { }
"net451": {}
},
"testRunner": "xunit"
}