Remove System beta tag in project.json for coreclr packages.
This commit is contained in:
parent
2ffa50a80b
commit
37e4a80160
|
|
@ -13,19 +13,19 @@
|
|||
"net451": {},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Diagnostics.Contracts": "4.0.1-beta-*",
|
||||
"System.IO": "4.0.11-beta-*",
|
||||
"System.Linq": "4.0.1-beta-*",
|
||||
"System.Net.WebSockets": "4.0.0-beta-*",
|
||||
"System.Runtime": "4.0.21-beta-*",
|
||||
"System.Runtime.InteropServices": "4.0.21-beta-*",
|
||||
"System.Runtime.Extensions": "4.0.11-beta-*",
|
||||
"System.Security.Cryptography.Algorithms": "4.0.0-beta-*",
|
||||
"System.Text.Encoding.Extensions": "4.0.11-beta-*",
|
||||
"System.Threading": "4.0.11-beta-*",
|
||||
"System.Threading.Tasks": "4.0.11-beta-*",
|
||||
"System.Threading.Timer": "4.0.1-beta-*"
|
||||
"System.Diagnostics.Contracts": "4.0.1-*",
|
||||
"System.IO": "4.0.11-*",
|
||||
"System.Linq": "4.0.1-*",
|
||||
"System.Net.WebSockets": "4.0.0-*",
|
||||
"System.Runtime": "4.0.21-*",
|
||||
"System.Runtime.InteropServices": "4.0.21-*",
|
||||
"System.Runtime.Extensions": "4.0.11-*",
|
||||
"System.Security.Cryptography.Algorithms": "4.0.0-*",
|
||||
"System.Text.Encoding.Extensions": "4.0.11-*",
|
||||
"System.Threading": "4.0.11-*",
|
||||
"System.Threading.Tasks": "4.0.11-*",
|
||||
"System.Threading.Timer": "4.0.1-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@
|
|||
"net451": {},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Runtime": "4.0.21-beta-*"
|
||||
"System.Runtime": "4.0.21-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"frameworks": {
|
||||
"dnx451": { },
|
||||
"dnxcore50": {
|
||||
"System.IO": "4.0.11-beta-*"
|
||||
"System.IO": "4.0.11-*"
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue