Corrected then broke again data binding...

Lib now uses more nuget packages
This commit is contained in:
2017-09-13 18:37:44 +02:00
parent 1cd7c0411c
commit 8c6d8056bb
229 changed files with 49677 additions and 257 deletions

View File

@@ -1,9 +1,11 @@
{
"supports": {},
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
"Microsoft.NETCore.Portable.Compatibility": "1.0.2",
"NETStandard.Library": "2.0.0",
"System.Runtime.WindowsRuntime": "4.3.0"
"System.Net.Requests": "4.3.0",
"System.Runtime.WindowsRuntime": "4.3.0",
"System.Xml.XmlSerializer": "4.3.0"
},
"frameworks": {
"netstandard1.2": {}