2017-09-11 15:13:04 +02:00
|
|
|
{
|
|
|
|
"locked": false,
|
|
|
|
"version": 2,
|
|
|
|
"targets": {
|
|
|
|
".NETStandard,Version=v1.2": {
|
|
|
|
"Microsoft.NETCore.Jit/1.0.2": {
|
|
|
|
"type": "package"
|
|
|
|
},
|
|
|
|
"Microsoft.NETCore.Platforms/1.1.0": {
|
|
|
|
"type": "package",
|
|
|
|
"compile": {
|
|
|
|
"lib/netstandard1.0/_._": {}
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/netstandard1.0/_._": {}
|
|
|
|
}
|
|
|
|
},
|
2017-09-13 18:37:44 +02:00
|
|
|
"Microsoft.NETCore.Portable.Compatibility/1.0.2": {
|
2017-09-11 15:13:04 +02:00
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.ComponentModel.DataAnnotations.dll": {},
|
|
|
|
"ref/netstandard1.0/System.Core.dll": {},
|
|
|
|
"ref/netstandard1.0/System.Net.dll": {},
|
|
|
|
"ref/netstandard1.0/System.Numerics.dll": {},
|
|
|
|
"ref/netstandard1.0/System.Runtime.Serialization.dll": {},
|
|
|
|
"ref/netstandard1.0/System.ServiceModel.Web.dll": {},
|
|
|
|
"ref/netstandard1.0/System.ServiceModel.dll": {},
|
|
|
|
"ref/netstandard1.0/System.Windows.dll": {},
|
|
|
|
"ref/netstandard1.0/System.Xml.Linq.dll": {},
|
|
|
|
"ref/netstandard1.0/System.Xml.Serialization.dll": {},
|
|
|
|
"ref/netstandard1.0/System.Xml.dll": {},
|
|
|
|
"ref/netstandard1.0/System.dll": {},
|
|
|
|
"ref/netstandard1.0/mscorlib.dll": {}
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/netstandard1.0/System.ComponentModel.DataAnnotations.dll": {},
|
|
|
|
"lib/netstandard1.0/System.Core.dll": {},
|
|
|
|
"lib/netstandard1.0/System.Net.dll": {},
|
|
|
|
"lib/netstandard1.0/System.Numerics.dll": {},
|
|
|
|
"lib/netstandard1.0/System.Runtime.Serialization.dll": {},
|
|
|
|
"lib/netstandard1.0/System.ServiceModel.Web.dll": {},
|
|
|
|
"lib/netstandard1.0/System.ServiceModel.dll": {},
|
|
|
|
"lib/netstandard1.0/System.Windows.dll": {},
|
|
|
|
"lib/netstandard1.0/System.Xml.Linq.dll": {},
|
|
|
|
"lib/netstandard1.0/System.Xml.Serialization.dll": {},
|
|
|
|
"lib/netstandard1.0/System.Xml.dll": {},
|
|
|
|
"lib/netstandard1.0/System.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.NETCore.Runtime.CoreCLR/1.0.2": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Jit": "1.0.2",
|
|
|
|
"Microsoft.NETCore.Windows.ApiSets": "1.0.1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.NETCore.Targets/1.1.0": {
|
|
|
|
"type": "package",
|
|
|
|
"compile": {
|
|
|
|
"lib/netstandard1.0/_._": {}
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/netstandard1.0/_._": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.NETCore.Windows.ApiSets/1.0.1": {
|
|
|
|
"type": "package"
|
|
|
|
},
|
|
|
|
"NETStandard.Library/2.0.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
|
|
"System.Collections": "4.3.0",
|
|
|
|
"System.Collections.Concurrent": "4.3.0",
|
|
|
|
"System.Diagnostics.Debug": "4.3.0",
|
|
|
|
"System.Diagnostics.Tools": "4.3.0",
|
|
|
|
"System.Diagnostics.Tracing": "4.3.0",
|
|
|
|
"System.Globalization": "4.3.0",
|
|
|
|
"System.IO": "4.3.0",
|
|
|
|
"System.IO.Compression": "4.3.0",
|
|
|
|
"System.Linq": "4.3.0",
|
|
|
|
"System.Linq.Expressions": "4.3.0",
|
|
|
|
"System.Net.Http": "4.3.2",
|
|
|
|
"System.Net.Primitives": "4.3.0",
|
|
|
|
"System.ObjectModel": "4.3.0",
|
|
|
|
"System.Reflection": "4.3.0",
|
|
|
|
"System.Reflection.Extensions": "4.3.0",
|
|
|
|
"System.Reflection.Primitives": "4.3.0",
|
|
|
|
"System.Resources.ResourceManager": "4.3.0",
|
|
|
|
"System.Runtime": "4.3.0",
|
|
|
|
"System.Runtime.Extensions": "4.3.0",
|
|
|
|
"System.Runtime.InteropServices": "4.3.0",
|
|
|
|
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0",
|
|
|
|
"System.Runtime.Numerics": "4.3.0",
|
|
|
|
"System.Text.Encoding": "4.3.0",
|
|
|
|
"System.Text.Encoding.Extensions": "4.3.0",
|
|
|
|
"System.Text.RegularExpressions": "4.3.0",
|
|
|
|
"System.Threading": "4.3.0",
|
|
|
|
"System.Threading.Tasks": "4.3.0",
|
|
|
|
"System.Threading.Timer": "4.3.0",
|
|
|
|
"System.Xml.ReaderWriter": "4.3.0",
|
|
|
|
"System.Xml.XDocument": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"lib/netstandard1.0/_._": {}
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/netstandard1.0/_._": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"runtime.native.System/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
|
|
"Microsoft.NETCore.Targets": "1.1.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"lib/netstandard1.0/_._": {}
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/netstandard1.0/_._": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Collections/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
|
|
"Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
"System.Runtime": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.Collections.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Collections.Concurrent/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"System.Runtime": "4.3.0",
|
|
|
|
"System.Threading.Tasks": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.1/System.Collections.Concurrent.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Diagnostics.Debug/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
|
|
"Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
"System.Runtime": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.Diagnostics.Debug.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Diagnostics.Tools/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
|
|
"Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
"System.Runtime": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.Diagnostics.Tools.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Diagnostics.Tracing/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
|
|
"Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
"System.Runtime": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.2/System.Diagnostics.Tracing.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Globalization/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
|
|
"Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
"System.Runtime": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.Globalization.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.IO/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
|
|
"Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
"System.Runtime": "4.3.0",
|
|
|
|
"System.Text.Encoding": "4.3.0",
|
|
|
|
"System.Threading.Tasks": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.IO.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.IO.Compression/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"System.IO": "4.3.0",
|
|
|
|
"System.Runtime": "4.3.0",
|
|
|
|
"System.Text.Encoding": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.1/System.IO.Compression.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Linq/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"System.Collections": "4.3.0",
|
|
|
|
"System.Runtime": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.Linq.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Linq.Expressions/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"System.Reflection": "4.3.0",
|
|
|
|
"System.Runtime": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.Linq.Expressions.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Net.Http/4.3.2": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"System.IO": "4.3.0",
|
|
|
|
"System.Net.Primitives": "4.3.0",
|
|
|
|
"System.Runtime": "4.3.0",
|
|
|
|
"System.Text.Encoding": "4.3.0",
|
|
|
|
"System.Threading.Tasks": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.1/System.Net.Http.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Net.Primitives/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
|
|
"Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
"System.Runtime": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.1/System.Net.Primitives.dll": {}
|
|
|
|
}
|
|
|
|
},
|
2017-09-13 18:37:44 +02:00
|
|
|
"System.Net.Requests/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"System.IO": "4.3.0",
|
|
|
|
"System.Net.Primitives": "4.3.0",
|
|
|
|
"System.Runtime": "4.3.0",
|
|
|
|
"System.Threading.Tasks": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.1/System.Net.Requests.dll": {}
|
|
|
|
}
|
|
|
|
},
|
2017-09-11 15:13:04 +02:00
|
|
|
"System.ObjectModel/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"System.Runtime": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.ObjectModel.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Reflection/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
|
|
"Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
"System.IO": "4.3.0",
|
|
|
|
"System.Reflection.Primitives": "4.3.0",
|
|
|
|
"System.Runtime": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.Reflection.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Reflection.Extensions/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
|
|
"Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
"System.Reflection": "4.3.0",
|
|
|
|
"System.Runtime": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.Reflection.Extensions.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Reflection.Primitives/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
|
|
"Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
"System.Runtime": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.Reflection.Primitives.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Resources.ResourceManager/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
|
|
"Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
"System.Globalization": "4.3.0",
|
|
|
|
"System.Reflection": "4.3.0",
|
|
|
|
"System.Runtime": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.Resources.ResourceManager.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Runtime/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
|
|
"Microsoft.NETCore.Targets": "1.1.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.2/System.Runtime.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Runtime.Extensions/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
|
|
"Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
"System.Runtime": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.Runtime.Extensions.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Runtime.InteropServices/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
|
|
"Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
"System.Reflection": "4.3.0",
|
|
|
|
"System.Reflection.Primitives": "4.3.0",
|
|
|
|
"System.Runtime": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.2/System.Runtime.InteropServices.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"System.Reflection": "4.3.0",
|
|
|
|
"System.Reflection.Extensions": "4.3.0",
|
|
|
|
"System.Resources.ResourceManager": "4.3.0",
|
|
|
|
"System.Runtime": "4.3.0",
|
|
|
|
"System.Runtime.InteropServices": "4.3.0",
|
|
|
|
"System.Threading": "4.3.0",
|
|
|
|
"runtime.native.System": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}
|
|
|
|
},
|
|
|
|
"runtime": {
|
|
|
|
"lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {}
|
|
|
|
},
|
|
|
|
"runtimeTargets": {
|
|
|
|
"runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
|
|
|
|
"assetType": "runtime",
|
|
|
|
"rid": "unix"
|
|
|
|
},
|
|
|
|
"runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
|
|
|
|
"assetType": "runtime",
|
|
|
|
"rid": "win"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Runtime.Numerics/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"System.Runtime": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.1/System.Runtime.Numerics.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Runtime.WindowsRuntime/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"System.IO": "4.3.0",
|
|
|
|
"System.Runtime": "4.3.0",
|
|
|
|
"System.Threading.Tasks": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.2/System.Runtime.WindowsRuntime.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Text.Encoding/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
|
|
"Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
"System.Runtime": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.Text.Encoding.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Text.Encoding.Extensions/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
|
|
"Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
"System.Runtime": "4.3.0",
|
|
|
|
"System.Text.Encoding": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.Text.Encoding.Extensions.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Text.RegularExpressions/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"System.Runtime": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.Text.RegularExpressions.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Threading/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"System.Runtime": "4.3.0",
|
|
|
|
"System.Threading.Tasks": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.Threading.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Threading.Tasks/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
|
|
"Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
"System.Runtime": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.Threading.Tasks.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Threading.Timer/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.Platforms": "1.1.0",
|
|
|
|
"Microsoft.NETCore.Targets": "1.1.0",
|
|
|
|
"System.Runtime": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.2/System.Threading.Timer.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Xml.ReaderWriter/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"System.IO": "4.3.0",
|
|
|
|
"System.Runtime": "4.3.0",
|
|
|
|
"System.Text.Encoding": "4.3.0",
|
|
|
|
"System.Threading.Tasks": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.Xml.ReaderWriter.dll": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"System.Xml.XDocument/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"System.IO": "4.3.0",
|
|
|
|
"System.Runtime": "4.3.0",
|
|
|
|
"System.Xml.ReaderWriter": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.Xml.XDocument.dll": {}
|
|
|
|
}
|
2017-09-13 18:37:44 +02:00
|
|
|
},
|
|
|
|
"System.Xml.XmlSerializer/4.3.0": {
|
|
|
|
"type": "package",
|
|
|
|
"dependencies": {
|
|
|
|
"System.IO": "4.3.0",
|
|
|
|
"System.Runtime": "4.3.0",
|
|
|
|
"System.Xml.ReaderWriter": "4.3.0"
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"ref/netstandard1.0/System.Xml.XmlSerializer.dll": {}
|
|
|
|
}
|
2017-09-11 15:13:04 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"libraries": {
|
|
|
|
"Microsoft.NETCore.Jit/1.0.2": {
|
|
|
|
"sha512": "Ok2vWofa6X8WD9vc4pfLHwvJz1/B6t3gOAoZcjrjrQf7lQOlNIuZIZtLn3wnWX28DuQGpPJkRlBxFj7Z5txNqw==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"Microsoft.NETCore.Jit.1.0.2.nupkg.sha512",
|
|
|
|
"Microsoft.NETCore.Jit.nuspec",
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"runtime.json"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Microsoft.NETCore.Platforms/1.1.0": {
|
|
|
|
"sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/netstandard1.0/_._",
|
|
|
|
"microsoft.netcore.platforms.1.1.0.nupkg.sha512",
|
|
|
|
"microsoft.netcore.platforms.nuspec",
|
|
|
|
"runtime.json"
|
|
|
|
]
|
|
|
|
},
|
2017-09-13 18:37:44 +02:00
|
|
|
"Microsoft.NETCore.Portable.Compatibility/1.0.2": {
|
|
|
|
"sha512": "sR4m1GQ8Tbg+Xdbf8Y8yC+LXKSUJUVe/B5vckCAU9Jd5MYf84gC1D0u2YeA72B4WjeWewCyHRB20ddA8hyLmqQ==",
|
2017-09-11 15:13:04 +02:00
|
|
|
"type": "package",
|
|
|
|
"files": [
|
2017-09-13 18:37:44 +02:00
|
|
|
"Microsoft.NETCore.Portable.Compatibility.1.0.2.nupkg.sha512",
|
2017-09-11 15:13:04 +02:00
|
|
|
"Microsoft.NETCore.Portable.Compatibility.nuspec",
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/netcore50/System.ComponentModel.DataAnnotations.dll",
|
|
|
|
"lib/netcore50/System.Core.dll",
|
|
|
|
"lib/netcore50/System.Net.dll",
|
|
|
|
"lib/netcore50/System.Numerics.dll",
|
|
|
|
"lib/netcore50/System.Runtime.Serialization.dll",
|
|
|
|
"lib/netcore50/System.ServiceModel.Web.dll",
|
|
|
|
"lib/netcore50/System.ServiceModel.dll",
|
|
|
|
"lib/netcore50/System.Windows.dll",
|
|
|
|
"lib/netcore50/System.Xml.Linq.dll",
|
|
|
|
"lib/netcore50/System.Xml.Serialization.dll",
|
|
|
|
"lib/netcore50/System.Xml.dll",
|
|
|
|
"lib/netcore50/System.dll",
|
|
|
|
"lib/netstandard1.0/System.ComponentModel.DataAnnotations.dll",
|
|
|
|
"lib/netstandard1.0/System.Core.dll",
|
|
|
|
"lib/netstandard1.0/System.Net.dll",
|
|
|
|
"lib/netstandard1.0/System.Numerics.dll",
|
|
|
|
"lib/netstandard1.0/System.Runtime.Serialization.dll",
|
|
|
|
"lib/netstandard1.0/System.ServiceModel.Web.dll",
|
|
|
|
"lib/netstandard1.0/System.ServiceModel.dll",
|
|
|
|
"lib/netstandard1.0/System.Windows.dll",
|
|
|
|
"lib/netstandard1.0/System.Xml.Linq.dll",
|
|
|
|
"lib/netstandard1.0/System.Xml.Serialization.dll",
|
|
|
|
"lib/netstandard1.0/System.Xml.dll",
|
|
|
|
"lib/netstandard1.0/System.dll",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/netcore50/System.ComponentModel.DataAnnotations.dll",
|
|
|
|
"ref/netcore50/System.Core.dll",
|
|
|
|
"ref/netcore50/System.Net.dll",
|
|
|
|
"ref/netcore50/System.Numerics.dll",
|
|
|
|
"ref/netcore50/System.Runtime.Serialization.dll",
|
|
|
|
"ref/netcore50/System.ServiceModel.Web.dll",
|
|
|
|
"ref/netcore50/System.ServiceModel.dll",
|
|
|
|
"ref/netcore50/System.Windows.dll",
|
|
|
|
"ref/netcore50/System.Xml.Linq.dll",
|
|
|
|
"ref/netcore50/System.Xml.Serialization.dll",
|
|
|
|
"ref/netcore50/System.Xml.dll",
|
|
|
|
"ref/netcore50/System.dll",
|
|
|
|
"ref/netcore50/mscorlib.dll",
|
|
|
|
"ref/netstandard1.0/System.ComponentModel.DataAnnotations.dll",
|
|
|
|
"ref/netstandard1.0/System.Core.dll",
|
|
|
|
"ref/netstandard1.0/System.Net.dll",
|
|
|
|
"ref/netstandard1.0/System.Numerics.dll",
|
|
|
|
"ref/netstandard1.0/System.Runtime.Serialization.dll",
|
|
|
|
"ref/netstandard1.0/System.ServiceModel.Web.dll",
|
|
|
|
"ref/netstandard1.0/System.ServiceModel.dll",
|
|
|
|
"ref/netstandard1.0/System.Windows.dll",
|
|
|
|
"ref/netstandard1.0/System.Xml.Linq.dll",
|
|
|
|
"ref/netstandard1.0/System.Xml.Serialization.dll",
|
|
|
|
"ref/netstandard1.0/System.Xml.dll",
|
|
|
|
"ref/netstandard1.0/System.dll",
|
|
|
|
"ref/netstandard1.0/mscorlib.dll",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"runtimes/aot/lib/netcore50/System.ComponentModel.DataAnnotations.dll",
|
|
|
|
"runtimes/aot/lib/netcore50/System.Core.dll",
|
|
|
|
"runtimes/aot/lib/netcore50/System.Net.dll",
|
|
|
|
"runtimes/aot/lib/netcore50/System.Numerics.dll",
|
|
|
|
"runtimes/aot/lib/netcore50/System.Runtime.Serialization.dll",
|
|
|
|
"runtimes/aot/lib/netcore50/System.ServiceModel.Web.dll",
|
|
|
|
"runtimes/aot/lib/netcore50/System.ServiceModel.dll",
|
|
|
|
"runtimes/aot/lib/netcore50/System.Windows.dll",
|
|
|
|
"runtimes/aot/lib/netcore50/System.Xml.Linq.dll",
|
|
|
|
"runtimes/aot/lib/netcore50/System.Xml.Serialization.dll",
|
|
|
|
"runtimes/aot/lib/netcore50/System.Xml.dll",
|
|
|
|
"runtimes/aot/lib/netcore50/System.dll",
|
|
|
|
"runtimes/aot/lib/netcore50/mscorlib.dll"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Microsoft.NETCore.Runtime.CoreCLR/1.0.2": {
|
|
|
|
"sha512": "A0x1xtTjYJWZr2DRzgfCOXgB0JkQg8twnmtTJ79wFje+IihlLbXtx6Z2AxyVokBM5ruwTedR6YdCmHk39QJdtQ==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"Microsoft.NETCore.Runtime.CoreCLR.1.0.2.nupkg.sha512",
|
|
|
|
"Microsoft.NETCore.Runtime.CoreCLR.nuspec",
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"runtime.json"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Microsoft.NETCore.Targets/1.1.0": {
|
|
|
|
"sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/netstandard1.0/_._",
|
|
|
|
"microsoft.netcore.targets.1.1.0.nupkg.sha512",
|
|
|
|
"microsoft.netcore.targets.nuspec",
|
|
|
|
"runtime.json"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Microsoft.NETCore.Windows.ApiSets/1.0.1": {
|
|
|
|
"sha512": "SaToCvvsGMxTgtLv/BrFQ5IFMPRE1zpWbnqbpwykJa8W5XiX82CXI6K2o7yf5xS7EP6t/JzFLV0SIDuWpvBZVw==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"microsoft.netcore.windows.apisets.1.0.1.nupkg.sha512",
|
|
|
|
"microsoft.netcore.windows.apisets.nuspec",
|
|
|
|
"runtime.json"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"NETStandard.Library/2.0.0": {
|
|
|
|
"sha512": "7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"LICENSE.TXT",
|
|
|
|
"NETStandard.Library.2.0.0.nupkg.sha512",
|
|
|
|
"NETStandard.Library.nuspec",
|
|
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
|
|
"build/NETStandard.Library.targets",
|
|
|
|
"build/netstandard2.0/NETStandard.Library.targets",
|
|
|
|
"build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll",
|
|
|
|
"build/netstandard2.0/ref/System.AppContext.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Collections.Concurrent.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Collections.NonGeneric.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Collections.Specialized.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Collections.dll",
|
|
|
|
"build/netstandard2.0/ref/System.ComponentModel.Composition.dll",
|
|
|
|
"build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll",
|
|
|
|
"build/netstandard2.0/ref/System.ComponentModel.Primitives.dll",
|
|
|
|
"build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll",
|
|
|
|
"build/netstandard2.0/ref/System.ComponentModel.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Console.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Core.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Data.Common.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Data.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Diagnostics.Contracts.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Diagnostics.Debug.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Diagnostics.Process.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Diagnostics.Tools.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Diagnostics.Tracing.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Drawing.Primitives.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Drawing.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Dynamic.Runtime.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Globalization.Calendars.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Globalization.Extensions.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Globalization.dll",
|
|
|
|
"build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll",
|
|
|
|
"build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll",
|
|
|
|
"build/netstandard2.0/ref/System.IO.Compression.dll",
|
|
|
|
"build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll",
|
|
|
|
"build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll",
|
|
|
|
"build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll",
|
|
|
|
"build/netstandard2.0/ref/System.IO.FileSystem.dll",
|
|
|
|
"build/netstandard2.0/ref/System.IO.IsolatedStorage.dll",
|
|
|
|
"build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll",
|
|
|
|
"build/netstandard2.0/ref/System.IO.Pipes.dll",
|
|
|
|
"build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll",
|
|
|
|
"build/netstandard2.0/ref/System.IO.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Linq.Expressions.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Linq.Parallel.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Linq.Queryable.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Linq.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Net.Http.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Net.NameResolution.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Net.NetworkInformation.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Net.Ping.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Net.Primitives.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Net.Requests.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Net.Security.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Net.Sockets.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Net.WebSockets.Client.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Net.WebSockets.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Net.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Numerics.dll",
|
|
|
|
"build/netstandard2.0/ref/System.ObjectModel.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Reflection.Extensions.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Reflection.Primitives.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Reflection.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Resources.Reader.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Resources.ResourceManager.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Resources.Writer.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Runtime.Extensions.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Runtime.Handles.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Runtime.InteropServices.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Runtime.Numerics.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Runtime.Serialization.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Runtime.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Security.Claims.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Security.Principal.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Security.SecureString.dll",
|
|
|
|
"build/netstandard2.0/ref/System.ServiceModel.Web.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Text.Encoding.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Text.RegularExpressions.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Threading.Overlapped.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Threading.Tasks.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Threading.Thread.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Threading.ThreadPool.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Threading.Timer.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Threading.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Transactions.dll",
|
|
|
|
"build/netstandard2.0/ref/System.ValueTuple.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Web.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Windows.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Xml.Linq.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Xml.ReaderWriter.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Xml.Serialization.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Xml.XDocument.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Xml.XPath.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Xml.XmlDocument.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Xml.XmlSerializer.dll",
|
|
|
|
"build/netstandard2.0/ref/System.Xml.dll",
|
|
|
|
"build/netstandard2.0/ref/System.dll",
|
|
|
|
"build/netstandard2.0/ref/mscorlib.dll",
|
|
|
|
"build/netstandard2.0/ref/netstandard.dll",
|
|
|
|
"build/netstandard2.0/ref/netstandard.xml",
|
|
|
|
"lib/netstandard1.0/_._"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"runtime.native.System/4.3.0": {
|
|
|
|
"sha512": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/netstandard1.0/_._",
|
|
|
|
"runtime.native.system.4.3.0.nupkg.sha512",
|
|
|
|
"runtime.native.system.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Collections/4.3.0": {
|
|
|
|
"sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/netcore50/System.Collections.dll",
|
|
|
|
"ref/netcore50/System.Collections.xml",
|
|
|
|
"ref/netcore50/de/System.Collections.xml",
|
|
|
|
"ref/netcore50/es/System.Collections.xml",
|
|
|
|
"ref/netcore50/fr/System.Collections.xml",
|
|
|
|
"ref/netcore50/it/System.Collections.xml",
|
|
|
|
"ref/netcore50/ja/System.Collections.xml",
|
|
|
|
"ref/netcore50/ko/System.Collections.xml",
|
|
|
|
"ref/netcore50/ru/System.Collections.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Collections.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Collections.xml",
|
|
|
|
"ref/netstandard1.0/System.Collections.dll",
|
|
|
|
"ref/netstandard1.0/System.Collections.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Collections.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Collections.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Collections.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Collections.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Collections.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Collections.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Collections.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Collections.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Collections.xml",
|
|
|
|
"ref/netstandard1.3/System.Collections.dll",
|
|
|
|
"ref/netstandard1.3/System.Collections.xml",
|
|
|
|
"ref/netstandard1.3/de/System.Collections.xml",
|
|
|
|
"ref/netstandard1.3/es/System.Collections.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.Collections.xml",
|
|
|
|
"ref/netstandard1.3/it/System.Collections.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.Collections.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.Collections.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.Collections.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.Collections.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.Collections.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.collections.4.3.0.nupkg.sha512",
|
|
|
|
"system.collections.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Collections.Concurrent/4.3.0": {
|
|
|
|
"sha512": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/netcore50/System.Collections.Concurrent.dll",
|
|
|
|
"lib/netstandard1.3/System.Collections.Concurrent.dll",
|
|
|
|
"lib/portable-net45+win8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/netcore50/System.Collections.Concurrent.dll",
|
|
|
|
"ref/netcore50/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netcore50/de/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netcore50/es/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netcore50/fr/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netcore50/it/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netcore50/ja/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netcore50/ko/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netcore50/ru/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netstandard1.1/System.Collections.Concurrent.dll",
|
|
|
|
"ref/netstandard1.1/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netstandard1.1/de/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netstandard1.1/es/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netstandard1.1/fr/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netstandard1.1/it/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netstandard1.1/ja/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netstandard1.1/ko/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netstandard1.1/ru/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netstandard1.3/System.Collections.Concurrent.dll",
|
|
|
|
"ref/netstandard1.3/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netstandard1.3/de/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netstandard1.3/es/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netstandard1.3/it/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml",
|
|
|
|
"ref/portable-net45+win8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.collections.concurrent.4.3.0.nupkg.sha512",
|
|
|
|
"system.collections.concurrent.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Diagnostics.Debug/4.3.0": {
|
|
|
|
"sha512": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/netcore50/System.Diagnostics.Debug.dll",
|
|
|
|
"ref/netcore50/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netcore50/de/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netcore50/es/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netcore50/fr/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netcore50/it/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netcore50/ja/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netcore50/ko/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netcore50/ru/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netstandard1.0/System.Diagnostics.Debug.dll",
|
|
|
|
"ref/netstandard1.0/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netstandard1.3/System.Diagnostics.Debug.dll",
|
|
|
|
"ref/netstandard1.3/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netstandard1.3/de/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netstandard1.3/es/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netstandard1.3/it/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.diagnostics.debug.4.3.0.nupkg.sha512",
|
|
|
|
"system.diagnostics.debug.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Diagnostics.Tools/4.3.0": {
|
|
|
|
"sha512": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/netcore50/System.Diagnostics.Tools.dll",
|
|
|
|
"ref/netcore50/System.Diagnostics.Tools.xml",
|
|
|
|
"ref/netcore50/de/System.Diagnostics.Tools.xml",
|
|
|
|
"ref/netcore50/es/System.Diagnostics.Tools.xml",
|
|
|
|
"ref/netcore50/fr/System.Diagnostics.Tools.xml",
|
|
|
|
"ref/netcore50/it/System.Diagnostics.Tools.xml",
|
|
|
|
"ref/netcore50/ja/System.Diagnostics.Tools.xml",
|
|
|
|
"ref/netcore50/ko/System.Diagnostics.Tools.xml",
|
|
|
|
"ref/netcore50/ru/System.Diagnostics.Tools.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Diagnostics.Tools.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Diagnostics.Tools.xml",
|
|
|
|
"ref/netstandard1.0/System.Diagnostics.Tools.dll",
|
|
|
|
"ref/netstandard1.0/System.Diagnostics.Tools.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Diagnostics.Tools.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Diagnostics.Tools.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Diagnostics.Tools.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Diagnostics.Tools.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Diagnostics.Tools.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Diagnostics.Tools.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Diagnostics.Tools.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.diagnostics.tools.4.3.0.nupkg.sha512",
|
|
|
|
"system.diagnostics.tools.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Diagnostics.Tracing/4.3.0": {
|
|
|
|
"sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/net462/System.Diagnostics.Tracing.dll",
|
|
|
|
"lib/portable-net45+win8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/net462/System.Diagnostics.Tracing.dll",
|
|
|
|
"ref/netcore50/System.Diagnostics.Tracing.dll",
|
|
|
|
"ref/netcore50/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netcore50/de/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netcore50/es/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netcore50/fr/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netcore50/it/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netcore50/ja/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netcore50/ko/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netcore50/ru/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.1/System.Diagnostics.Tracing.dll",
|
|
|
|
"ref/netstandard1.1/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.1/de/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.1/es/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.1/it/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.2/System.Diagnostics.Tracing.dll",
|
|
|
|
"ref/netstandard1.2/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.2/de/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.2/es/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.2/it/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.3/System.Diagnostics.Tracing.dll",
|
|
|
|
"ref/netstandard1.3/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.3/de/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.3/es/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.3/it/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.5/System.Diagnostics.Tracing.dll",
|
|
|
|
"ref/netstandard1.5/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.5/de/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.5/es/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.5/it/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml",
|
|
|
|
"ref/portable-net45+win8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.diagnostics.tracing.4.3.0.nupkg.sha512",
|
|
|
|
"system.diagnostics.tracing.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Globalization/4.3.0": {
|
|
|
|
"sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/netcore50/System.Globalization.dll",
|
|
|
|
"ref/netcore50/System.Globalization.xml",
|
|
|
|
"ref/netcore50/de/System.Globalization.xml",
|
|
|
|
"ref/netcore50/es/System.Globalization.xml",
|
|
|
|
"ref/netcore50/fr/System.Globalization.xml",
|
|
|
|
"ref/netcore50/it/System.Globalization.xml",
|
|
|
|
"ref/netcore50/ja/System.Globalization.xml",
|
|
|
|
"ref/netcore50/ko/System.Globalization.xml",
|
|
|
|
"ref/netcore50/ru/System.Globalization.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Globalization.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Globalization.xml",
|
|
|
|
"ref/netstandard1.0/System.Globalization.dll",
|
|
|
|
"ref/netstandard1.0/System.Globalization.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Globalization.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Globalization.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Globalization.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Globalization.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Globalization.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Globalization.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Globalization.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Globalization.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Globalization.xml",
|
|
|
|
"ref/netstandard1.3/System.Globalization.dll",
|
|
|
|
"ref/netstandard1.3/System.Globalization.xml",
|
|
|
|
"ref/netstandard1.3/de/System.Globalization.xml",
|
|
|
|
"ref/netstandard1.3/es/System.Globalization.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.Globalization.xml",
|
|
|
|
"ref/netstandard1.3/it/System.Globalization.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.Globalization.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.Globalization.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.Globalization.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.Globalization.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.Globalization.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.globalization.4.3.0.nupkg.sha512",
|
|
|
|
"system.globalization.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.IO/4.3.0": {
|
|
|
|
"sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/net462/System.IO.dll",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/net462/System.IO.dll",
|
|
|
|
"ref/netcore50/System.IO.dll",
|
|
|
|
"ref/netcore50/System.IO.xml",
|
|
|
|
"ref/netcore50/de/System.IO.xml",
|
|
|
|
"ref/netcore50/es/System.IO.xml",
|
|
|
|
"ref/netcore50/fr/System.IO.xml",
|
|
|
|
"ref/netcore50/it/System.IO.xml",
|
|
|
|
"ref/netcore50/ja/System.IO.xml",
|
|
|
|
"ref/netcore50/ko/System.IO.xml",
|
|
|
|
"ref/netcore50/ru/System.IO.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.IO.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.IO.xml",
|
|
|
|
"ref/netstandard1.0/System.IO.dll",
|
|
|
|
"ref/netstandard1.0/System.IO.xml",
|
|
|
|
"ref/netstandard1.0/de/System.IO.xml",
|
|
|
|
"ref/netstandard1.0/es/System.IO.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.IO.xml",
|
|
|
|
"ref/netstandard1.0/it/System.IO.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.IO.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.IO.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.IO.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.IO.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.IO.xml",
|
|
|
|
"ref/netstandard1.3/System.IO.dll",
|
|
|
|
"ref/netstandard1.3/System.IO.xml",
|
|
|
|
"ref/netstandard1.3/de/System.IO.xml",
|
|
|
|
"ref/netstandard1.3/es/System.IO.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.IO.xml",
|
|
|
|
"ref/netstandard1.3/it/System.IO.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.IO.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.IO.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.IO.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.IO.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.IO.xml",
|
|
|
|
"ref/netstandard1.5/System.IO.dll",
|
|
|
|
"ref/netstandard1.5/System.IO.xml",
|
|
|
|
"ref/netstandard1.5/de/System.IO.xml",
|
|
|
|
"ref/netstandard1.5/es/System.IO.xml",
|
|
|
|
"ref/netstandard1.5/fr/System.IO.xml",
|
|
|
|
"ref/netstandard1.5/it/System.IO.xml",
|
|
|
|
"ref/netstandard1.5/ja/System.IO.xml",
|
|
|
|
"ref/netstandard1.5/ko/System.IO.xml",
|
|
|
|
"ref/netstandard1.5/ru/System.IO.xml",
|
|
|
|
"ref/netstandard1.5/zh-hans/System.IO.xml",
|
|
|
|
"ref/netstandard1.5/zh-hant/System.IO.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.io.4.3.0.nupkg.sha512",
|
|
|
|
"system.io.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.IO.Compression/4.3.0": {
|
|
|
|
"sha512": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/net46/System.IO.Compression.dll",
|
|
|
|
"lib/portable-net45+win8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/net46/System.IO.Compression.dll",
|
|
|
|
"ref/netcore50/System.IO.Compression.dll",
|
|
|
|
"ref/netcore50/System.IO.Compression.xml",
|
|
|
|
"ref/netcore50/de/System.IO.Compression.xml",
|
|
|
|
"ref/netcore50/es/System.IO.Compression.xml",
|
|
|
|
"ref/netcore50/fr/System.IO.Compression.xml",
|
|
|
|
"ref/netcore50/it/System.IO.Compression.xml",
|
|
|
|
"ref/netcore50/ja/System.IO.Compression.xml",
|
|
|
|
"ref/netcore50/ko/System.IO.Compression.xml",
|
|
|
|
"ref/netcore50/ru/System.IO.Compression.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.IO.Compression.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.IO.Compression.xml",
|
|
|
|
"ref/netstandard1.1/System.IO.Compression.dll",
|
|
|
|
"ref/netstandard1.1/System.IO.Compression.xml",
|
|
|
|
"ref/netstandard1.1/de/System.IO.Compression.xml",
|
|
|
|
"ref/netstandard1.1/es/System.IO.Compression.xml",
|
|
|
|
"ref/netstandard1.1/fr/System.IO.Compression.xml",
|
|
|
|
"ref/netstandard1.1/it/System.IO.Compression.xml",
|
|
|
|
"ref/netstandard1.1/ja/System.IO.Compression.xml",
|
|
|
|
"ref/netstandard1.1/ko/System.IO.Compression.xml",
|
|
|
|
"ref/netstandard1.1/ru/System.IO.Compression.xml",
|
|
|
|
"ref/netstandard1.1/zh-hans/System.IO.Compression.xml",
|
|
|
|
"ref/netstandard1.1/zh-hant/System.IO.Compression.xml",
|
|
|
|
"ref/netstandard1.3/System.IO.Compression.dll",
|
|
|
|
"ref/netstandard1.3/System.IO.Compression.xml",
|
|
|
|
"ref/netstandard1.3/de/System.IO.Compression.xml",
|
|
|
|
"ref/netstandard1.3/es/System.IO.Compression.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.IO.Compression.xml",
|
|
|
|
"ref/netstandard1.3/it/System.IO.Compression.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.IO.Compression.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.IO.Compression.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.IO.Compression.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.IO.Compression.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.IO.Compression.xml",
|
|
|
|
"ref/portable-net45+win8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll",
|
|
|
|
"runtimes/win/lib/net46/System.IO.Compression.dll",
|
|
|
|
"runtimes/win/lib/netstandard1.3/System.IO.Compression.dll",
|
|
|
|
"system.io.compression.4.3.0.nupkg.sha512",
|
|
|
|
"system.io.compression.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Linq/4.3.0": {
|
|
|
|
"sha512": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/net463/System.Linq.dll",
|
|
|
|
"lib/netcore50/System.Linq.dll",
|
|
|
|
"lib/netstandard1.6/System.Linq.dll",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/net463/System.Linq.dll",
|
|
|
|
"ref/netcore50/System.Linq.dll",
|
|
|
|
"ref/netcore50/System.Linq.xml",
|
|
|
|
"ref/netcore50/de/System.Linq.xml",
|
|
|
|
"ref/netcore50/es/System.Linq.xml",
|
|
|
|
"ref/netcore50/fr/System.Linq.xml",
|
|
|
|
"ref/netcore50/it/System.Linq.xml",
|
|
|
|
"ref/netcore50/ja/System.Linq.xml",
|
|
|
|
"ref/netcore50/ko/System.Linq.xml",
|
|
|
|
"ref/netcore50/ru/System.Linq.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Linq.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Linq.xml",
|
|
|
|
"ref/netstandard1.0/System.Linq.dll",
|
|
|
|
"ref/netstandard1.0/System.Linq.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Linq.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Linq.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Linq.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Linq.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Linq.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Linq.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Linq.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Linq.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Linq.xml",
|
|
|
|
"ref/netstandard1.6/System.Linq.dll",
|
|
|
|
"ref/netstandard1.6/System.Linq.xml",
|
|
|
|
"ref/netstandard1.6/de/System.Linq.xml",
|
|
|
|
"ref/netstandard1.6/es/System.Linq.xml",
|
|
|
|
"ref/netstandard1.6/fr/System.Linq.xml",
|
|
|
|
"ref/netstandard1.6/it/System.Linq.xml",
|
|
|
|
"ref/netstandard1.6/ja/System.Linq.xml",
|
|
|
|
"ref/netstandard1.6/ko/System.Linq.xml",
|
|
|
|
"ref/netstandard1.6/ru/System.Linq.xml",
|
|
|
|
"ref/netstandard1.6/zh-hans/System.Linq.xml",
|
|
|
|
"ref/netstandard1.6/zh-hant/System.Linq.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.linq.4.3.0.nupkg.sha512",
|
|
|
|
"system.linq.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Linq.Expressions/4.3.0": {
|
|
|
|
"sha512": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/net463/System.Linq.Expressions.dll",
|
|
|
|
"lib/netcore50/System.Linq.Expressions.dll",
|
|
|
|
"lib/netstandard1.6/System.Linq.Expressions.dll",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/net463/System.Linq.Expressions.dll",
|
|
|
|
"ref/netcore50/System.Linq.Expressions.dll",
|
|
|
|
"ref/netcore50/System.Linq.Expressions.xml",
|
|
|
|
"ref/netcore50/de/System.Linq.Expressions.xml",
|
|
|
|
"ref/netcore50/es/System.Linq.Expressions.xml",
|
|
|
|
"ref/netcore50/fr/System.Linq.Expressions.xml",
|
|
|
|
"ref/netcore50/it/System.Linq.Expressions.xml",
|
|
|
|
"ref/netcore50/ja/System.Linq.Expressions.xml",
|
|
|
|
"ref/netcore50/ko/System.Linq.Expressions.xml",
|
|
|
|
"ref/netcore50/ru/System.Linq.Expressions.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Linq.Expressions.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.0/System.Linq.Expressions.dll",
|
|
|
|
"ref/netstandard1.0/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.3/System.Linq.Expressions.dll",
|
|
|
|
"ref/netstandard1.3/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.3/de/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.3/es/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.3/it/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.6/System.Linq.Expressions.dll",
|
|
|
|
"ref/netstandard1.6/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.6/de/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.6/es/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.6/fr/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.6/it/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.6/ja/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.6/ko/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.6/ru/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml",
|
|
|
|
"ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"runtimes/aot/lib/netcore50/System.Linq.Expressions.dll",
|
|
|
|
"system.linq.expressions.4.3.0.nupkg.sha512",
|
|
|
|
"system.linq.expressions.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Net.Http/4.3.2": {
|
|
|
|
"sha512": "y7hv0o0weI0j0mvEcBOdt1F3CAADiWlcw3e54m8TfYiRmBPDIsHElx8QUPDlY4x6yWXKPGN0Z2TuXCTPgkm5WQ==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"System.Net.Http.4.3.2.nupkg.sha512",
|
|
|
|
"System.Net.Http.nuspec",
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/Xamarinmac20/_._",
|
|
|
|
"lib/monoandroid10/_._",
|
|
|
|
"lib/monotouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/net46/System.Net.Http.dll",
|
|
|
|
"lib/portable-net45+win8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/Xamarinmac20/_._",
|
|
|
|
"ref/monoandroid10/_._",
|
|
|
|
"ref/monotouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/net46/System.Net.Http.dll",
|
|
|
|
"ref/netcore50/System.Net.Http.dll",
|
|
|
|
"ref/netstandard1.1/System.Net.Http.dll",
|
|
|
|
"ref/netstandard1.3/System.Net.Http.dll",
|
|
|
|
"ref/portable-net45+win8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"runtimes/unix/lib/netstandard1.6/System.Net.Http.dll",
|
|
|
|
"runtimes/win/lib/net46/System.Net.Http.dll",
|
|
|
|
"runtimes/win/lib/netcore50/System.Net.Http.dll",
|
|
|
|
"runtimes/win/lib/netstandard1.3/System.Net.Http.dll"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Net.Primitives/4.3.0": {
|
|
|
|
"sha512": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/netcore50/System.Net.Primitives.dll",
|
|
|
|
"ref/netcore50/System.Net.Primitives.xml",
|
|
|
|
"ref/netcore50/de/System.Net.Primitives.xml",
|
|
|
|
"ref/netcore50/es/System.Net.Primitives.xml",
|
|
|
|
"ref/netcore50/fr/System.Net.Primitives.xml",
|
|
|
|
"ref/netcore50/it/System.Net.Primitives.xml",
|
|
|
|
"ref/netcore50/ja/System.Net.Primitives.xml",
|
|
|
|
"ref/netcore50/ko/System.Net.Primitives.xml",
|
|
|
|
"ref/netcore50/ru/System.Net.Primitives.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Net.Primitives.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.0/System.Net.Primitives.dll",
|
|
|
|
"ref/netstandard1.0/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.1/System.Net.Primitives.dll",
|
|
|
|
"ref/netstandard1.1/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.1/de/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.1/es/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.1/fr/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.1/it/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.1/ja/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.1/ko/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.1/ru/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.1/zh-hans/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.1/zh-hant/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.3/System.Net.Primitives.dll",
|
|
|
|
"ref/netstandard1.3/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.3/de/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.3/es/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.3/it/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.Net.Primitives.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.Net.Primitives.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.net.primitives.4.3.0.nupkg.sha512",
|
|
|
|
"system.net.primitives.nuspec"
|
|
|
|
]
|
|
|
|
},
|
2017-09-13 18:37:44 +02:00
|
|
|
"System.Net.Requests/4.3.0": {
|
|
|
|
"sha512": "OZNUuAs0kDXUzm7U5NZ1ojVta5YFZmgT2yxBqsQ7Eseq5Ahz88LInGRuNLJ/NP2F8W1q7tse1pKDthj3reF5QA==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"System.Net.Requests.4.3.0.nupkg.sha512",
|
|
|
|
"System.Net.Requests.nuspec",
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/net46/_._",
|
|
|
|
"ref/netcore50/System.Net.Requests.dll",
|
|
|
|
"ref/netcore50/System.Net.Requests.xml",
|
|
|
|
"ref/netcore50/de/System.Net.Requests.xml",
|
|
|
|
"ref/netcore50/es/System.Net.Requests.xml",
|
|
|
|
"ref/netcore50/fr/System.Net.Requests.xml",
|
|
|
|
"ref/netcore50/it/System.Net.Requests.xml",
|
|
|
|
"ref/netcore50/ja/System.Net.Requests.xml",
|
|
|
|
"ref/netcore50/ko/System.Net.Requests.xml",
|
|
|
|
"ref/netcore50/ru/System.Net.Requests.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Net.Requests.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.0/System.Net.Requests.dll",
|
|
|
|
"ref/netstandard1.0/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.1/System.Net.Requests.dll",
|
|
|
|
"ref/netstandard1.1/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.1/de/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.1/es/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.1/fr/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.1/it/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.1/ja/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.1/ko/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.1/ru/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.1/zh-hans/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.1/zh-hant/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.3/System.Net.Requests.dll",
|
|
|
|
"ref/netstandard1.3/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.3/de/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.3/es/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.3/it/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.Net.Requests.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.Net.Requests.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll",
|
|
|
|
"runtimes/win/lib/net46/_._",
|
|
|
|
"runtimes/win/lib/netstandard1.3/System.Net.Requests.dll"
|
|
|
|
]
|
|
|
|
},
|
2017-09-11 15:13:04 +02:00
|
|
|
"System.ObjectModel/4.3.0": {
|
|
|
|
"sha512": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/netcore50/System.ObjectModel.dll",
|
|
|
|
"lib/netstandard1.3/System.ObjectModel.dll",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/netcore50/System.ObjectModel.dll",
|
|
|
|
"ref/netcore50/System.ObjectModel.xml",
|
|
|
|
"ref/netcore50/de/System.ObjectModel.xml",
|
|
|
|
"ref/netcore50/es/System.ObjectModel.xml",
|
|
|
|
"ref/netcore50/fr/System.ObjectModel.xml",
|
|
|
|
"ref/netcore50/it/System.ObjectModel.xml",
|
|
|
|
"ref/netcore50/ja/System.ObjectModel.xml",
|
|
|
|
"ref/netcore50/ko/System.ObjectModel.xml",
|
|
|
|
"ref/netcore50/ru/System.ObjectModel.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.ObjectModel.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.ObjectModel.xml",
|
|
|
|
"ref/netstandard1.0/System.ObjectModel.dll",
|
|
|
|
"ref/netstandard1.0/System.ObjectModel.xml",
|
|
|
|
"ref/netstandard1.0/de/System.ObjectModel.xml",
|
|
|
|
"ref/netstandard1.0/es/System.ObjectModel.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.ObjectModel.xml",
|
|
|
|
"ref/netstandard1.0/it/System.ObjectModel.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.ObjectModel.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.ObjectModel.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.ObjectModel.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.ObjectModel.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.ObjectModel.xml",
|
|
|
|
"ref/netstandard1.3/System.ObjectModel.dll",
|
|
|
|
"ref/netstandard1.3/System.ObjectModel.xml",
|
|
|
|
"ref/netstandard1.3/de/System.ObjectModel.xml",
|
|
|
|
"ref/netstandard1.3/es/System.ObjectModel.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.ObjectModel.xml",
|
|
|
|
"ref/netstandard1.3/it/System.ObjectModel.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.ObjectModel.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.ObjectModel.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.ObjectModel.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.ObjectModel.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.ObjectModel.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.objectmodel.4.3.0.nupkg.sha512",
|
|
|
|
"system.objectmodel.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Reflection/4.3.0": {
|
|
|
|
"sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/net462/System.Reflection.dll",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/net462/System.Reflection.dll",
|
|
|
|
"ref/netcore50/System.Reflection.dll",
|
|
|
|
"ref/netcore50/System.Reflection.xml",
|
|
|
|
"ref/netcore50/de/System.Reflection.xml",
|
|
|
|
"ref/netcore50/es/System.Reflection.xml",
|
|
|
|
"ref/netcore50/fr/System.Reflection.xml",
|
|
|
|
"ref/netcore50/it/System.Reflection.xml",
|
|
|
|
"ref/netcore50/ja/System.Reflection.xml",
|
|
|
|
"ref/netcore50/ko/System.Reflection.xml",
|
|
|
|
"ref/netcore50/ru/System.Reflection.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Reflection.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.0/System.Reflection.dll",
|
|
|
|
"ref/netstandard1.0/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.3/System.Reflection.dll",
|
|
|
|
"ref/netstandard1.3/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.3/de/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.3/es/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.3/it/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.5/System.Reflection.dll",
|
|
|
|
"ref/netstandard1.5/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.5/de/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.5/es/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.5/fr/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.5/it/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.5/ja/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.5/ko/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.5/ru/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.5/zh-hans/System.Reflection.xml",
|
|
|
|
"ref/netstandard1.5/zh-hant/System.Reflection.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.reflection.4.3.0.nupkg.sha512",
|
|
|
|
"system.reflection.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Reflection.Extensions/4.3.0": {
|
|
|
|
"sha512": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/netcore50/System.Reflection.Extensions.dll",
|
|
|
|
"ref/netcore50/System.Reflection.Extensions.xml",
|
|
|
|
"ref/netcore50/de/System.Reflection.Extensions.xml",
|
|
|
|
"ref/netcore50/es/System.Reflection.Extensions.xml",
|
|
|
|
"ref/netcore50/fr/System.Reflection.Extensions.xml",
|
|
|
|
"ref/netcore50/it/System.Reflection.Extensions.xml",
|
|
|
|
"ref/netcore50/ja/System.Reflection.Extensions.xml",
|
|
|
|
"ref/netcore50/ko/System.Reflection.Extensions.xml",
|
|
|
|
"ref/netcore50/ru/System.Reflection.Extensions.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Reflection.Extensions.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Reflection.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/System.Reflection.Extensions.dll",
|
|
|
|
"ref/netstandard1.0/System.Reflection.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Reflection.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Reflection.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Reflection.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Reflection.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Reflection.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Reflection.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Reflection.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.reflection.extensions.4.3.0.nupkg.sha512",
|
|
|
|
"system.reflection.extensions.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Reflection.Primitives/4.3.0": {
|
|
|
|
"sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/netcore50/System.Reflection.Primitives.dll",
|
|
|
|
"ref/netcore50/System.Reflection.Primitives.xml",
|
|
|
|
"ref/netcore50/de/System.Reflection.Primitives.xml",
|
|
|
|
"ref/netcore50/es/System.Reflection.Primitives.xml",
|
|
|
|
"ref/netcore50/fr/System.Reflection.Primitives.xml",
|
|
|
|
"ref/netcore50/it/System.Reflection.Primitives.xml",
|
|
|
|
"ref/netcore50/ja/System.Reflection.Primitives.xml",
|
|
|
|
"ref/netcore50/ko/System.Reflection.Primitives.xml",
|
|
|
|
"ref/netcore50/ru/System.Reflection.Primitives.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Reflection.Primitives.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Reflection.Primitives.xml",
|
|
|
|
"ref/netstandard1.0/System.Reflection.Primitives.dll",
|
|
|
|
"ref/netstandard1.0/System.Reflection.Primitives.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Reflection.Primitives.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Reflection.Primitives.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Reflection.Primitives.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Reflection.Primitives.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Reflection.Primitives.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Reflection.Primitives.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Reflection.Primitives.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.reflection.primitives.4.3.0.nupkg.sha512",
|
|
|
|
"system.reflection.primitives.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Resources.ResourceManager/4.3.0": {
|
|
|
|
"sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/netcore50/System.Resources.ResourceManager.dll",
|
|
|
|
"ref/netcore50/System.Resources.ResourceManager.xml",
|
|
|
|
"ref/netcore50/de/System.Resources.ResourceManager.xml",
|
|
|
|
"ref/netcore50/es/System.Resources.ResourceManager.xml",
|
|
|
|
"ref/netcore50/fr/System.Resources.ResourceManager.xml",
|
|
|
|
"ref/netcore50/it/System.Resources.ResourceManager.xml",
|
|
|
|
"ref/netcore50/ja/System.Resources.ResourceManager.xml",
|
|
|
|
"ref/netcore50/ko/System.Resources.ResourceManager.xml",
|
|
|
|
"ref/netcore50/ru/System.Resources.ResourceManager.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Resources.ResourceManager.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Resources.ResourceManager.xml",
|
|
|
|
"ref/netstandard1.0/System.Resources.ResourceManager.dll",
|
|
|
|
"ref/netstandard1.0/System.Resources.ResourceManager.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Resources.ResourceManager.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Resources.ResourceManager.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Resources.ResourceManager.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Resources.ResourceManager.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Resources.ResourceManager.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Resources.ResourceManager.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Resources.ResourceManager.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.resources.resourcemanager.4.3.0.nupkg.sha512",
|
|
|
|
"system.resources.resourcemanager.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Runtime/4.3.0": {
|
|
|
|
"sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/net462/System.Runtime.dll",
|
|
|
|
"lib/portable-net45+win8+wp80+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/net462/System.Runtime.dll",
|
|
|
|
"ref/netcore50/System.Runtime.dll",
|
|
|
|
"ref/netcore50/System.Runtime.xml",
|
|
|
|
"ref/netcore50/de/System.Runtime.xml",
|
|
|
|
"ref/netcore50/es/System.Runtime.xml",
|
|
|
|
"ref/netcore50/fr/System.Runtime.xml",
|
|
|
|
"ref/netcore50/it/System.Runtime.xml",
|
|
|
|
"ref/netcore50/ja/System.Runtime.xml",
|
|
|
|
"ref/netcore50/ko/System.Runtime.xml",
|
|
|
|
"ref/netcore50/ru/System.Runtime.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Runtime.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.0/System.Runtime.dll",
|
|
|
|
"ref/netstandard1.0/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.2/System.Runtime.dll",
|
|
|
|
"ref/netstandard1.2/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.2/de/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.2/es/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.2/fr/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.2/it/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.2/ja/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.2/ko/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.2/ru/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.2/zh-hans/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.2/zh-hant/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.3/System.Runtime.dll",
|
|
|
|
"ref/netstandard1.3/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.3/de/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.3/es/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.3/it/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.5/System.Runtime.dll",
|
|
|
|
"ref/netstandard1.5/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.5/de/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.5/es/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.5/fr/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.5/it/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.5/ja/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.5/ko/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.5/ru/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.5/zh-hans/System.Runtime.xml",
|
|
|
|
"ref/netstandard1.5/zh-hant/System.Runtime.xml",
|
|
|
|
"ref/portable-net45+win8+wp80+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.runtime.4.3.0.nupkg.sha512",
|
|
|
|
"system.runtime.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Runtime.Extensions/4.3.0": {
|
|
|
|
"sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/net462/System.Runtime.Extensions.dll",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/net462/System.Runtime.Extensions.dll",
|
|
|
|
"ref/netcore50/System.Runtime.Extensions.dll",
|
|
|
|
"ref/netcore50/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netcore50/de/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netcore50/es/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netcore50/fr/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netcore50/it/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netcore50/ja/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netcore50/ko/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netcore50/ru/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/System.Runtime.Extensions.dll",
|
|
|
|
"ref/netstandard1.0/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.3/System.Runtime.Extensions.dll",
|
|
|
|
"ref/netstandard1.3/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.3/de/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.3/es/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.3/it/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.5/System.Runtime.Extensions.dll",
|
|
|
|
"ref/netstandard1.5/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.5/de/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.5/es/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.5/fr/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.5/it/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.5/ja/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.5/ko/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.5/ru/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml",
|
|
|
|
"ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.runtime.extensions.4.3.0.nupkg.sha512",
|
|
|
|
"system.runtime.extensions.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Runtime.InteropServices/4.3.0": {
|
|
|
|
"sha512": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/net462/System.Runtime.InteropServices.dll",
|
|
|
|
"lib/net463/System.Runtime.InteropServices.dll",
|
|
|
|
"lib/portable-net45+win8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/net462/System.Runtime.InteropServices.dll",
|
|
|
|
"ref/net463/System.Runtime.InteropServices.dll",
|
|
|
|
"ref/netcore50/System.Runtime.InteropServices.dll",
|
|
|
|
"ref/netcore50/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netcore50/de/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netcore50/es/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netcore50/fr/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netcore50/it/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netcore50/ja/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netcore50/ko/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netcore50/ru/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netcoreapp1.1/System.Runtime.InteropServices.dll",
|
|
|
|
"ref/netstandard1.1/System.Runtime.InteropServices.dll",
|
|
|
|
"ref/netstandard1.1/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.1/de/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.1/es/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.1/fr/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.1/it/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.1/ja/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.1/ko/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.1/ru/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.2/System.Runtime.InteropServices.dll",
|
|
|
|
"ref/netstandard1.2/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.2/de/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.2/es/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.2/fr/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.2/it/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.2/ja/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.2/ko/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.2/ru/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.3/System.Runtime.InteropServices.dll",
|
|
|
|
"ref/netstandard1.3/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.3/de/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.3/es/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.3/it/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.5/System.Runtime.InteropServices.dll",
|
|
|
|
"ref/netstandard1.5/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.5/de/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.5/es/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.5/fr/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.5/it/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.5/ja/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.5/ko/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.5/ru/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml",
|
|
|
|
"ref/portable-net45+win8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.runtime.interopservices.4.3.0.nupkg.sha512",
|
|
|
|
"system.runtime.interopservices.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Runtime.InteropServices.RuntimeInformation/4.3.0": {
|
|
|
|
"sha512": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll",
|
|
|
|
"lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
|
|
|
|
"lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll",
|
|
|
|
"lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll",
|
|
|
|
"runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
|
|
|
|
"runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll",
|
|
|
|
"runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll",
|
|
|
|
"runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll",
|
|
|
|
"system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512",
|
|
|
|
"system.runtime.interopservices.runtimeinformation.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Runtime.Numerics/4.3.0": {
|
|
|
|
"sha512": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/netcore50/System.Runtime.Numerics.dll",
|
|
|
|
"lib/netstandard1.3/System.Runtime.Numerics.dll",
|
|
|
|
"lib/portable-net45+win8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/netcore50/System.Runtime.Numerics.dll",
|
|
|
|
"ref/netcore50/System.Runtime.Numerics.xml",
|
|
|
|
"ref/netcore50/de/System.Runtime.Numerics.xml",
|
|
|
|
"ref/netcore50/es/System.Runtime.Numerics.xml",
|
|
|
|
"ref/netcore50/fr/System.Runtime.Numerics.xml",
|
|
|
|
"ref/netcore50/it/System.Runtime.Numerics.xml",
|
|
|
|
"ref/netcore50/ja/System.Runtime.Numerics.xml",
|
|
|
|
"ref/netcore50/ko/System.Runtime.Numerics.xml",
|
|
|
|
"ref/netcore50/ru/System.Runtime.Numerics.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Runtime.Numerics.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Runtime.Numerics.xml",
|
|
|
|
"ref/netstandard1.1/System.Runtime.Numerics.dll",
|
|
|
|
"ref/netstandard1.1/System.Runtime.Numerics.xml",
|
|
|
|
"ref/netstandard1.1/de/System.Runtime.Numerics.xml",
|
|
|
|
"ref/netstandard1.1/es/System.Runtime.Numerics.xml",
|
|
|
|
"ref/netstandard1.1/fr/System.Runtime.Numerics.xml",
|
|
|
|
"ref/netstandard1.1/it/System.Runtime.Numerics.xml",
|
|
|
|
"ref/netstandard1.1/ja/System.Runtime.Numerics.xml",
|
|
|
|
"ref/netstandard1.1/ko/System.Runtime.Numerics.xml",
|
|
|
|
"ref/netstandard1.1/ru/System.Runtime.Numerics.xml",
|
|
|
|
"ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml",
|
|
|
|
"ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml",
|
|
|
|
"ref/portable-net45+win8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.runtime.numerics.4.3.0.nupkg.sha512",
|
|
|
|
"system.runtime.numerics.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Runtime.WindowsRuntime/4.3.0": {
|
|
|
|
"sha512": "xbgfgewneLCfKQfz0VzKsYDacZ680CudYw0uzj0bZ8ATpotkwicgtAsyJZ/J7/Dh2QIwpadjA2zLW/LFk7FKiA==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"System.Runtime.WindowsRuntime.4.3.0.nupkg.sha512",
|
|
|
|
"System.Runtime.WindowsRuntime.nuspec",
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/portable-win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"ref/netcore50/System.Runtime.WindowsRuntime.dll",
|
|
|
|
"ref/netcore50/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netcore50/de/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netcore50/es/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netcore50/fr/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netcore50/it/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netcore50/ja/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netcore50/ko/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netcore50/ru/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netstandard1.0/System.Runtime.WindowsRuntime.dll",
|
|
|
|
"ref/netstandard1.0/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netstandard1.2/System.Runtime.WindowsRuntime.dll",
|
|
|
|
"ref/netstandard1.2/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netstandard1.2/de/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netstandard1.2/es/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netstandard1.2/fr/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netstandard1.2/it/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netstandard1.2/ja/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netstandard1.2/ko/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netstandard1.2/ru/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netstandard1.2/zh-hans/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/netstandard1.2/zh-hant/System.Runtime.WindowsRuntime.xml",
|
|
|
|
"ref/portable-win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"runtimes/win8-aot/lib/netcore50/System.Runtime.WindowsRuntime.dll",
|
|
|
|
"runtimes/win8/lib/netstandard1.3/System.Runtime.WindowsRuntime.dll"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Text.Encoding/4.3.0": {
|
|
|
|
"sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/netcore50/System.Text.Encoding.dll",
|
|
|
|
"ref/netcore50/System.Text.Encoding.xml",
|
|
|
|
"ref/netcore50/de/System.Text.Encoding.xml",
|
|
|
|
"ref/netcore50/es/System.Text.Encoding.xml",
|
|
|
|
"ref/netcore50/fr/System.Text.Encoding.xml",
|
|
|
|
"ref/netcore50/it/System.Text.Encoding.xml",
|
|
|
|
"ref/netcore50/ja/System.Text.Encoding.xml",
|
|
|
|
"ref/netcore50/ko/System.Text.Encoding.xml",
|
|
|
|
"ref/netcore50/ru/System.Text.Encoding.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Text.Encoding.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Text.Encoding.xml",
|
|
|
|
"ref/netstandard1.0/System.Text.Encoding.dll",
|
|
|
|
"ref/netstandard1.0/System.Text.Encoding.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Text.Encoding.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Text.Encoding.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Text.Encoding.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Text.Encoding.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Text.Encoding.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Text.Encoding.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Text.Encoding.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Text.Encoding.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Text.Encoding.xml",
|
|
|
|
"ref/netstandard1.3/System.Text.Encoding.dll",
|
|
|
|
"ref/netstandard1.3/System.Text.Encoding.xml",
|
|
|
|
"ref/netstandard1.3/de/System.Text.Encoding.xml",
|
|
|
|
"ref/netstandard1.3/es/System.Text.Encoding.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.Text.Encoding.xml",
|
|
|
|
"ref/netstandard1.3/it/System.Text.Encoding.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.Text.Encoding.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.Text.Encoding.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.Text.Encoding.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.Text.Encoding.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.Text.Encoding.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.text.encoding.4.3.0.nupkg.sha512",
|
|
|
|
"system.text.encoding.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Text.Encoding.Extensions/4.3.0": {
|
|
|
|
"sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/netcore50/System.Text.Encoding.Extensions.dll",
|
|
|
|
"ref/netcore50/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netcore50/de/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netcore50/es/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netcore50/fr/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netcore50/it/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netcore50/ja/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netcore50/ko/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netcore50/ru/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/System.Text.Encoding.Extensions.dll",
|
|
|
|
"ref/netstandard1.0/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netstandard1.3/System.Text.Encoding.Extensions.dll",
|
|
|
|
"ref/netstandard1.3/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.text.encoding.extensions.4.3.0.nupkg.sha512",
|
|
|
|
"system.text.encoding.extensions.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Text.RegularExpressions/4.3.0": {
|
|
|
|
"sha512": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/net463/System.Text.RegularExpressions.dll",
|
|
|
|
"lib/netcore50/System.Text.RegularExpressions.dll",
|
|
|
|
"lib/netstandard1.6/System.Text.RegularExpressions.dll",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/net463/System.Text.RegularExpressions.dll",
|
|
|
|
"ref/netcore50/System.Text.RegularExpressions.dll",
|
|
|
|
"ref/netcore50/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netcore50/de/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netcore50/es/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netcore50/fr/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netcore50/it/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netcore50/ja/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netcore50/ko/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netcore50/ru/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netcoreapp1.1/System.Text.RegularExpressions.dll",
|
|
|
|
"ref/netstandard1.0/System.Text.RegularExpressions.dll",
|
|
|
|
"ref/netstandard1.0/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.3/System.Text.RegularExpressions.dll",
|
|
|
|
"ref/netstandard1.3/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.3/de/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.3/es/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.3/it/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.6/System.Text.RegularExpressions.dll",
|
|
|
|
"ref/netstandard1.6/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.6/de/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.6/es/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.6/fr/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.6/it/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.6/ja/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.6/ko/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.6/ru/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.text.regularexpressions.4.3.0.nupkg.sha512",
|
|
|
|
"system.text.regularexpressions.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Threading/4.3.0": {
|
|
|
|
"sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/netcore50/System.Threading.dll",
|
|
|
|
"lib/netstandard1.3/System.Threading.dll",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/netcore50/System.Threading.dll",
|
|
|
|
"ref/netcore50/System.Threading.xml",
|
|
|
|
"ref/netcore50/de/System.Threading.xml",
|
|
|
|
"ref/netcore50/es/System.Threading.xml",
|
|
|
|
"ref/netcore50/fr/System.Threading.xml",
|
|
|
|
"ref/netcore50/it/System.Threading.xml",
|
|
|
|
"ref/netcore50/ja/System.Threading.xml",
|
|
|
|
"ref/netcore50/ko/System.Threading.xml",
|
|
|
|
"ref/netcore50/ru/System.Threading.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Threading.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Threading.xml",
|
|
|
|
"ref/netstandard1.0/System.Threading.dll",
|
|
|
|
"ref/netstandard1.0/System.Threading.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Threading.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Threading.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Threading.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Threading.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Threading.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Threading.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Threading.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Threading.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Threading.xml",
|
|
|
|
"ref/netstandard1.3/System.Threading.dll",
|
|
|
|
"ref/netstandard1.3/System.Threading.xml",
|
|
|
|
"ref/netstandard1.3/de/System.Threading.xml",
|
|
|
|
"ref/netstandard1.3/es/System.Threading.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.Threading.xml",
|
|
|
|
"ref/netstandard1.3/it/System.Threading.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.Threading.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.Threading.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.Threading.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.Threading.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.Threading.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"runtimes/aot/lib/netcore50/System.Threading.dll",
|
|
|
|
"system.threading.4.3.0.nupkg.sha512",
|
|
|
|
"system.threading.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Threading.Tasks/4.3.0": {
|
|
|
|
"sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/netcore50/System.Threading.Tasks.dll",
|
|
|
|
"ref/netcore50/System.Threading.Tasks.xml",
|
|
|
|
"ref/netcore50/de/System.Threading.Tasks.xml",
|
|
|
|
"ref/netcore50/es/System.Threading.Tasks.xml",
|
|
|
|
"ref/netcore50/fr/System.Threading.Tasks.xml",
|
|
|
|
"ref/netcore50/it/System.Threading.Tasks.xml",
|
|
|
|
"ref/netcore50/ja/System.Threading.Tasks.xml",
|
|
|
|
"ref/netcore50/ko/System.Threading.Tasks.xml",
|
|
|
|
"ref/netcore50/ru/System.Threading.Tasks.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Threading.Tasks.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Threading.Tasks.xml",
|
|
|
|
"ref/netstandard1.0/System.Threading.Tasks.dll",
|
|
|
|
"ref/netstandard1.0/System.Threading.Tasks.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Threading.Tasks.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Threading.Tasks.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Threading.Tasks.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Threading.Tasks.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Threading.Tasks.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Threading.Tasks.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Threading.Tasks.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml",
|
|
|
|
"ref/netstandard1.3/System.Threading.Tasks.dll",
|
|
|
|
"ref/netstandard1.3/System.Threading.Tasks.xml",
|
|
|
|
"ref/netstandard1.3/de/System.Threading.Tasks.xml",
|
|
|
|
"ref/netstandard1.3/es/System.Threading.Tasks.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.Threading.Tasks.xml",
|
|
|
|
"ref/netstandard1.3/it/System.Threading.Tasks.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.Threading.Tasks.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.Threading.Tasks.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.Threading.Tasks.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.threading.tasks.4.3.0.nupkg.sha512",
|
|
|
|
"system.threading.tasks.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Threading.Timer/4.3.0": {
|
|
|
|
"sha512": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net451/_._",
|
|
|
|
"lib/portable-net451+win81+wpa81/_._",
|
|
|
|
"lib/win81/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net451/_._",
|
|
|
|
"ref/netcore50/System.Threading.Timer.dll",
|
|
|
|
"ref/netcore50/System.Threading.Timer.xml",
|
|
|
|
"ref/netcore50/de/System.Threading.Timer.xml",
|
|
|
|
"ref/netcore50/es/System.Threading.Timer.xml",
|
|
|
|
"ref/netcore50/fr/System.Threading.Timer.xml",
|
|
|
|
"ref/netcore50/it/System.Threading.Timer.xml",
|
|
|
|
"ref/netcore50/ja/System.Threading.Timer.xml",
|
|
|
|
"ref/netcore50/ko/System.Threading.Timer.xml",
|
|
|
|
"ref/netcore50/ru/System.Threading.Timer.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Threading.Timer.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Threading.Timer.xml",
|
|
|
|
"ref/netstandard1.2/System.Threading.Timer.dll",
|
|
|
|
"ref/netstandard1.2/System.Threading.Timer.xml",
|
|
|
|
"ref/netstandard1.2/de/System.Threading.Timer.xml",
|
|
|
|
"ref/netstandard1.2/es/System.Threading.Timer.xml",
|
|
|
|
"ref/netstandard1.2/fr/System.Threading.Timer.xml",
|
|
|
|
"ref/netstandard1.2/it/System.Threading.Timer.xml",
|
|
|
|
"ref/netstandard1.2/ja/System.Threading.Timer.xml",
|
|
|
|
"ref/netstandard1.2/ko/System.Threading.Timer.xml",
|
|
|
|
"ref/netstandard1.2/ru/System.Threading.Timer.xml",
|
|
|
|
"ref/netstandard1.2/zh-hans/System.Threading.Timer.xml",
|
|
|
|
"ref/netstandard1.2/zh-hant/System.Threading.Timer.xml",
|
|
|
|
"ref/portable-net451+win81+wpa81/_._",
|
|
|
|
"ref/win81/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.threading.timer.4.3.0.nupkg.sha512",
|
|
|
|
"system.threading.timer.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Xml.ReaderWriter/4.3.0": {
|
|
|
|
"sha512": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/net46/System.Xml.ReaderWriter.dll",
|
|
|
|
"lib/netcore50/System.Xml.ReaderWriter.dll",
|
|
|
|
"lib/netstandard1.3/System.Xml.ReaderWriter.dll",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/net46/System.Xml.ReaderWriter.dll",
|
|
|
|
"ref/netcore50/System.Xml.ReaderWriter.dll",
|
|
|
|
"ref/netcore50/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netcore50/de/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netcore50/es/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netcore50/fr/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netcore50/it/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netcore50/ja/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netcore50/ko/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netcore50/ru/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netstandard1.0/System.Xml.ReaderWriter.dll",
|
|
|
|
"ref/netstandard1.0/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netstandard1.3/System.Xml.ReaderWriter.dll",
|
|
|
|
"ref/netstandard1.3/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netstandard1.3/de/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netstandard1.3/es/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netstandard1.3/it/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.xml.readerwriter.4.3.0.nupkg.sha512",
|
|
|
|
"system.xml.readerwriter.nuspec"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"System.Xml.XDocument/4.3.0": {
|
|
|
|
"sha512": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/netcore50/System.Xml.XDocument.dll",
|
|
|
|
"lib/netstandard1.3/System.Xml.XDocument.dll",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/netcore50/System.Xml.XDocument.dll",
|
|
|
|
"ref/netcore50/System.Xml.XDocument.xml",
|
|
|
|
"ref/netcore50/de/System.Xml.XDocument.xml",
|
|
|
|
"ref/netcore50/es/System.Xml.XDocument.xml",
|
|
|
|
"ref/netcore50/fr/System.Xml.XDocument.xml",
|
|
|
|
"ref/netcore50/it/System.Xml.XDocument.xml",
|
|
|
|
"ref/netcore50/ja/System.Xml.XDocument.xml",
|
|
|
|
"ref/netcore50/ko/System.Xml.XDocument.xml",
|
|
|
|
"ref/netcore50/ru/System.Xml.XDocument.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Xml.XDocument.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Xml.XDocument.xml",
|
|
|
|
"ref/netstandard1.0/System.Xml.XDocument.dll",
|
|
|
|
"ref/netstandard1.0/System.Xml.XDocument.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Xml.XDocument.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Xml.XDocument.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Xml.XDocument.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Xml.XDocument.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Xml.XDocument.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Xml.XDocument.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Xml.XDocument.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml",
|
|
|
|
"ref/netstandard1.3/System.Xml.XDocument.dll",
|
|
|
|
"ref/netstandard1.3/System.Xml.XDocument.xml",
|
|
|
|
"ref/netstandard1.3/de/System.Xml.XDocument.xml",
|
|
|
|
"ref/netstandard1.3/es/System.Xml.XDocument.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.Xml.XDocument.xml",
|
|
|
|
"ref/netstandard1.3/it/System.Xml.XDocument.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.Xml.XDocument.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.Xml.XDocument.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.Xml.XDocument.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"system.xml.xdocument.4.3.0.nupkg.sha512",
|
|
|
|
"system.xml.xdocument.nuspec"
|
|
|
|
]
|
2017-09-13 18:37:44 +02:00
|
|
|
},
|
|
|
|
"System.Xml.XmlSerializer/4.3.0": {
|
|
|
|
"sha512": "MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==",
|
|
|
|
"type": "package",
|
|
|
|
"files": [
|
|
|
|
"System.Xml.XmlSerializer.4.3.0.nupkg.sha512",
|
|
|
|
"System.Xml.XmlSerializer.nuspec",
|
|
|
|
"ThirdPartyNotices.txt",
|
|
|
|
"dotnet_library_license.txt",
|
|
|
|
"lib/MonoAndroid10/_._",
|
|
|
|
"lib/MonoTouch10/_._",
|
|
|
|
"lib/net45/_._",
|
|
|
|
"lib/netcore50/System.Xml.XmlSerializer.dll",
|
|
|
|
"lib/netstandard1.3/System.Xml.XmlSerializer.dll",
|
|
|
|
"lib/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"lib/win8/_._",
|
|
|
|
"lib/wp80/_._",
|
|
|
|
"lib/wpa81/_._",
|
|
|
|
"lib/xamarinios10/_._",
|
|
|
|
"lib/xamarinmac20/_._",
|
|
|
|
"lib/xamarintvos10/_._",
|
|
|
|
"lib/xamarinwatchos10/_._",
|
|
|
|
"ref/MonoAndroid10/_._",
|
|
|
|
"ref/MonoTouch10/_._",
|
|
|
|
"ref/net45/_._",
|
|
|
|
"ref/netcore50/System.Xml.XmlSerializer.dll",
|
|
|
|
"ref/netcore50/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netcore50/de/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netcore50/es/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netcore50/fr/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netcore50/it/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netcore50/ja/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netcore50/ko/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netcore50/ru/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netstandard1.0/System.Xml.XmlSerializer.dll",
|
|
|
|
"ref/netstandard1.0/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netstandard1.0/de/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netstandard1.0/es/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netstandard1.0/fr/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netstandard1.0/it/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netstandard1.0/ja/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netstandard1.0/ko/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netstandard1.0/ru/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netstandard1.0/zh-hans/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netstandard1.0/zh-hant/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netstandard1.3/System.Xml.XmlSerializer.dll",
|
|
|
|
"ref/netstandard1.3/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netstandard1.3/de/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netstandard1.3/es/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netstandard1.3/fr/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netstandard1.3/it/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netstandard1.3/ja/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netstandard1.3/ko/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netstandard1.3/ru/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netstandard1.3/zh-hans/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/netstandard1.3/zh-hant/System.Xml.XmlSerializer.xml",
|
|
|
|
"ref/portable-net45+win8+wp8+wpa81/_._",
|
|
|
|
"ref/win8/_._",
|
|
|
|
"ref/wp80/_._",
|
|
|
|
"ref/wpa81/_._",
|
|
|
|
"ref/xamarinios10/_._",
|
|
|
|
"ref/xamarinmac20/_._",
|
|
|
|
"ref/xamarintvos10/_._",
|
|
|
|
"ref/xamarinwatchos10/_._",
|
|
|
|
"runtimes/aot/lib/netcore50/System.Xml.XmlSerializer.dll"
|
|
|
|
]
|
2017-09-11 15:13:04 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"projectFileDependencyGroups": {
|
|
|
|
"": [
|
2017-09-13 18:37:44 +02:00
|
|
|
"Microsoft.NETCore.Portable.Compatibility >= 1.0.2",
|
2017-09-11 15:13:04 +02:00
|
|
|
"NETStandard.Library >= 2.0.0",
|
2017-09-13 18:37:44 +02:00
|
|
|
"System.Net.Requests >= 4.3.0",
|
|
|
|
"System.Runtime.WindowsRuntime >= 4.3.0",
|
2017-09-18 18:40:43 +02:00
|
|
|
"System.Xml.ReaderWriter >= 4.3.0",
|
2017-09-13 18:37:44 +02:00
|
|
|
"System.Xml.XmlSerializer >= 4.3.0"
|
2017-09-11 15:13:04 +02:00
|
|
|
],
|
|
|
|
".NETStandard,Version=v1.2": []
|
|
|
|
}
|
|
|
|
}
|