Updating to 4.4 CoreFx packages

This commit is contained in:
Pranav K 2016-12-05 09:01:41 -08:00
Родитель df96d17f6c
Коммит 785dd3bfb0
4 изменённых файлов: 13 добавлений и 13 удалений

Просмотреть файл

@ -4,6 +4,6 @@
"test"
],
"sdk": {
"version": "1.0.0-preview2-1-003177"
"version": "1.0.0-preview2-1-003180"
}
}

Просмотреть файл

@ -18,12 +18,12 @@
"net451": {},
"netstandard1.5": {
"dependencies": {
"Microsoft.Win32.Registry": "4.0.0",
"System.Text.Encoding": "4.0.11",
"System.Threading": "4.0.11",
"System.Net.Sockets": "4.1.0",
"System.Collections": "4.0.11",
"System.Runtime.Loader": "4.0.0"
"Microsoft.Win32.Registry": "4.4.0-*",
"System.Text.Encoding": "4.4.0-*",
"System.Threading": "4.4.0-*",
"System.Net.Sockets": "4.4.0-*",
"System.Collections": "4.4.0-*",
"System.Runtime.Loader": "4.4.0-*"
}
}
}

Просмотреть файл

@ -25,10 +25,10 @@
"net451": {},
"netstandard1.5": {
"dependencies": {
"System.Net.Sockets": "4.1.0",
"System.Net.Primitives": "4.0.11",
"System.IO.MemoryMappedFiles": "4.0.0",
"System.Diagnostics.Tools": "4.0.1"
"System.Net.Sockets": "4.4.0-*",
"System.Net.Primitives": "4.4.0-*",
"System.IO.MemoryMappedFiles": "4.4.0-*",
"System.Diagnostics.Tools": "4.4.0-*"
}
}
}

Просмотреть файл

@ -17,9 +17,9 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
"version": "1.2.0-*"
},
"System.Diagnostics.StackTrace": "4.0.1"
"System.Diagnostics.StackTrace": "4.4.0-*"
}
}
}