Reacting to CLR package versioning changes
This commit is contained in:
parent
55922d9107
commit
e1f5c0a4b1
|
|
@ -3,23 +3,23 @@
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net45": {
|
"net45": {
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
"System.Security": "4.0.0.0"
|
"System.Security": "4.0.0-beta-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"aspnetcore50": {
|
"aspnetcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Diagnostics.Debug": "4.0.10.0",
|
"System.Diagnostics.Debug": "4.0.10-beta-*",
|
||||||
"System.Diagnostics.Tools": "4.0.0.0",
|
"System.Diagnostics.Tools": "4.0.0-beta-*",
|
||||||
"System.Globalization": "4.0.10.0",
|
"System.Globalization": "4.0.10-beta-*",
|
||||||
"System.Linq": "4.0.0.0",
|
"System.Linq": "4.0.0-beta-*",
|
||||||
"System.Reflection": "4.0.10.0",
|
"System.Reflection": "4.0.10-beta-*",
|
||||||
"System.Resources.ResourceManager": "4.0.0.0",
|
"System.Resources.ResourceManager": "4.0.0-beta-*",
|
||||||
"System.Runtime": "4.0.20.0",
|
"System.Runtime": "4.0.20-beta-*",
|
||||||
"System.Runtime.Extensions": "4.0.10.0",
|
"System.Runtime.Extensions": "4.0.10-beta-*",
|
||||||
"System.Runtime.InteropServices": "4.0.20.0",
|
"System.Runtime.InteropServices": "4.0.20-beta-*",
|
||||||
"System.Security.Cryptography.Encryption": "4.0.0.0",
|
"System.Security.Cryptography.Encryption": "4.0.0-beta-*",
|
||||||
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0.0",
|
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*",
|
||||||
"System.Text.Encoding.Extensions": "4.0.10.0"
|
"System.Text.Encoding.Extensions": "4.0.10-beta-*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue