Remove System beta tag in project.json for coreclr packages.
This commit is contained in:
parent
ecb7e697d1
commit
0692ebe628
|
|
@ -23,7 +23,7 @@
|
|||
"Microsoft.Extensions.Logging": "1.0.0-*",
|
||||
"Microsoft.Extensions.CompilationAbstractions": "1.0.0-*",
|
||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
|
||||
"System.Diagnostics.DiagnosticSource": "4.0.0-beta-*"
|
||||
"System.Diagnostics.DiagnosticSource": "4.0.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {
|
||||
|
|
@ -38,16 +38,16 @@
|
|||
},
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"System.Console": "4.0.0-beta-*",
|
||||
"System.Diagnostics.StackTrace": "4.0.1-beta-*",
|
||||
"System.Reflection.Extensions": "4.0.1-beta-*"
|
||||
"System.Console": "4.0.0-*",
|
||||
"System.Diagnostics.StackTrace": "4.0.1-*",
|
||||
"System.Reflection.Extensions": "4.0.1-*"
|
||||
}
|
||||
},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Console": "4.0.0-beta-*",
|
||||
"System.Diagnostics.StackTrace": "4.0.1-beta-*",
|
||||
"System.Reflection.Extensions": "4.0.1-beta-*"
|
||||
"System.Console": "4.0.0-*",
|
||||
"System.Diagnostics.StackTrace": "4.0.1-*",
|
||||
"System.Reflection.Extensions": "4.0.1-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,15 +26,15 @@
|
|||
},
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"System.Diagnostics.Process": "4.0.0-beta-*",
|
||||
"System.IO.FileSystem": "4.0.1-beta-*",
|
||||
"System.Net.Http": "4.0.1-beta-*",
|
||||
"System.Net.Primitives": "4.0.11-beta-*",
|
||||
"System.Runtime.Extensions": "4.0.11-beta-*",
|
||||
"System.Text.RegularExpressions": "4.0.11-beta-*",
|
||||
"System.Threading": "4.0.11-beta-*",
|
||||
"System.Diagnostics.Process": "4.0.0-*",
|
||||
"System.IO.FileSystem": "4.0.1-*",
|
||||
"System.Net.Http": "4.0.1-*",
|
||||
"System.Net.Primitives": "4.0.11-*",
|
||||
"System.Runtime.Extensions": "4.0.11-*",
|
||||
"System.Text.RegularExpressions": "4.0.11-*",
|
||||
"System.Threading": "4.0.11-*",
|
||||
"System.Threading.Thread": "4.0.0-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,9 +20,9 @@
|
|||
},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Diagnostics.Contracts": "4.0.1-beta-*",
|
||||
"System.Net.Http": "4.0.1-beta-*"
|
||||
"System.Diagnostics.Contracts": "4.0.1-*",
|
||||
"System.Net.Http": "4.0.1-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue