Downgrade runtime version to get unblocked on CoreCLR bug. Fix some other dependency versions
This commit is contained in:
parent
1d764f1c64
commit
2ba6dbd630
6 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
||||
"System.AppContext": "4.0.1-beta-23504",
|
||||
"System.Runtime.Loader": "4.0.0-beta-23504"
|
||||
"NETStandard.Library": "1.0.0-rc2-23608",
|
||||
"System.Runtime.Loader": "4.0.0-rc2-23608"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnxcore50": { }
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
"dependencies": {
|
||||
"NETStandard.Library" : "1.0.0-rc2-23608",
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-rc2-23608"
|
||||
"Microsoft.NETCore.Runtime": "1.0.1-beta-23504"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc2-23608",
|
||||
"System.Linq": "4.0.1-beta-23504",
|
||||
"System.Linq": "4.0.1-rc2-23608",
|
||||
|
||||
"Microsoft.Net.CSharp.Interactive.netcore": "1.2.0-beta-20151106-02",
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"dependencies": {
|
||||
"NETStandard.Library": "1.0.0-rc2-23608",
|
||||
"System.Linq": "4.0.1-rc2-23608",
|
||||
"System.Xml.XDocument": "4.0.11-beta-23504",
|
||||
"System.Xml.XDocument": "4.0.11-rc2-23608",
|
||||
"System.Resources.ReaderWriter": "4.0.0-rc2-23608",
|
||||
|
||||
"Microsoft.DotNet.Cli.Utils": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue