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": {
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
"NETStandard.Library": "1.5.0-rc2-24022"
"NETStandard.Library": "1.5.0-rc2-24027"
},
"compilerName": "fsc",
"compileFiles": [

View file

@ -3,7 +3,7 @@
"outputName": "MyLibrary"
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24022"
"NETStandard.Library": "1.5.0-rc2-24027"
},
"frameworks": {
"netstandard1.5": {}

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"
}

View file

@ -5,8 +5,8 @@
"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",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-162081-13"
},

View file

@ -1,7 +1,7 @@
{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24022"
"NETStandard.Library": "1.5.0-rc2-24027"
},
"frameworks": {
"netstandard1.5": {

View file

@ -10,7 +10,7 @@
]
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24022"
"NETStandard.Library": "1.5.0-rc2-24027"
},
"frameworks": {
"netstandard1.5": {}

View file

@ -10,7 +10,7 @@
]
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24022"
"NETStandard.Library": "1.5.0-rc2-24027"
},
"frameworks": {
"netstandard1.5": {}

View file

@ -10,7 +10,7 @@
]
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24022"
"NETStandard.Library": "1.5.0-rc2-24027"
},
"frameworks": {
"netcoreapp1.0": {}

View file

@ -8,7 +8,7 @@
"target": "project",
"version": "1.0.0-*"
},
"NETStandard.Library": "1.5.0-rc2-24022"
"NETStandard.Library": "1.5.0-rc2-24027"
},
"frameworks": {
"netcoreapp1.0": {}

View file

@ -5,7 +5,7 @@
"target": "project",
"version": "1.0.0-*"
},
"NETStandard.Library": "1.5.0-rc2-24022"
"NETStandard.Library": "1.5.0-rc2-24027"
},
"frameworks": {
"netcoreapp1.0": {}

View file

@ -8,7 +8,7 @@
"net451": {},
"netstandard1.5": {
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24022"
"NETStandard.Library": "1.5.0-rc2-24027"
},
"imports": "portable-net45+win8"
}

View file

@ -11,7 +11,7 @@
"net451": {},
"netstandard1.5": {
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24022"
"NETStandard.Library": "1.5.0-rc2-24027"
},
"imports": "portable-net45+win8"
}

View file

@ -1,7 +1,7 @@
{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24022",
"NETStandard.Library": "1.5.0-rc2-24027",
"System.Runtime.Analyzers": {
"version": "1.1.0",
"type": "build"

View file

@ -10,7 +10,7 @@
]
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24022"
"NETStandard.Library": "1.5.0-rc2-24027"
},
"configurations": {
"Test": {}

View file

@ -28,7 +28,7 @@
"netstandard1.5": {
"imports": "dnxcore50",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24022"
"NETStandard.Library": "1.5.0-rc2-24027"
}
}
}

View file

@ -10,7 +10,7 @@
},
"net451": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-rc2-24022"
"Microsoft.CSharp": "4.0.1-rc2-24027"
}
}
}

View file

@ -10,12 +10,12 @@
},
"netcore50": {
"dependencies": {
"System.Private.Uri": "4.0.1-rc2-24022"
"System.Private.Uri": "4.0.1-rc2-24027"
}
},
"net99": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-rc2-24022"
"Microsoft.CSharp": "4.0.1-rc2-24027"
}
}
}