Remove System beta tag in project.json for coreclr packages.
This commit is contained in:
parent
edf44555f1
commit
ca2629c004
|
|
@ -10,11 +10,11 @@
|
|||
"net451": {},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Diagnostics.Debug": "4.0.11-beta-*",
|
||||
"System.Runtime.Handles": "4.0.1-beta-*",
|
||||
"System.Runtime.InteropServices": "4.0.21-beta-*",
|
||||
"System.Security.Cryptography.Primitives": "4.0.0-beta-*",
|
||||
"System.Threading": "4.0.11-beta-*"
|
||||
"System.Diagnostics.Debug": "4.0.11-*",
|
||||
"System.Runtime.Handles": "4.0.1-*",
|
||||
"System.Runtime.InteropServices": "4.0.21-*",
|
||||
"System.Security.Cryptography.Primitives": "4.0.0-*",
|
||||
"System.Threading": "4.0.11-*"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -23,4 +23,4 @@
|
|||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@
|
|||
"net451": {},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Runtime.Extensions": "4.0.11-beta-*",
|
||||
"System.Security.Cryptography.Algorithms": "4.0.0-beta-*",
|
||||
"System.Text.Encoding.Extensions": "4.0.11-beta-*"
|
||||
"System.Runtime.Extensions": "4.0.11-*",
|
||||
"System.Security.Cryptography.Algorithms": "4.0.0-*",
|
||||
"System.Text.Encoding.Extensions": "4.0.11-*"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -23,4 +23,4 @@
|
|||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,12 +16,12 @@
|
|||
"net451": {},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.ComponentModel": "4.0.1-beta-*",
|
||||
"System.Diagnostics.Debug": "4.0.11-beta-*",
|
||||
"System.Reflection": "4.0.11-beta-*",
|
||||
"System.Runtime.Extensions": "4.0.11-beta-*",
|
||||
"System.Security.Cryptography.Primitives": "4.0.0-beta-*",
|
||||
"System.Text.Encoding.Extensions": "4.0.11-beta-*"
|
||||
"System.ComponentModel": "4.0.1-*",
|
||||
"System.Diagnostics.Debug": "4.0.11-*",
|
||||
"System.Reflection": "4.0.11-*",
|
||||
"System.Runtime.Extensions": "4.0.11-*",
|
||||
"System.Security.Cryptography.Primitives": "4.0.0-*",
|
||||
"System.Text.Encoding.Extensions": "4.0.11-*"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -29,4 +29,4 @@
|
|||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@
|
|||
"net451": {},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Security.Cryptography.Primitives": "4.0.0-beta-*",
|
||||
"System.Text.Encoding.Extensions": "4.0.11-beta-*"
|
||||
"System.Security.Cryptography.Primitives": "4.0.0-*",
|
||||
"System.Text.Encoding.Extensions": "4.0.11-*"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -20,4 +20,4 @@
|
|||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,13 +28,13 @@
|
|||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"Microsoft.Win32.Registry": "4.0.0-beta-*",
|
||||
"System.Linq": "4.0.1-beta-*",
|
||||
"System.Reflection.Extensions": "4.0.1-beta-*",
|
||||
"System.Reflection.TypeExtensions": "4.0.1-beta-*",
|
||||
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
|
||||
"System.Security.Claims": "4.0.1-beta-*",
|
||||
"System.Security.Principal.Windows": "4.0.0-beta-*",
|
||||
"System.Xml.XDocument": "4.0.11-beta-*"
|
||||
"System.Linq": "4.0.1-*",
|
||||
"System.Reflection.Extensions": "4.0.1-*",
|
||||
"System.Reflection.TypeExtensions": "4.0.1-*",
|
||||
"System.Security.Cryptography.X509Certificates": "4.0.0-*",
|
||||
"System.Security.Claims": "4.0.1-*",
|
||||
"System.Security.Principal.Windows": "4.0.0-*",
|
||||
"System.Xml.XDocument": "4.0.11-*"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -43,4 +43,4 @@
|
|||
"warningsAsErrors": true,
|
||||
"keyFile": "../../tools/Key.snk"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue