Remove System beta tag in project.json for coreclr packages.

This commit is contained in:
N. Taylor Mullen 2015-11-12 12:24:08 -08:00
parent 216d3a0656
commit d6cdb4bbfe
5 changed files with 8 additions and 8 deletions

View File

@ -21,7 +21,7 @@
},
"dnxcore50": {
"dependencies": {
"System.Net.Http": "4.0.1-beta-*"
"System.Net.Http": "4.0.1-*"
}
}
}

View File

@ -21,8 +21,8 @@
},
"dotnet5.4": {
"dependencies": {
"System.Net.Http": "4.0.1-beta-*"
"System.Net.Http": "4.0.1-*"
}
}
}
}
}

View File

@ -21,7 +21,7 @@
},
"dnxcore50": {
"dependencies": {
"System.Net.Http": "4.0.1-beta-*"
"System.Net.Http": "4.0.1-*"
}
}
}

View File

@ -20,8 +20,8 @@
},
"dotnet5.4": {
"dependencies": {
"System.Net.Http": "4.0.1-beta-*"
"System.Net.Http": "4.0.1-*"
}
}
}
}
}

View File

@ -29,8 +29,8 @@
},
"dotnet5.4": {
"dependencies": {
"System.Net.Http": "4.0.1-beta-*"
"System.Net.Http": "4.0.1-*"
}
}
}
}
}