Reacting to CoreCLR package changes
This commit is contained in:
parent
63ed1e551a
commit
d04f2fd2ee
|
|
@ -28,10 +28,13 @@
|
||||||
"net451": {},
|
"net451": {},
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"System.Diagnostics.Debug": "4.0.11-*",
|
||||||
"System.IO.FileSystem": "4.0.1-*",
|
"System.IO.FileSystem": "4.0.1-*",
|
||||||
"System.Linq": "4.1.0-*",
|
"System.Linq": "4.1.0-*",
|
||||||
|
"System.Resources.ResourceManager": "4.0.1-*",
|
||||||
"System.Runtime.Extensions": "4.1.0-*",
|
"System.Runtime.Extensions": "4.1.0-*",
|
||||||
"System.Security.Cryptography.Algorithms": "4.1.0-*",
|
"System.Security.Cryptography.Algorithms": "4.1.0-*",
|
||||||
|
"System.Threading": "4.0.11-*",
|
||||||
"System.Threading.Thread": "4.0.0-*"
|
"System.Threading.Thread": "4.0.0-*"
|
||||||
},
|
},
|
||||||
"imports": [
|
"imports": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue