Remove System beta tag in project.json for coreclr packages.

This commit is contained in:
N. Taylor Mullen 2015-11-12 12:22:57 -08:00
parent edf44555f1
commit ca2629c004
5 changed files with 28 additions and 28 deletions

View File

@ -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"
}
}
}

View File

@ -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"
}
}
}

View File

@ -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"
}
}
}

View File

@ -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"
}
}
}

View File

@ -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"
}
}
}