Remove System beta tag in project.json for coreclr packages.
This commit is contained in:
parent
4862a62a2f
commit
bba44597fc
|
|
@ -24,10 +24,10 @@
|
||||||
},
|
},
|
||||||
"dnxcore50": {
|
"dnxcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Diagnostics.Process": "4.1.0-beta-*",
|
"System.Diagnostics.Process": "4.1.0-*",
|
||||||
"System.Linq": "4.0.1-beta-*",
|
"System.Linq": "4.0.1-*",
|
||||||
"System.Runtime.Extensions": "4.0.11-beta-*",
|
"System.Runtime.Extensions": "4.0.11-*",
|
||||||
"System.Threading.Thread": "4.0.0-beta-*"
|
"System.Threading.Thread": "4.0.0-*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue