Downgrade to use CoreFX NET46 compatible packages
This commit is contained in:
parent
c030ef9129
commit
dc456ceab5
|
|
@ -28,12 +28,12 @@
|
|||
},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.ComponentModel": "4.0.1-*",
|
||||
"System.Globalization.Extensions": "4.0.1-*",
|
||||
"System.Linq.Expressions": "4.0.11-*",
|
||||
"System.ComponentModel": "4.0.0-*",
|
||||
"System.Globalization.Extensions": "4.0.0-*",
|
||||
"System.Linq.Expressions": "4.0.10-*",
|
||||
"System.Net.WebSockets": "4.0.0-*",
|
||||
"System.Reflection.TypeExtensions": "4.1.0-*",
|
||||
"System.Runtime.InteropServices": "4.1.0-*",
|
||||
"System.Reflection.TypeExtensions": "4.0.0-*",
|
||||
"System.Runtime.InteropServices": "4.0.20-*",
|
||||
"System.Security.Cryptography.X509Certificates": "4.0.0-*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"net451": {},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.IO.FileSystem": "4.0.1-*"
|
||||
"System.IO.FileSystem": "4.0.0-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,14 +18,14 @@
|
|||
"net451": {},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.11-*",
|
||||
"System.Linq": "4.1.0-*",
|
||||
"System.Net.Primitives": "4.0.11-*",
|
||||
"System.Collections": "4.0.10-*",
|
||||
"System.Linq": "4.0.0-*",
|
||||
"System.Net.Primitives": "4.0.10-*",
|
||||
"System.Net.WebSockets": "4.0.0-*",
|
||||
"System.Runtime.Extensions": "4.1.0-*",
|
||||
"System.Security.Claims": "4.0.1-*",
|
||||
"System.Runtime.Extensions": "4.0.10-*",
|
||||
"System.Security.Claims": "4.0.0-*",
|
||||
"System.Security.Cryptography.X509Certificates": "4.0.0-*",
|
||||
"System.Security.Principal": "4.0.1-*"
|
||||
"System.Security.Principal": "4.0.0-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"net451": {},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Threading": "4.0.11-*"
|
||||
"System.Threading": "4.0.10-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,9 +24,9 @@
|
|||
},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.11-*",
|
||||
"System.IO": "4.1.0-*",
|
||||
"System.IO.FileSystem": "4.0.1-*"
|
||||
"System.Collections": "4.0.10-*",
|
||||
"System.IO": "4.0.10-*",
|
||||
"System.IO.FileSystem": "4.0.0-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@
|
|||
"net451": {},
|
||||
"dotnet5.4": {
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.11-*",
|
||||
"System.Diagnostics.Contracts": "4.0.1-*",
|
||||
"System.Globalization": "4.0.11-*",
|
||||
"System.Globalization.Extensions": "4.0.1-*",
|
||||
"System.Linq": "4.1.0-*",
|
||||
"System.Text.Encoding": "4.0.11-*",
|
||||
"System.Resources.ResourceManager": "4.0.1-*"
|
||||
"System.Collections": "4.0.10-*",
|
||||
"System.Diagnostics.Contracts": "4.0.0-*",
|
||||
"System.Globalization": "4.0.10-*",
|
||||
"System.Globalization.Extensions": "4.0.0-*",
|
||||
"System.Linq": "4.0.0-*",
|
||||
"System.Text.Encoding": "4.0.10-*",
|
||||
"System.Resources.ResourceManager": "4.0.0-*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue