Remove System beta tag in project.json for coreclr packages.
This commit is contained in:
parent
7b248a7789
commit
53dc4d73a4
|
|
@ -34,9 +34,9 @@
|
|||
},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Reflection.Extensions": "4.0.1-beta-*",
|
||||
"System.Text.RegularExpressions": "4.0.11-beta-*"
|
||||
"System.Reflection.Extensions": "4.0.1-*",
|
||||
"System.Text.RegularExpressions": "4.0.11-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,12 +19,12 @@
|
|||
"net451": {},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Diagnostics.Tools": "4.0.1-beta-*",
|
||||
"System.IO.FileSystem": "4.0.1-beta-*",
|
||||
"System.Linq": "4.0.1-beta-*",
|
||||
"System.Security.Cryptography.Algorithms": "4.0.0-beta-*",
|
||||
"System.Threading.Thread": "4.0.0-beta-*"
|
||||
"System.Diagnostics.Tools": "4.0.1-*",
|
||||
"System.IO.FileSystem": "4.0.1-*",
|
||||
"System.Linq": "4.0.1-*",
|
||||
"System.Security.Cryptography.Algorithms": "4.0.0-*",
|
||||
"System.Threading.Thread": "4.0.0-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@
|
|||
},
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"System.Reflection.TypeExtensions": "4.0.1-beta-*",
|
||||
"System.Runtime.Extensions": "4.0.11-beta-*"
|
||||
"System.Reflection.TypeExtensions": "4.0.1-*",
|
||||
"System.Runtime.Extensions": "4.0.11-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,9 +21,9 @@
|
|||
},
|
||||
"dnxcore50": {
|
||||
"dependencies": {
|
||||
"System.Diagnostics.TraceSource": "4.0.0-beta-*",
|
||||
"System.Reflection.TypeExtensions": "4.0.1-beta-*",
|
||||
"System.Runtime.Serialization.Primitives": "4.0.11-beta-*"
|
||||
"System.Diagnostics.TraceSource": "4.0.0-*",
|
||||
"System.Reflection.TypeExtensions": "4.0.1-*",
|
||||
"System.Runtime.Serialization.Primitives": "4.0.11-*"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue