diff --git a/Serilog.sln.DotSettings b/Serilog.sln.DotSettings
index 1e5c7faaa..e2434be72 100644
--- a/Serilog.sln.DotSettings
+++ b/Serilog.sln.DotSettings
@@ -29,6 +29,7 @@
DO_NOT_SHOW
DO_NOT_SHOW
DO_NOT_SHOW
+ HINT
ERROR
WARNING
ERROR
diff --git a/src/Serilog/project.json b/src/Serilog/project.json
index 27082720d..23413686a 100644
--- a/src/Serilog/project.json
+++ b/src/Serilog/project.json
@@ -51,23 +51,19 @@
"System.Threading.Tasks": ""
}
},
- "dnxcore50": {
- "dependencies": {
- "Microsoft.CSharp": "4.0.1-beta-23225",
- "System.Collections": "4.0.11-beta-23225",
- "System.Collections.Concurrent": "4.0.11-beta-23225",
- "System.Console": "4.0.0-beta-23225",
- "System.Diagnostics.Process": "4.0.0-beta-23225",
- "System.Diagnostics.TraceSource": "4.0.0-beta-23109",
- "System.IO.FileSystem": "4.0.1-beta-23225",
- "System.Linq": "4.0.1-beta-23225",
- "System.Runtime": "4.0.21-beta-23409",
- "System.Runtime.Extensions": "4.0.11-beta-23225",
- "System.Text.RegularExpressions": "4.0.11-beta-23225",
- "System.Threading": "4.0.11-beta-23225",
- "System.Threading.Thread": "4.0.0-beta-23225",
- "System.Threading.Timer": "4.0.1-beta-23225"
+ "dotnet": {
+ "compilationOptions": {
+ "define": [ "DNXCORE50" ]
+ },
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.0",
+ "Microsoft.NETCore": "5.0.0",
+ "System.Collections.Concurrent": "4.0.11-beta-23225",
+ "System.Console": "4.0.0-beta-23225",
+ "System.Diagnostics.Process": "4.0.0-beta-23225",
+ "System.Diagnostics.TraceSource": "4.0.0-beta-23109",
+ "System.Threading.Thread": "4.0.0-beta-23225"
+ }
}
- }
}
}
diff --git a/src/Serilog/project.lock.json b/src/Serilog/project.lock.json
index e89604009..1d1e18027 100644
--- a/src/Serilog/project.lock.json
+++ b/src/Serilog/project.lock.json
@@ -45,8 +45,8 @@
".NETFramework,Version=v4.5": {},
"DNX,Version=v4.5.1": {},
".NETPortable,Version=v4.5,Profile=Profile259": {},
- "DNXCore,Version=v5.0": {
- "Microsoft.CSharp/4.0.1-beta-23225": {
+ ".NETPlatform,Version=v5.0": {
+ "Microsoft.CSharp/4.0.0": {
"type": "package",
"dependencies": {
"System.Collections": "4.0.10",
@@ -73,47 +73,118 @@
"lib/dotnet/Microsoft.CSharp.dll": {}
}
},
- "Microsoft.Win32.Primitives/4.0.0": {
+ "Microsoft.NETCore/5.0.0": {
"type": "package",
"dependencies": {
+ "Microsoft.CSharp": "4.0.0",
+ "Microsoft.NETCore.Targets": "1.0.0",
+ "Microsoft.VisualBasic": "10.0.0",
+ "System.AppContext": "4.0.0",
+ "System.Collections": "4.0.10",
+ "System.Collections.Concurrent": "4.0.10",
+ "System.Collections.Immutable": "1.1.37",
+ "System.ComponentModel": "4.0.0",
+ "System.ComponentModel.Annotations": "4.0.10",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Diagnostics.Tools": "4.0.0",
+ "System.Diagnostics.Tracing": "4.0.20",
+ "System.Dynamic.Runtime": "4.0.10",
+ "System.Globalization": "4.0.10",
+ "System.Globalization.Calendars": "4.0.0",
+ "System.Globalization.Extensions": "4.0.0",
+ "System.IO": "4.0.10",
+ "System.IO.Compression": "4.0.0",
+ "System.IO.Compression.ZipFile": "4.0.0",
+ "System.IO.FileSystem": "4.0.0",
+ "System.IO.FileSystem.Primitives": "4.0.0",
+ "System.IO.UnmanagedMemoryStream": "4.0.0",
+ "System.Linq": "4.0.0",
+ "System.Linq.Expressions": "4.0.10",
+ "System.Linq.Parallel": "4.0.0",
+ "System.Linq.Queryable": "4.0.0",
+ "System.Net.Http": "4.0.0",
+ "System.Net.NetworkInformation": "4.0.0",
+ "System.Net.Primitives": "4.0.10",
+ "System.Numerics.Vectors": "4.1.0",
+ "System.ObjectModel": "4.0.10",
+ "System.Reflection": "4.0.10",
+ "System.Reflection.DispatchProxy": "4.0.0",
+ "System.Reflection.Extensions": "4.0.0",
+ "System.Reflection.Metadata": "1.0.22",
+ "System.Reflection.Primitives": "4.0.0",
+ "System.Reflection.TypeExtensions": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
- "System.Runtime.InteropServices": "4.0.20"
- },
- "compile": {
- "ref/dotnet/Microsoft.Win32.Primitives.dll": {}
- },
- "runtime": {
- "lib/dotnet/Microsoft.Win32.Primitives.dll": {}
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Runtime.Handles": "4.0.0",
+ "System.Runtime.InteropServices": "4.0.20",
+ "System.Runtime.Numerics": "4.0.0",
+ "System.Security.Claims": "4.0.0",
+ "System.Security.Principal": "4.0.0",
+ "System.Text.Encoding": "4.0.10",
+ "System.Text.Encoding.Extensions": "4.0.10",
+ "System.Text.RegularExpressions": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Threading.Tasks": "4.0.10",
+ "System.Threading.Tasks.Dataflow": "4.5.25",
+ "System.Threading.Tasks.Parallel": "4.0.0",
+ "System.Threading.Timer": "4.0.0",
+ "System.Xml.ReaderWriter": "4.0.10",
+ "System.Xml.XDocument": "4.0.10"
+ }
+ },
+ "Microsoft.NETCore.Platforms/1.0.0": {
+ "type": "package"
+ },
+ "Microsoft.NETCore.Targets/1.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.0"
}
},
- "Microsoft.Win32.Registry/4.0.0-beta-23225": {
+ "Microsoft.VisualBasic/10.0.0": {
"type": "package",
"dependencies": {
"System.Collections": "4.0.10",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Dynamic.Runtime": "4.0.10",
"System.Globalization": "4.0.10",
+ "System.Linq": "4.0.0",
+ "System.Linq.Expressions": "4.0.10",
+ "System.ObjectModel": "4.0.10",
+ "System.Reflection": "4.0.10",
+ "System.Reflection.Extensions": "4.0.0",
+ "System.Reflection.Primitives": "4.0.0",
+ "System.Reflection.TypeExtensions": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
- "System.Runtime.Handles": "4.0.0",
- "System.Runtime.InteropServices": "4.0.20"
+ "System.Runtime.InteropServices": "4.0.20",
+ "System.Threading": "4.0.10"
},
"compile": {
- "ref/dotnet/Microsoft.Win32.Registry.dll": {}
+ "ref/dotnet/Microsoft.VisualBasic.dll": {}
},
"runtime": {
- "lib/DNXCore50/Microsoft.Win32.Registry.dll": {}
+ "lib/dotnet/Microsoft.VisualBasic.dll": {}
}
},
- "System.Collections/4.0.11-beta-23225": {
+ "System.AppContext/4.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime": "4.0.21-beta-23225"
+ "System.Runtime": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Collections.dll": {}
+ "ref/dotnet/System.AppContext.dll": {}
+ }
+ },
+ "System.Collections/4.0.10": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
},
- "runtime": {
- "lib/DNXCore50/System.Collections.dll": {}
+ "compile": {
+ "ref/dotnet/System.Collections.dll": {}
}
},
"System.Collections.Concurrent/4.0.11-beta-23225": {
@@ -136,85 +207,107 @@
"lib/dotnet/System.Collections.Concurrent.dll": {}
}
},
- "System.Console/4.0.0-beta-23225": {
+ "System.Collections.Immutable/1.1.37": {
"type": "package",
"dependencies": {
- "System.IO": "4.0.10",
- "System.IO.FileSystem.Primitives": "4.0.0",
+ "System.Collections": "4.0.0",
+ "System.Diagnostics.Debug": "4.0.0",
+ "System.Globalization": "4.0.0",
+ "System.Linq": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
- "System.Runtime": "4.0.20",
- "System.Runtime.InteropServices": "4.0.20",
- "System.Text.Encoding": "4.0.10",
- "System.Text.Encoding.Extensions": "4.0.10",
- "System.Threading": "4.0.10",
- "System.Threading.Tasks": "4.0.10"
+ "System.Runtime": "4.0.0",
+ "System.Runtime.Extensions": "4.0.0",
+ "System.Threading": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Console.dll": {}
+ "lib/dotnet/System.Collections.Immutable.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Console.dll": {}
+ "lib/dotnet/System.Collections.Immutable.dll": {}
}
},
- "System.Diagnostics.Debug/4.0.10": {
+ "System.ComponentModel/4.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime": "4.0.0"
+ "System.Runtime": "4.0.20"
},
"compile": {
- "ref/dotnet/System.Diagnostics.Debug.dll": {}
+ "ref/dotnet/System.ComponentModel.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Diagnostics.Debug.dll": {}
+ "lib/dotnet/System.ComponentModel.dll": {}
}
},
- "System.Diagnostics.Process/4.0.0-beta-23225": {
+ "System.ComponentModel.Annotations/4.0.10": {
"type": "package",
"dependencies": {
- "Microsoft.Win32.Primitives": "4.0.0",
- "Microsoft.Win32.Registry": "4.0.0-beta-23225",
"System.Collections": "4.0.10",
- "System.Diagnostics.Debug": "4.0.10",
+ "System.ComponentModel": "4.0.0",
"System.Globalization": "4.0.10",
- "System.IO": "4.0.10",
- "System.IO.FileSystem": "4.0.0",
- "System.IO.FileSystem.Primitives": "4.0.0",
+ "System.Linq": "4.0.0",
+ "System.Reflection": "4.0.10",
+ "System.Reflection.Extensions": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
+ "System.Text.RegularExpressions": "4.0.10",
+ "System.Threading": "4.0.10"
+ },
+ "compile": {
+ "ref/dotnet/System.ComponentModel.Annotations.dll": {}
+ },
+ "runtime": {
+ "lib/dotnet/System.ComponentModel.Annotations.dll": {}
+ }
+ },
+ "System.Console/4.0.0-beta-23225": {
+ "type": "package",
+ "dependencies": {
+ "System.IO": "4.0.0",
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Console.dll": {}
+ }
+ },
+ "System.Diagnostics.Debug/4.0.10": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Diagnostics.Debug.dll": {}
+ }
+ },
+ "System.Diagnostics.Process/4.0.0-beta-23225": {
+ "type": "package",
+ "dependencies": {
+ "System.IO": "4.0.0",
+ "System.Runtime": "4.0.0",
"System.Runtime.Handles": "4.0.0",
- "System.Runtime.InteropServices": "4.0.20",
"System.Security.SecureString": "4.0.0-beta-23225",
- "System.Text.Encoding": "4.0.10",
- "System.Text.Encoding.Extensions": "4.0.10",
- "System.Threading": "4.0.10",
- "System.Threading.Tasks": "4.0.10",
- "System.Threading.Thread": "4.0.0-beta-23225",
- "System.Threading.ThreadPool": "4.0.10-beta-23225"
+ "System.Text.Encoding": "4.0.0"
},
"compile": {
"ref/dotnet/System.Diagnostics.Process.dll": {}
+ }
+ },
+ "System.Diagnostics.Tools/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
},
- "runtime": {
- "lib/DNXCore50/System.Diagnostics.Process.dll": {}
+ "compile": {
+ "ref/dotnet/System.Diagnostics.Tools.dll": {}
}
},
"System.Diagnostics.TraceSource/4.0.0-beta-23109": {
"type": "package",
"dependencies": {
- "System.Collections": "4.0.10-beta-23109",
- "System.Diagnostics.Debug": "4.0.10-beta-23109",
- "System.Globalization": "4.0.10-beta-23109",
- "System.Resources.ResourceManager": "4.0.0-beta-23109",
- "System.Runtime": "4.0.20-beta-23109",
- "System.Runtime.Extensions": "4.0.10-beta-23109",
- "System.Threading": "4.0.10-beta-23109"
+ "System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Diagnostics.TraceSource.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Diagnostics.TraceSource.dll": {}
}
},
"System.Diagnostics.Tracing/4.0.20": {
@@ -224,18 +317,15 @@
},
"compile": {
"ref/dotnet/System.Diagnostics.Tracing.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Diagnostics.Tracing.dll": {}
}
},
- "System.Dynamic.Runtime/4.0.0": {
+ "System.Dynamic.Runtime/4.0.10": {
"type": "package",
"dependencies": {
- "System.Linq.Expressions": "4.0.0",
+ "System.Linq.Expressions": "4.0.10",
"System.ObjectModel": "4.0.0",
"System.Reflection": "4.0.0",
- "System.Runtime": "4.0.0"
+ "System.Runtime": "4.0.20"
},
"compile": {
"ref/dotnet/System.Dynamic.Runtime.dll": {}
@@ -248,9 +338,32 @@
},
"compile": {
"ref/dotnet/System.Globalization.dll": {}
+ }
+ },
+ "System.Globalization.Calendars/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Globalization": "4.0.0",
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Globalization.Calendars.dll": {}
+ }
+ },
+ "System.Globalization.Extensions/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Globalization": "4.0.10",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Runtime.InteropServices": "4.0.20"
+ },
+ "compile": {
+ "ref/dotnet/System.Globalization.Extensions.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Globalization.dll": {}
+ "lib/dotnet/System.Globalization.Extensions.dll": {}
}
},
"System.IO/4.0.10": {
@@ -262,33 +375,59 @@
},
"compile": {
"ref/dotnet/System.IO.dll": {}
+ }
+ },
+ "System.IO.Compression/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Collections": "4.0.0",
+ "System.IO": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.0",
+ "System.Runtime.Extensions": "4.0.0",
+ "System.Runtime.InteropServices": "4.0.0",
+ "System.Text.Encoding": "4.0.0",
+ "System.Threading": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.IO.Compression.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.IO.dll": {}
+ "lib/dotnet/System.IO.Compression.dll": {}
}
},
- "System.IO.FileSystem/4.0.1-beta-23225": {
+ "System.IO.Compression.ZipFile/4.0.0": {
"type": "package",
"dependencies": {
- "System.Collections": "4.0.10",
"System.IO": "4.0.10",
+ "System.IO.Compression": "4.0.0",
+ "System.IO.FileSystem": "4.0.0",
"System.IO.FileSystem.Primitives": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
- "System.Runtime.Handles": "4.0.0",
- "System.Runtime.InteropServices": "4.0.20",
- "System.Text.Encoding": "4.0.10",
- "System.Text.Encoding.Extensions": "4.0.10",
- "System.Threading": "4.0.10",
- "System.Threading.Overlapped": "4.0.0",
- "System.Threading.Tasks": "4.0.10"
+ "System.Text.Encoding": "4.0.10"
},
"compile": {
- "ref/dotnet/System.IO.FileSystem.dll": {}
+ "ref/dotnet/System.IO.Compression.ZipFile.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.IO.FileSystem.dll": {}
+ "lib/dotnet/System.IO.Compression.ZipFile.dll": {}
+ }
+ },
+ "System.IO.FileSystem/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.IO": "4.0.0",
+ "System.IO.FileSystem.Primitives": "4.0.0",
+ "System.Runtime": "4.0.0",
+ "System.Runtime.Handles": "4.0.0",
+ "System.Text.Encoding": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.IO.FileSystem.dll": {}
}
},
"System.IO.FileSystem.Primitives/4.0.0": {
@@ -303,7 +442,25 @@
"lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
}
},
- "System.Linq/4.0.1-beta-23225": {
+ "System.IO.UnmanagedMemoryStream/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.IO": "4.0.10",
+ "System.IO.FileSystem.Primitives": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.InteropServices": "4.0.20",
+ "System.Threading": "4.0.10",
+ "System.Threading.Tasks": "4.0.10"
+ },
+ "compile": {
+ "ref/dotnet/System.IO.UnmanagedMemoryStream.dll": {}
+ },
+ "runtime": {
+ "lib/dotnet/System.IO.UnmanagedMemoryStream.dll": {}
+ }
+ },
+ "System.Linq/4.0.0": {
"type": "package",
"dependencies": {
"System.Collections": "4.0.10",
@@ -319,7 +476,7 @@
"lib/dotnet/System.Linq.dll": {}
}
},
- "System.Linq.Expressions/4.0.0": {
+ "System.Linq.Expressions/4.0.10": {
"type": "package",
"dependencies": {
"System.Reflection": "4.0.0",
@@ -329,116 +486,207 @@
"ref/dotnet/System.Linq.Expressions.dll": {}
}
},
- "System.ObjectModel/4.0.10": {
+ "System.Linq.Parallel/4.0.0": {
"type": "package",
"dependencies": {
"System.Collections": "4.0.10",
+ "System.Collections.Concurrent": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
+ "System.Diagnostics.Tracing": "4.0.20",
+ "System.Linq": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
- "System.Threading": "4.0.10"
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Threading.Tasks": "4.0.10"
},
"compile": {
- "ref/dotnet/System.ObjectModel.dll": {}
+ "ref/dotnet/System.Linq.Parallel.dll": {}
},
"runtime": {
- "lib/dotnet/System.ObjectModel.dll": {}
- }
- },
- "System.Private.Uri/4.0.1-beta-23409": {
- "type": "package",
- "compile": {
- "ref/dnxcore50/_._": {}
+ "lib/dotnet/System.Linq.Parallel.dll": {}
}
},
- "System.Reflection/4.0.10": {
+ "System.Linq.Queryable/4.0.0": {
"type": "package",
"dependencies": {
- "System.IO": "4.0.0",
- "System.Reflection.Primitives": "4.0.0",
+ "System.Collections": "4.0.10",
+ "System.Linq": "4.0.0",
+ "System.Linq.Expressions": "4.0.10",
+ "System.Reflection": "4.0.10",
+ "System.Reflection.Extensions": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20"
},
"compile": {
- "ref/dotnet/System.Reflection.dll": {}
+ "ref/dotnet/System.Linq.Queryable.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Reflection.dll": {}
+ "lib/dotnet/System.Linq.Queryable.dll": {}
}
},
- "System.Reflection.Extensions/4.0.0": {
+ "System.Net.Http/4.0.0": {
"type": "package",
"dependencies": {
- "System.Reflection": "4.0.0",
- "System.Runtime": "4.0.0"
+ "System.IO": "4.0.0",
+ "System.Net.Primitives": "4.0.0",
+ "System.Runtime": "4.0.0",
+ "System.Text.Encoding": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Reflection.Extensions.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Reflection.Extensions.dll": {}
+ "ref/dotnet/System.Net.Http.dll": {}
}
},
- "System.Reflection.Primitives/4.0.0": {
+ "System.Net.NetworkInformation/4.0.0": {
"type": "package",
"dependencies": {
"System.Runtime": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Reflection.Primitives.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Reflection.Primitives.dll": {}
+ "ref/dotnet/System.Net.NetworkInformation.dll": {}
}
},
- "System.Reflection.TypeExtensions/4.0.0": {
+ "System.Net.Primitives/4.0.10": {
"type": "package",
"dependencies": {
- "System.Reflection": "4.0.0",
- "System.Runtime": "4.0.0"
+ "System.Runtime": "4.0.0",
+ "System.Runtime.Handles": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Reflection.TypeExtensions.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {}
+ "ref/dotnet/System.Net.Primitives.dll": {}
}
},
- "System.Resources.ResourceManager/4.0.0": {
+ "System.Numerics.Vectors/4.1.0": {
"type": "package",
"dependencies": {
- "System.Globalization": "4.0.0",
- "System.Reflection": "4.0.0",
- "System.Runtime": "4.0.0"
+ "System.Globalization": "4.0.10",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10"
},
"compile": {
- "ref/dotnet/System.Resources.ResourceManager.dll": {}
+ "ref/dotnet/System.Numerics.Vectors.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Resources.ResourceManager.dll": {}
+ "lib/dotnet/System.Numerics.Vectors.dll": {}
}
},
- "System.Runtime/4.0.21-beta-23409": {
+ "System.ObjectModel/4.0.10": {
"type": "package",
"dependencies": {
- "System.Private.Uri": "4.0.1-beta-23409"
+ "System.Collections": "4.0.10",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Threading": "4.0.10"
},
"compile": {
- "ref/dotnet/System.Runtime.dll": {}
+ "ref/dotnet/System.ObjectModel.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Runtime.dll": {}
+ "lib/dotnet/System.ObjectModel.dll": {}
}
},
- "System.Runtime.Extensions/4.0.11-beta-23225": {
+ "System.Reflection/4.0.10": {
"type": "package",
"dependencies": {
+ "System.IO": "4.0.0",
+ "System.Reflection.Primitives": "4.0.0",
"System.Runtime": "4.0.20"
},
"compile": {
- "ref/dotnet/System.Runtime.Extensions.dll": {}
+ "ref/dotnet/System.Reflection.dll": {}
+ }
+ },
+ "System.Reflection.DispatchProxy/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Reflection": "4.0.0",
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Reflection.DispatchProxy.dll": {}
+ }
+ },
+ "System.Reflection.Extensions/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Reflection": "4.0.0",
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Reflection.Extensions.dll": {}
+ }
+ },
+ "System.Reflection.Metadata/1.0.22": {
+ "type": "package",
+ "dependencies": {
+ "System.Collections": "4.0.0",
+ "System.Collections.Immutable": "1.1.37",
+ "System.Diagnostics.Debug": "4.0.0",
+ "System.IO": "4.0.0",
+ "System.Reflection": "4.0.0",
+ "System.Reflection.Extensions": "4.0.0",
+ "System.Reflection.Primitives": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.0",
+ "System.Runtime.Extensions": "4.0.0",
+ "System.Runtime.InteropServices": "4.0.0",
+ "System.Text.Encoding": "4.0.0",
+ "System.Text.Encoding.Extensions": "4.0.0",
+ "System.Threading": "4.0.0"
+ },
+ "compile": {
+ "lib/dotnet/System.Reflection.Metadata.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Runtime.Extensions.dll": {}
+ "lib/dotnet/System.Reflection.Metadata.dll": {}
+ }
+ },
+ "System.Reflection.Primitives/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Reflection.Primitives.dll": {}
+ }
+ },
+ "System.Reflection.TypeExtensions/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Reflection": "4.0.0",
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Reflection.TypeExtensions.dll": {}
+ }
+ },
+ "System.Resources.ResourceManager/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Globalization": "4.0.0",
+ "System.Reflection": "4.0.0",
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Resources.ResourceManager.dll": {}
+ }
+ },
+ "System.Runtime/4.0.20": {
+ "type": "package",
+ "compile": {
+ "ref/dotnet/System.Runtime.dll": {}
+ }
+ },
+ "System.Runtime.Extensions/4.0.10": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.20"
+ },
+ "compile": {
+ "ref/dotnet/System.Runtime.Extensions.dll": {}
}
},
"System.Runtime.Handles/4.0.0": {
@@ -448,9 +696,6 @@
},
"compile": {
"ref/dotnet/System.Runtime.Handles.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Runtime.Handles.dll": {}
}
},
"System.Runtime.InteropServices/4.0.20": {
@@ -463,41 +708,61 @@
},
"compile": {
"ref/dotnet/System.Runtime.InteropServices.dll": {}
+ }
+ },
+ "System.Runtime.Numerics/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Globalization": "4.0.10",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10"
+ },
+ "compile": {
+ "ref/dotnet/System.Runtime.Numerics.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Runtime.InteropServices.dll": {}
+ "lib/dotnet/System.Runtime.Numerics.dll": {}
}
},
- "System.Security.Cryptography.Primitives/4.0.0-beta-23225": {
+ "System.Security.Claims/4.0.0": {
"type": "package",
"dependencies": {
+ "System.Collections": "4.0.0",
+ "System.Diagnostics.Debug": "4.0.0",
"System.Globalization": "4.0.0",
- "System.IO": "4.0.10",
+ "System.IO": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
- "System.Runtime": "4.0.20"
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.0",
+ "System.Security.Principal": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Security.Cryptography.Primitives.dll": {}
+ "ref/dotnet/System.Security.Claims.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Security.Cryptography.Primitives.dll": {}
+ "lib/dotnet/System.Security.Claims.dll": {}
}
},
- "System.Security.SecureString/4.0.0-beta-23225": {
+ "System.Security.Principal/4.0.0": {
"type": "package",
"dependencies": {
- "System.Resources.ResourceManager": "4.0.0",
- "System.Runtime": "4.0.20",
- "System.Runtime.Handles": "4.0.0",
- "System.Runtime.InteropServices": "4.0.20",
- "System.Security.Cryptography.Primitives": "4.0.0-beta-23225",
- "System.Threading": "4.0.10"
+ "System.Runtime": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Security.SecureString.dll": {}
+ "ref/dotnet/System.Security.Principal.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Security.SecureString.dll": {}
+ "lib/dotnet/System.Security.Principal.dll": {}
+ }
+ },
+ "System.Security.SecureString/4.0.0-beta-23225": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Security.SecureString.dll": {}
}
},
"System.Text.Encoding/4.0.10": {
@@ -507,9 +772,6 @@
},
"compile": {
"ref/dotnet/System.Text.Encoding.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Text.Encoding.dll": {}
}
},
"System.Text.Encoding.Extensions/4.0.10": {
@@ -520,12 +782,9 @@
},
"compile": {
"ref/dotnet/System.Text.Encoding.Extensions.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {}
}
},
- "System.Text.RegularExpressions/4.0.11-beta-23225": {
+ "System.Text.RegularExpressions/4.0.10": {
"type": "package",
"dependencies": {
"System.Collections": "4.0.10",
@@ -542,7 +801,7 @@
"lib/dotnet/System.Text.RegularExpressions.dll": {}
}
},
- "System.Threading/4.0.11-beta-23225": {
+ "System.Threading/4.0.10": {
"type": "package",
"dependencies": {
"System.Runtime": "4.0.0",
@@ -550,34 +809,56 @@
},
"compile": {
"ref/dotnet/System.Threading.dll": {}
+ }
+ },
+ "System.Threading.Tasks/4.0.10": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
},
- "runtime": {
- "lib/DNXCore50/System.Threading.dll": {}
+ "compile": {
+ "ref/dotnet/System.Threading.Tasks.dll": {}
}
},
- "System.Threading.Overlapped/4.0.0": {
+ "System.Threading.Tasks.Dataflow/4.5.25": {
"type": "package",
"dependencies": {
+ "System.Collections": "4.0.0",
+ "System.Collections.Concurrent": "4.0.0",
+ "System.Diagnostics.Debug": "4.0.0",
+ "System.Diagnostics.Tracing": "4.0.0",
+ "System.Dynamic.Runtime": "4.0.0",
+ "System.Linq": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.0",
- "System.Runtime.Handles": "4.0.0"
+ "System.Runtime.Extensions": "4.0.0",
+ "System.Threading": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Threading.Overlapped.dll": {}
+ "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Threading.Overlapped.dll": {}
+ "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {}
}
},
- "System.Threading.Tasks/4.0.10": {
+ "System.Threading.Tasks.Parallel/4.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime": "4.0.0"
+ "System.Collections.Concurrent": "4.0.10",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Diagnostics.Tracing": "4.0.20",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Threading.Tasks": "4.0.10"
},
"compile": {
- "ref/dotnet/System.Threading.Tasks.dll": {}
+ "ref/dotnet/System.Threading.Tasks.Parallel.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Threading.Tasks.dll": {}
+ "lib/dotnet/System.Threading.Tasks.Parallel.dll": {}
}
},
"System.Threading.Thread/4.0.0-beta-23225": {
@@ -587,34 +868,62 @@
},
"compile": {
"ref/dotnet/System.Threading.Thread.dll": {}
+ }
+ },
+ "System.Threading.Timer/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
},
- "runtime": {
- "lib/DNXCore50/System.Threading.Thread.dll": {}
+ "compile": {
+ "ref/dotnet/System.Threading.Timer.dll": {}
}
},
- "System.Threading.ThreadPool/4.0.10-beta-23225": {
+ "System.Xml.ReaderWriter/4.0.10": {
"type": "package",
"dependencies": {
- "System.Runtime": "4.0.0",
- "System.Runtime.InteropServices": "4.0.0"
+ "System.Collections": "4.0.10",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Globalization": "4.0.10",
+ "System.IO": "4.0.10",
+ "System.IO.FileSystem": "4.0.0",
+ "System.IO.FileSystem.Primitives": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Runtime.InteropServices": "4.0.20",
+ "System.Text.Encoding": "4.0.10",
+ "System.Text.Encoding.Extensions": "4.0.10",
+ "System.Text.RegularExpressions": "4.0.10",
+ "System.Threading.Tasks": "4.0.10"
},
"compile": {
- "ref/dotnet/System.Threading.ThreadPool.dll": {}
+ "ref/dotnet/System.Xml.ReaderWriter.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Threading.ThreadPool.dll": {}
+ "lib/dotnet/System.Xml.ReaderWriter.dll": {}
}
},
- "System.Threading.Timer/4.0.1-beta-23225": {
+ "System.Xml.XDocument/4.0.10": {
"type": "package",
"dependencies": {
- "System.Runtime": "4.0.0"
+ "System.Collections": "4.0.10",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Globalization": "4.0.10",
+ "System.IO": "4.0.10",
+ "System.Reflection": "4.0.10",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Text.Encoding": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Xml.ReaderWriter": "4.0.10"
},
"compile": {
- "ref/dotnet/System.Threading.Timer.dll": {}
+ "ref/dotnet/System.Xml.XDocument.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Threading.Timer.dll": {}
+ "lib/dotnet/System.Xml.XDocument.dll": {}
}
}
},
@@ -704,8 +1013,8 @@
"DNX,Version=v4.5.1/win7-x64": {},
".NETPortable,Version=v4.5,Profile=Profile259/win7-x86": {},
".NETPortable,Version=v4.5,Profile=Profile259/win7-x64": {},
- "DNXCore,Version=v5.0/win7-x86": {
- "Microsoft.CSharp/4.0.1-beta-23225": {
+ ".NETPlatform,Version=v5.0/win7-x86": {
+ "Microsoft.CSharp/4.0.0": {
"type": "package",
"dependencies": {
"System.Collections": "4.0.10",
@@ -732,56 +1041,118 @@
"lib/dotnet/Microsoft.CSharp.dll": {}
}
},
- "Microsoft.Win32.Primitives/4.0.0": {
+ "Microsoft.NETCore/5.0.0": {
"type": "package",
"dependencies": {
+ "Microsoft.CSharp": "4.0.0",
+ "Microsoft.NETCore.Targets": "1.0.0",
+ "Microsoft.VisualBasic": "10.0.0",
+ "System.AppContext": "4.0.0",
+ "System.Collections": "4.0.10",
+ "System.Collections.Concurrent": "4.0.10",
+ "System.Collections.Immutable": "1.1.37",
+ "System.ComponentModel": "4.0.0",
+ "System.ComponentModel.Annotations": "4.0.10",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Diagnostics.Tools": "4.0.0",
+ "System.Diagnostics.Tracing": "4.0.20",
+ "System.Dynamic.Runtime": "4.0.10",
+ "System.Globalization": "4.0.10",
+ "System.Globalization.Calendars": "4.0.0",
+ "System.Globalization.Extensions": "4.0.0",
+ "System.IO": "4.0.10",
+ "System.IO.Compression": "4.0.0",
+ "System.IO.Compression.ZipFile": "4.0.0",
+ "System.IO.FileSystem": "4.0.0",
+ "System.IO.FileSystem.Primitives": "4.0.0",
+ "System.IO.UnmanagedMemoryStream": "4.0.0",
+ "System.Linq": "4.0.0",
+ "System.Linq.Expressions": "4.0.10",
+ "System.Linq.Parallel": "4.0.0",
+ "System.Linq.Queryable": "4.0.0",
+ "System.Net.Http": "4.0.0",
+ "System.Net.NetworkInformation": "4.0.0",
+ "System.Net.Primitives": "4.0.10",
+ "System.Numerics.Vectors": "4.1.0",
+ "System.ObjectModel": "4.0.10",
+ "System.Reflection": "4.0.10",
+ "System.Reflection.DispatchProxy": "4.0.0",
+ "System.Reflection.Extensions": "4.0.0",
+ "System.Reflection.Metadata": "1.0.22",
+ "System.Reflection.Primitives": "4.0.0",
+ "System.Reflection.TypeExtensions": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
- "System.Runtime.InteropServices": "4.0.20"
- },
- "compile": {
- "ref/dotnet/Microsoft.Win32.Primitives.dll": {}
- },
- "runtime": {
- "lib/dotnet/Microsoft.Win32.Primitives.dll": {}
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Runtime.Handles": "4.0.0",
+ "System.Runtime.InteropServices": "4.0.20",
+ "System.Runtime.Numerics": "4.0.0",
+ "System.Security.Claims": "4.0.0",
+ "System.Security.Principal": "4.0.0",
+ "System.Text.Encoding": "4.0.10",
+ "System.Text.Encoding.Extensions": "4.0.10",
+ "System.Text.RegularExpressions": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Threading.Tasks": "4.0.10",
+ "System.Threading.Tasks.Dataflow": "4.5.25",
+ "System.Threading.Tasks.Parallel": "4.0.0",
+ "System.Threading.Timer": "4.0.0",
+ "System.Xml.ReaderWriter": "4.0.10",
+ "System.Xml.XDocument": "4.0.10"
+ }
+ },
+ "Microsoft.NETCore.Platforms/1.0.0": {
+ "type": "package"
+ },
+ "Microsoft.NETCore.Targets/1.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.0"
}
},
- "Microsoft.Win32.Registry/4.0.0-beta-23225": {
+ "Microsoft.VisualBasic/10.0.0": {
"type": "package",
"dependencies": {
"System.Collections": "4.0.10",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Dynamic.Runtime": "4.0.10",
"System.Globalization": "4.0.10",
+ "System.Linq": "4.0.0",
+ "System.Linq.Expressions": "4.0.10",
+ "System.ObjectModel": "4.0.10",
+ "System.Reflection": "4.0.10",
+ "System.Reflection.Extensions": "4.0.0",
+ "System.Reflection.Primitives": "4.0.0",
+ "System.Reflection.TypeExtensions": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
- "System.Runtime.Handles": "4.0.0",
- "System.Runtime.InteropServices": "4.0.20"
+ "System.Runtime.InteropServices": "4.0.20",
+ "System.Threading": "4.0.10"
},
"compile": {
- "ref/dotnet/Microsoft.Win32.Registry.dll": {}
+ "ref/dotnet/Microsoft.VisualBasic.dll": {}
},
"runtime": {
- "lib/DNXCore50/Microsoft.Win32.Registry.dll": {}
+ "lib/dotnet/Microsoft.VisualBasic.dll": {}
}
},
- "runtime.win7.System.Private.Uri/4.0.1-beta-23409": {
+ "System.AppContext/4.0.0": {
"type": "package",
- "compile": {
- "ref/dotnet/_._": {}
+ "dependencies": {
+ "System.Runtime": "4.0.0"
},
- "runtime": {
- "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {}
+ "compile": {
+ "ref/dotnet/System.AppContext.dll": {}
}
},
- "System.Collections/4.0.11-beta-23225": {
+ "System.Collections/4.0.10": {
"type": "package",
"dependencies": {
- "System.Runtime": "4.0.21-beta-23225"
+ "System.Runtime": "4.0.0"
},
"compile": {
"ref/dotnet/System.Collections.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Collections.dll": {}
}
},
"System.Collections.Concurrent/4.0.11-beta-23225": {
@@ -804,85 +1175,107 @@
"lib/dotnet/System.Collections.Concurrent.dll": {}
}
},
- "System.Console/4.0.0-beta-23225": {
+ "System.Collections.Immutable/1.1.37": {
"type": "package",
"dependencies": {
- "System.IO": "4.0.10",
- "System.IO.FileSystem.Primitives": "4.0.0",
+ "System.Collections": "4.0.0",
+ "System.Diagnostics.Debug": "4.0.0",
+ "System.Globalization": "4.0.0",
+ "System.Linq": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
- "System.Runtime": "4.0.20",
- "System.Runtime.InteropServices": "4.0.20",
- "System.Text.Encoding": "4.0.10",
- "System.Text.Encoding.Extensions": "4.0.10",
- "System.Threading": "4.0.10",
- "System.Threading.Tasks": "4.0.10"
+ "System.Runtime": "4.0.0",
+ "System.Runtime.Extensions": "4.0.0",
+ "System.Threading": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Console.dll": {}
+ "lib/dotnet/System.Collections.Immutable.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Console.dll": {}
+ "lib/dotnet/System.Collections.Immutable.dll": {}
}
},
- "System.Diagnostics.Debug/4.0.10": {
+ "System.ComponentModel/4.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime": "4.0.0"
+ "System.Runtime": "4.0.20"
},
"compile": {
- "ref/dotnet/System.Diagnostics.Debug.dll": {}
+ "ref/dotnet/System.ComponentModel.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Diagnostics.Debug.dll": {}
+ "lib/dotnet/System.ComponentModel.dll": {}
}
},
- "System.Diagnostics.Process/4.0.0-beta-23225": {
+ "System.ComponentModel.Annotations/4.0.10": {
"type": "package",
"dependencies": {
- "Microsoft.Win32.Primitives": "4.0.0",
- "Microsoft.Win32.Registry": "4.0.0-beta-23225",
"System.Collections": "4.0.10",
- "System.Diagnostics.Debug": "4.0.10",
+ "System.ComponentModel": "4.0.0",
"System.Globalization": "4.0.10",
- "System.IO": "4.0.10",
- "System.IO.FileSystem": "4.0.0",
- "System.IO.FileSystem.Primitives": "4.0.0",
+ "System.Linq": "4.0.0",
+ "System.Reflection": "4.0.10",
+ "System.Reflection.Extensions": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
- "System.Runtime.Handles": "4.0.0",
- "System.Runtime.InteropServices": "4.0.20",
- "System.Security.SecureString": "4.0.0-beta-23225",
- "System.Text.Encoding": "4.0.10",
- "System.Text.Encoding.Extensions": "4.0.10",
- "System.Threading": "4.0.10",
- "System.Threading.Tasks": "4.0.10",
- "System.Threading.Thread": "4.0.0-beta-23225",
- "System.Threading.ThreadPool": "4.0.10-beta-23225"
+ "System.Text.RegularExpressions": "4.0.10",
+ "System.Threading": "4.0.10"
},
"compile": {
- "ref/dotnet/System.Diagnostics.Process.dll": {}
+ "ref/dotnet/System.ComponentModel.Annotations.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Diagnostics.Process.dll": {}
+ "lib/dotnet/System.ComponentModel.Annotations.dll": {}
+ }
+ },
+ "System.Console/4.0.0-beta-23225": {
+ "type": "package",
+ "dependencies": {
+ "System.IO": "4.0.0",
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Console.dll": {}
+ }
+ },
+ "System.Diagnostics.Debug/4.0.10": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Diagnostics.Debug.dll": {}
+ }
+ },
+ "System.Diagnostics.Process/4.0.0-beta-23225": {
+ "type": "package",
+ "dependencies": {
+ "System.IO": "4.0.0",
+ "System.Runtime": "4.0.0",
+ "System.Runtime.Handles": "4.0.0",
+ "System.Security.SecureString": "4.0.0-beta-23225",
+ "System.Text.Encoding": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Diagnostics.Process.dll": {}
+ }
+ },
+ "System.Diagnostics.Tools/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Diagnostics.Tools.dll": {}
}
},
"System.Diagnostics.TraceSource/4.0.0-beta-23109": {
"type": "package",
"dependencies": {
- "System.Collections": "4.0.10-beta-23109",
- "System.Diagnostics.Debug": "4.0.10-beta-23109",
- "System.Globalization": "4.0.10-beta-23109",
- "System.Resources.ResourceManager": "4.0.0-beta-23109",
- "System.Runtime": "4.0.20-beta-23109",
- "System.Runtime.Extensions": "4.0.10-beta-23109",
- "System.Threading": "4.0.10-beta-23109"
+ "System.Runtime": "4.0.0-beta-23109"
},
"compile": {
"ref/dotnet/System.Diagnostics.TraceSource.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Diagnostics.TraceSource.dll": {}
}
},
"System.Diagnostics.Tracing/4.0.20": {
@@ -892,18 +1285,15 @@
},
"compile": {
"ref/dotnet/System.Diagnostics.Tracing.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Diagnostics.Tracing.dll": {}
}
},
- "System.Dynamic.Runtime/4.0.0": {
+ "System.Dynamic.Runtime/4.0.10": {
"type": "package",
"dependencies": {
- "System.Linq.Expressions": "4.0.0",
+ "System.Linq.Expressions": "4.0.10",
"System.ObjectModel": "4.0.0",
"System.Reflection": "4.0.0",
- "System.Runtime": "4.0.0"
+ "System.Runtime": "4.0.20"
},
"compile": {
"ref/dotnet/System.Dynamic.Runtime.dll": {}
@@ -916,9 +1306,32 @@
},
"compile": {
"ref/dotnet/System.Globalization.dll": {}
+ }
+ },
+ "System.Globalization.Calendars/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Globalization": "4.0.0",
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Globalization.Calendars.dll": {}
+ }
+ },
+ "System.Globalization.Extensions/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Globalization": "4.0.10",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Runtime.InteropServices": "4.0.20"
+ },
+ "compile": {
+ "ref/dotnet/System.Globalization.Extensions.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Globalization.dll": {}
+ "lib/dotnet/System.Globalization.Extensions.dll": {}
}
},
"System.IO/4.0.10": {
@@ -930,33 +1343,65 @@
},
"compile": {
"ref/dotnet/System.IO.dll": {}
+ }
+ },
+ "System.IO.Compression/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Collections": "4.0.0",
+ "System.IO": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.0",
+ "System.Runtime.Extensions": "4.0.0",
+ "System.Runtime.InteropServices": "4.0.0",
+ "System.Text.Encoding": "4.0.0",
+ "System.Threading": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.IO.Compression.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.IO.dll": {}
+ "lib/dotnet/System.IO.Compression.dll": {}
}
},
- "System.IO.FileSystem/4.0.1-beta-23225": {
+ "System.IO.Compression.clrcompression-x86/4.0.0": {
+ "type": "package",
+ "native": {
+ "runtimes/win7-x86/native/clrcompression.dll": {}
+ }
+ },
+ "System.IO.Compression.ZipFile/4.0.0": {
"type": "package",
"dependencies": {
- "System.Collections": "4.0.10",
"System.IO": "4.0.10",
+ "System.IO.Compression": "4.0.0",
+ "System.IO.FileSystem": "4.0.0",
"System.IO.FileSystem.Primitives": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
- "System.Runtime.Handles": "4.0.0",
- "System.Runtime.InteropServices": "4.0.20",
- "System.Text.Encoding": "4.0.10",
- "System.Text.Encoding.Extensions": "4.0.10",
- "System.Threading": "4.0.10",
- "System.Threading.Overlapped": "4.0.0",
- "System.Threading.Tasks": "4.0.10"
+ "System.Text.Encoding": "4.0.10"
},
"compile": {
- "ref/dotnet/System.IO.FileSystem.dll": {}
+ "ref/dotnet/System.IO.Compression.ZipFile.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.IO.FileSystem.dll": {}
+ "lib/dotnet/System.IO.Compression.ZipFile.dll": {}
+ }
+ },
+ "System.IO.FileSystem/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.IO": "4.0.0",
+ "System.IO.FileSystem.Primitives": "4.0.0",
+ "System.Runtime": "4.0.0",
+ "System.Runtime.Handles": "4.0.0",
+ "System.Text.Encoding": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.IO.FileSystem.dll": {}
}
},
"System.IO.FileSystem.Primitives/4.0.0": {
@@ -971,7 +1416,25 @@
"lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
}
},
- "System.Linq/4.0.1-beta-23225": {
+ "System.IO.UnmanagedMemoryStream/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.IO": "4.0.10",
+ "System.IO.FileSystem.Primitives": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.InteropServices": "4.0.20",
+ "System.Threading": "4.0.10",
+ "System.Threading.Tasks": "4.0.10"
+ },
+ "compile": {
+ "ref/dotnet/System.IO.UnmanagedMemoryStream.dll": {}
+ },
+ "runtime": {
+ "lib/dotnet/System.IO.UnmanagedMemoryStream.dll": {}
+ }
+ },
+ "System.Linq/4.0.0": {
"type": "package",
"dependencies": {
"System.Collections": "4.0.10",
@@ -987,7 +1450,7 @@
"lib/dotnet/System.Linq.dll": {}
}
},
- "System.Linq.Expressions/4.0.0": {
+ "System.Linq.Expressions/4.0.10": {
"type": "package",
"dependencies": {
"System.Reflection": "4.0.0",
@@ -997,243 +1460,365 @@
"ref/dotnet/System.Linq.Expressions.dll": {}
}
},
- "System.ObjectModel/4.0.10": {
+ "System.Linq.Parallel/4.0.0": {
"type": "package",
"dependencies": {
"System.Collections": "4.0.10",
+ "System.Collections.Concurrent": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
+ "System.Diagnostics.Tracing": "4.0.20",
+ "System.Linq": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
- "System.Threading": "4.0.10"
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Threading.Tasks": "4.0.10"
},
"compile": {
- "ref/dotnet/System.ObjectModel.dll": {}
+ "ref/dotnet/System.Linq.Parallel.dll": {}
},
"runtime": {
- "lib/dotnet/System.ObjectModel.dll": {}
- }
- },
- "System.Private.Uri/4.0.1-beta-23409": {
- "type": "package",
- "compile": {
- "ref/dnxcore50/_._": {}
+ "lib/dotnet/System.Linq.Parallel.dll": {}
}
},
- "System.Reflection/4.0.10": {
+ "System.Linq.Queryable/4.0.0": {
"type": "package",
"dependencies": {
- "System.IO": "4.0.0",
- "System.Reflection.Primitives": "4.0.0",
+ "System.Collections": "4.0.10",
+ "System.Linq": "4.0.0",
+ "System.Linq.Expressions": "4.0.10",
+ "System.Reflection": "4.0.10",
+ "System.Reflection.Extensions": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20"
},
"compile": {
- "ref/dotnet/System.Reflection.dll": {}
+ "ref/dotnet/System.Linq.Queryable.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Reflection.dll": {}
+ "lib/dotnet/System.Linq.Queryable.dll": {}
}
},
- "System.Reflection.Extensions/4.0.0": {
+ "System.Net.Http/4.0.0": {
"type": "package",
"dependencies": {
- "System.Reflection": "4.0.0",
- "System.Runtime": "4.0.0"
+ "System.IO": "4.0.0",
+ "System.Net.Primitives": "4.0.0",
+ "System.Runtime": "4.0.0",
+ "System.Text.Encoding": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Reflection.Extensions.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Reflection.Extensions.dll": {}
+ "ref/dotnet/System.Net.Http.dll": {}
}
},
- "System.Reflection.Primitives/4.0.0": {
+ "System.Net.NetworkInformation/4.0.0": {
"type": "package",
"dependencies": {
"System.Runtime": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Reflection.Primitives.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Reflection.Primitives.dll": {}
+ "ref/dotnet/System.Net.NetworkInformation.dll": {}
}
},
- "System.Reflection.TypeExtensions/4.0.0": {
+ "System.Net.Primitives/4.0.10": {
"type": "package",
"dependencies": {
- "System.Reflection": "4.0.0",
- "System.Runtime": "4.0.0"
+ "System.Runtime": "4.0.0",
+ "System.Runtime.Handles": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Reflection.TypeExtensions.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {}
+ "ref/dotnet/System.Net.Primitives.dll": {}
}
},
- "System.Resources.ResourceManager/4.0.0": {
+ "System.Numerics.Vectors/4.1.0": {
"type": "package",
"dependencies": {
- "System.Globalization": "4.0.0",
- "System.Reflection": "4.0.0",
- "System.Runtime": "4.0.0"
+ "System.Globalization": "4.0.10",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10"
},
"compile": {
- "ref/dotnet/System.Resources.ResourceManager.dll": {}
+ "ref/dotnet/System.Numerics.Vectors.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Resources.ResourceManager.dll": {}
+ "lib/dotnet/System.Numerics.Vectors.dll": {}
}
},
- "System.Runtime/4.0.21-beta-23409": {
+ "System.ObjectModel/4.0.10": {
"type": "package",
"dependencies": {
- "System.Private.Uri": "4.0.1-beta-23409"
+ "System.Collections": "4.0.10",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Threading": "4.0.10"
},
"compile": {
- "ref/dotnet/System.Runtime.dll": {}
+ "ref/dotnet/System.ObjectModel.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Runtime.dll": {}
+ "lib/dotnet/System.ObjectModel.dll": {}
}
},
- "System.Runtime.Extensions/4.0.11-beta-23225": {
+ "System.Reflection/4.0.10": {
"type": "package",
"dependencies": {
+ "System.IO": "4.0.0",
+ "System.Reflection.Primitives": "4.0.0",
"System.Runtime": "4.0.20"
},
"compile": {
- "ref/dotnet/System.Runtime.Extensions.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Runtime.Extensions.dll": {}
+ "ref/dotnet/System.Reflection.dll": {}
}
},
- "System.Runtime.Handles/4.0.0": {
+ "System.Reflection.DispatchProxy/4.0.0": {
"type": "package",
"dependencies": {
+ "System.Reflection": "4.0.0",
"System.Runtime": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Runtime.Handles.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Runtime.Handles.dll": {}
+ "ref/dotnet/System.Reflection.DispatchProxy.dll": {}
}
},
- "System.Runtime.InteropServices/4.0.20": {
+ "System.Reflection.Emit/4.0.0": {
"type": "package",
"dependencies": {
+ "System.IO": "4.0.0",
"System.Reflection": "4.0.0",
+ "System.Reflection.Emit.ILGeneration": "4.0.0",
"System.Reflection.Primitives": "4.0.0",
- "System.Runtime": "4.0.0",
- "System.Runtime.Handles": "4.0.0"
+ "System.Runtime": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Runtime.InteropServices.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Runtime.InteropServices.dll": {}
+ "ref/dotnet/System.Reflection.Emit.dll": {}
}
},
- "System.Security.Cryptography.Primitives/4.0.0-beta-23225": {
+ "System.Reflection.Emit.ILGeneration/4.0.0": {
"type": "package",
"dependencies": {
- "System.Globalization": "4.0.0",
- "System.IO": "4.0.10",
- "System.Resources.ResourceManager": "4.0.0",
- "System.Runtime": "4.0.20"
+ "System.Reflection": "4.0.0",
+ "System.Reflection.Primitives": "4.0.0",
+ "System.Runtime": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Security.Cryptography.Primitives.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Security.Cryptography.Primitives.dll": {}
+ "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {}
}
},
- "System.Security.SecureString/4.0.0-beta-23225": {
+ "System.Reflection.Emit.Lightweight/4.0.0": {
"type": "package",
"dependencies": {
- "System.Resources.ResourceManager": "4.0.0",
- "System.Runtime": "4.0.20",
- "System.Runtime.Handles": "4.0.0",
- "System.Runtime.InteropServices": "4.0.20",
- "System.Security.Cryptography.Primitives": "4.0.0-beta-23225",
- "System.Threading": "4.0.10"
+ "System.Reflection": "4.0.0",
+ "System.Reflection.Emit.ILGeneration": "4.0.0",
+ "System.Reflection.Primitives": "4.0.0",
+ "System.Runtime": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Security.SecureString.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Security.SecureString.dll": {}
+ "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {}
}
},
- "System.Text.Encoding/4.0.10": {
+ "System.Reflection.Extensions/4.0.0": {
"type": "package",
"dependencies": {
+ "System.Reflection": "4.0.0",
"System.Runtime": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Text.Encoding.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Text.Encoding.dll": {}
+ "ref/dotnet/System.Reflection.Extensions.dll": {}
}
},
- "System.Text.Encoding.Extensions/4.0.10": {
+ "System.Reflection.Metadata/1.0.22": {
"type": "package",
"dependencies": {
+ "System.Collections": "4.0.0",
+ "System.Collections.Immutable": "1.1.37",
+ "System.Diagnostics.Debug": "4.0.0",
+ "System.IO": "4.0.0",
+ "System.Reflection": "4.0.0",
+ "System.Reflection.Extensions": "4.0.0",
+ "System.Reflection.Primitives": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.0",
- "System.Text.Encoding": "4.0.10"
+ "System.Runtime.Extensions": "4.0.0",
+ "System.Runtime.InteropServices": "4.0.0",
+ "System.Text.Encoding": "4.0.0",
+ "System.Text.Encoding.Extensions": "4.0.0",
+ "System.Threading": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Text.Encoding.Extensions.dll": {}
+ "lib/dotnet/System.Reflection.Metadata.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {}
+ "lib/dotnet/System.Reflection.Metadata.dll": {}
}
},
- "System.Text.RegularExpressions/4.0.11-beta-23225": {
+ "System.Reflection.Primitives/4.0.0": {
"type": "package",
"dependencies": {
- "System.Collections": "4.0.10",
- "System.Globalization": "4.0.10",
- "System.Resources.ResourceManager": "4.0.0",
- "System.Runtime": "4.0.20",
- "System.Runtime.Extensions": "4.0.10",
- "System.Threading": "4.0.10"
+ "System.Runtime": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Text.RegularExpressions.dll": {}
- },
- "runtime": {
- "lib/dotnet/System.Text.RegularExpressions.dll": {}
+ "ref/dotnet/System.Reflection.Primitives.dll": {}
}
},
- "System.Threading/4.0.11-beta-23225": {
+ "System.Reflection.TypeExtensions/4.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime": "4.0.0",
- "System.Threading.Tasks": "4.0.0"
+ "System.Reflection": "4.0.0",
+ "System.Runtime": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Threading.dll": {}
+ "ref/dotnet/System.Reflection.TypeExtensions.dll": {}
+ }
+ },
+ "System.Resources.ResourceManager/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Globalization": "4.0.0",
+ "System.Reflection": "4.0.0",
+ "System.Runtime": "4.0.0"
},
- "runtime": {
- "lib/DNXCore50/System.Threading.dll": {}
+ "compile": {
+ "ref/dotnet/System.Resources.ResourceManager.dll": {}
+ }
+ },
+ "System.Runtime/4.0.20": {
+ "type": "package",
+ "compile": {
+ "ref/dotnet/System.Runtime.dll": {}
+ }
+ },
+ "System.Runtime.Extensions/4.0.10": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.20"
+ },
+ "compile": {
+ "ref/dotnet/System.Runtime.Extensions.dll": {}
}
},
- "System.Threading.Overlapped/4.0.0": {
+ "System.Runtime.Handles/4.0.0": {
"type": "package",
"dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Runtime.Handles.dll": {}
+ }
+ },
+ "System.Runtime.InteropServices/4.0.20": {
+ "type": "package",
+ "dependencies": {
+ "System.Reflection": "4.0.0",
+ "System.Reflection.Primitives": "4.0.0",
"System.Runtime": "4.0.0",
"System.Runtime.Handles": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Threading.Overlapped.dll": {}
+ "ref/dotnet/System.Runtime.InteropServices.dll": {}
+ }
+ },
+ "System.Runtime.Numerics/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Globalization": "4.0.10",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10"
+ },
+ "compile": {
+ "ref/dotnet/System.Runtime.Numerics.dll": {}
+ },
+ "runtime": {
+ "lib/dotnet/System.Runtime.Numerics.dll": {}
+ }
+ },
+ "System.Security.Claims/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Collections": "4.0.0",
+ "System.Diagnostics.Debug": "4.0.0",
+ "System.Globalization": "4.0.0",
+ "System.IO": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.0",
+ "System.Security.Principal": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Security.Claims.dll": {}
+ },
+ "runtime": {
+ "lib/dotnet/System.Security.Claims.dll": {}
+ }
+ },
+ "System.Security.Principal/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Security.Principal.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Threading.Overlapped.dll": {}
+ "lib/dotnet/System.Security.Principal.dll": {}
+ }
+ },
+ "System.Security.SecureString/4.0.0-beta-23225": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Security.SecureString.dll": {}
+ }
+ },
+ "System.Text.Encoding/4.0.10": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Text.Encoding.dll": {}
+ }
+ },
+ "System.Text.Encoding.Extensions/4.0.10": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0",
+ "System.Text.Encoding": "4.0.10"
+ },
+ "compile": {
+ "ref/dotnet/System.Text.Encoding.Extensions.dll": {}
+ }
+ },
+ "System.Text.RegularExpressions/4.0.10": {
+ "type": "package",
+ "dependencies": {
+ "System.Collections": "4.0.10",
+ "System.Globalization": "4.0.10",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Threading": "4.0.10"
+ },
+ "compile": {
+ "ref/dotnet/System.Text.RegularExpressions.dll": {}
+ },
+ "runtime": {
+ "lib/dotnet/System.Text.RegularExpressions.dll": {}
+ }
+ },
+ "System.Threading/4.0.10": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Threading.dll": {}
}
},
"System.Threading.Tasks/4.0.10": {
@@ -1243,9 +1828,47 @@
},
"compile": {
"ref/dotnet/System.Threading.Tasks.dll": {}
+ }
+ },
+ "System.Threading.Tasks.Dataflow/4.5.25": {
+ "type": "package",
+ "dependencies": {
+ "System.Collections": "4.0.0",
+ "System.Collections.Concurrent": "4.0.0",
+ "System.Diagnostics.Debug": "4.0.0",
+ "System.Diagnostics.Tracing": "4.0.0",
+ "System.Dynamic.Runtime": "4.0.0",
+ "System.Linq": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.0",
+ "System.Runtime.Extensions": "4.0.0",
+ "System.Threading": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
+ },
+ "compile": {
+ "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {}
+ },
+ "runtime": {
+ "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {}
+ }
+ },
+ "System.Threading.Tasks.Parallel/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Collections.Concurrent": "4.0.10",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Diagnostics.Tracing": "4.0.20",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Threading.Tasks": "4.0.10"
+ },
+ "compile": {
+ "ref/dotnet/System.Threading.Tasks.Parallel.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Threading.Tasks.dll": {}
+ "lib/dotnet/System.Threading.Tasks.Parallel.dll": {}
}
},
"System.Threading.Thread/4.0.0-beta-23225": {
@@ -1255,364 +1878,669 @@
},
"compile": {
"ref/dotnet/System.Threading.Thread.dll": {}
+ }
+ },
+ "System.Threading.Timer/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Threading.Timer.dll": {}
+ }
+ },
+ "System.Xml.ReaderWriter/4.0.10": {
+ "type": "package",
+ "dependencies": {
+ "System.Collections": "4.0.10",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Globalization": "4.0.10",
+ "System.IO": "4.0.10",
+ "System.IO.FileSystem": "4.0.0",
+ "System.IO.FileSystem.Primitives": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Runtime.InteropServices": "4.0.20",
+ "System.Text.Encoding": "4.0.10",
+ "System.Text.Encoding.Extensions": "4.0.10",
+ "System.Text.RegularExpressions": "4.0.10",
+ "System.Threading.Tasks": "4.0.10"
+ },
+ "compile": {
+ "ref/dotnet/System.Xml.ReaderWriter.dll": {}
+ },
+ "runtime": {
+ "lib/dotnet/System.Xml.ReaderWriter.dll": {}
+ }
+ },
+ "System.Xml.XDocument/4.0.10": {
+ "type": "package",
+ "dependencies": {
+ "System.Collections": "4.0.10",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Globalization": "4.0.10",
+ "System.IO": "4.0.10",
+ "System.Reflection": "4.0.10",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Text.Encoding": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Xml.ReaderWriter": "4.0.10"
+ },
+ "compile": {
+ "ref/dotnet/System.Xml.XDocument.dll": {}
+ },
+ "runtime": {
+ "lib/dotnet/System.Xml.XDocument.dll": {}
+ }
+ }
+ },
+ ".NETPlatform,Version=v5.0/win7-x64": {
+ "Microsoft.CSharp/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Collections": "4.0.10",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Dynamic.Runtime": "4.0.0",
+ "System.Globalization": "4.0.10",
+ "System.Linq": "4.0.0",
+ "System.Linq.Expressions": "4.0.0",
+ "System.ObjectModel": "4.0.10",
+ "System.Reflection": "4.0.10",
+ "System.Reflection.Extensions": "4.0.0",
+ "System.Reflection.Primitives": "4.0.0",
+ "System.Reflection.TypeExtensions": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Runtime.InteropServices": "4.0.20",
+ "System.Threading": "4.0.10"
+ },
+ "compile": {
+ "ref/dotnet/Microsoft.CSharp.dll": {}
+ },
+ "runtime": {
+ "lib/dotnet/Microsoft.CSharp.dll": {}
+ }
+ },
+ "Microsoft.NETCore/5.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.CSharp": "4.0.0",
+ "Microsoft.NETCore.Targets": "1.0.0",
+ "Microsoft.VisualBasic": "10.0.0",
+ "System.AppContext": "4.0.0",
+ "System.Collections": "4.0.10",
+ "System.Collections.Concurrent": "4.0.10",
+ "System.Collections.Immutable": "1.1.37",
+ "System.ComponentModel": "4.0.0",
+ "System.ComponentModel.Annotations": "4.0.10",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Diagnostics.Tools": "4.0.0",
+ "System.Diagnostics.Tracing": "4.0.20",
+ "System.Dynamic.Runtime": "4.0.10",
+ "System.Globalization": "4.0.10",
+ "System.Globalization.Calendars": "4.0.0",
+ "System.Globalization.Extensions": "4.0.0",
+ "System.IO": "4.0.10",
+ "System.IO.Compression": "4.0.0",
+ "System.IO.Compression.ZipFile": "4.0.0",
+ "System.IO.FileSystem": "4.0.0",
+ "System.IO.FileSystem.Primitives": "4.0.0",
+ "System.IO.UnmanagedMemoryStream": "4.0.0",
+ "System.Linq": "4.0.0",
+ "System.Linq.Expressions": "4.0.10",
+ "System.Linq.Parallel": "4.0.0",
+ "System.Linq.Queryable": "4.0.0",
+ "System.Net.Http": "4.0.0",
+ "System.Net.NetworkInformation": "4.0.0",
+ "System.Net.Primitives": "4.0.10",
+ "System.Numerics.Vectors": "4.1.0",
+ "System.ObjectModel": "4.0.10",
+ "System.Reflection": "4.0.10",
+ "System.Reflection.DispatchProxy": "4.0.0",
+ "System.Reflection.Extensions": "4.0.0",
+ "System.Reflection.Metadata": "1.0.22",
+ "System.Reflection.Primitives": "4.0.0",
+ "System.Reflection.TypeExtensions": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Runtime.Handles": "4.0.0",
+ "System.Runtime.InteropServices": "4.0.20",
+ "System.Runtime.Numerics": "4.0.0",
+ "System.Security.Claims": "4.0.0",
+ "System.Security.Principal": "4.0.0",
+ "System.Text.Encoding": "4.0.10",
+ "System.Text.Encoding.Extensions": "4.0.10",
+ "System.Text.RegularExpressions": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Threading.Tasks": "4.0.10",
+ "System.Threading.Tasks.Dataflow": "4.5.25",
+ "System.Threading.Tasks.Parallel": "4.0.0",
+ "System.Threading.Timer": "4.0.0",
+ "System.Xml.ReaderWriter": "4.0.10",
+ "System.Xml.XDocument": "4.0.10"
+ }
+ },
+ "Microsoft.NETCore.Platforms/1.0.0": {
+ "type": "package"
+ },
+ "Microsoft.NETCore.Targets/1.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.0"
+ }
+ },
+ "Microsoft.VisualBasic/10.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Collections": "4.0.10",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Dynamic.Runtime": "4.0.10",
+ "System.Globalization": "4.0.10",
+ "System.Linq": "4.0.0",
+ "System.Linq.Expressions": "4.0.10",
+ "System.ObjectModel": "4.0.10",
+ "System.Reflection": "4.0.10",
+ "System.Reflection.Extensions": "4.0.0",
+ "System.Reflection.Primitives": "4.0.0",
+ "System.Reflection.TypeExtensions": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Runtime.InteropServices": "4.0.20",
+ "System.Threading": "4.0.10"
+ },
+ "compile": {
+ "ref/dotnet/Microsoft.VisualBasic.dll": {}
+ },
+ "runtime": {
+ "lib/dotnet/Microsoft.VisualBasic.dll": {}
+ }
+ },
+ "System.AppContext/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.AppContext.dll": {}
+ }
+ },
+ "System.Collections/4.0.10": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Collections.dll": {}
+ }
+ },
+ "System.Collections.Concurrent/4.0.11-beta-23225": {
+ "type": "package",
+ "dependencies": {
+ "System.Collections": "4.0.10",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Diagnostics.Tracing": "4.0.20",
+ "System.Globalization": "4.0.10",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Threading.Tasks": "4.0.10"
+ },
+ "compile": {
+ "ref/dotnet/System.Collections.Concurrent.dll": {}
+ },
+ "runtime": {
+ "lib/dotnet/System.Collections.Concurrent.dll": {}
+ }
+ },
+ "System.Collections.Immutable/1.1.37": {
+ "type": "package",
+ "dependencies": {
+ "System.Collections": "4.0.0",
+ "System.Diagnostics.Debug": "4.0.0",
+ "System.Globalization": "4.0.0",
+ "System.Linq": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.0",
+ "System.Runtime.Extensions": "4.0.0",
+ "System.Threading": "4.0.0"
+ },
+ "compile": {
+ "lib/dotnet/System.Collections.Immutable.dll": {}
+ },
+ "runtime": {
+ "lib/dotnet/System.Collections.Immutable.dll": {}
+ }
+ },
+ "System.ComponentModel/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.20"
+ },
+ "compile": {
+ "ref/dotnet/System.ComponentModel.dll": {}
+ },
+ "runtime": {
+ "lib/dotnet/System.ComponentModel.dll": {}
+ }
+ },
+ "System.ComponentModel.Annotations/4.0.10": {
+ "type": "package",
+ "dependencies": {
+ "System.Collections": "4.0.10",
+ "System.ComponentModel": "4.0.0",
+ "System.Globalization": "4.0.10",
+ "System.Linq": "4.0.0",
+ "System.Reflection": "4.0.10",
+ "System.Reflection.Extensions": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Text.RegularExpressions": "4.0.10",
+ "System.Threading": "4.0.10"
+ },
+ "compile": {
+ "ref/dotnet/System.ComponentModel.Annotations.dll": {}
+ },
+ "runtime": {
+ "lib/dotnet/System.ComponentModel.Annotations.dll": {}
+ }
+ },
+ "System.Console/4.0.0-beta-23225": {
+ "type": "package",
+ "dependencies": {
+ "System.IO": "4.0.0",
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Console.dll": {}
+ }
+ },
+ "System.Diagnostics.Debug/4.0.10": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Diagnostics.Debug.dll": {}
+ }
+ },
+ "System.Diagnostics.Process/4.0.0-beta-23225": {
+ "type": "package",
+ "dependencies": {
+ "System.IO": "4.0.0",
+ "System.Runtime": "4.0.0",
+ "System.Runtime.Handles": "4.0.0",
+ "System.Security.SecureString": "4.0.0-beta-23225",
+ "System.Text.Encoding": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Diagnostics.Process.dll": {}
+ }
+ },
+ "System.Diagnostics.Tools/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Diagnostics.Tools.dll": {}
+ }
+ },
+ "System.Diagnostics.TraceSource/4.0.0-beta-23109": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0-beta-23109"
+ },
+ "compile": {
+ "ref/dotnet/System.Diagnostics.TraceSource.dll": {}
+ }
+ },
+ "System.Diagnostics.Tracing/4.0.20": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Diagnostics.Tracing.dll": {}
+ }
+ },
+ "System.Dynamic.Runtime/4.0.10": {
+ "type": "package",
+ "dependencies": {
+ "System.Linq.Expressions": "4.0.10",
+ "System.ObjectModel": "4.0.0",
+ "System.Reflection": "4.0.0",
+ "System.Runtime": "4.0.20"
},
- "runtime": {
- "lib/DNXCore50/System.Threading.Thread.dll": {}
+ "compile": {
+ "ref/dotnet/System.Dynamic.Runtime.dll": {}
}
},
- "System.Threading.ThreadPool/4.0.10-beta-23225": {
+ "System.Globalization/4.0.10": {
"type": "package",
"dependencies": {
- "System.Runtime": "4.0.0",
- "System.Runtime.InteropServices": "4.0.0"
+ "System.Runtime": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Threading.ThreadPool.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Threading.ThreadPool.dll": {}
+ "ref/dotnet/System.Globalization.dll": {}
}
},
- "System.Threading.Timer/4.0.1-beta-23225": {
+ "System.Globalization.Calendars/4.0.0": {
"type": "package",
"dependencies": {
+ "System.Globalization": "4.0.0",
"System.Runtime": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Threading.Timer.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Threading.Timer.dll": {}
+ "ref/dotnet/System.Globalization.Calendars.dll": {}
}
- }
- },
- "DNXCore,Version=v5.0/win7-x64": {
- "Microsoft.CSharp/4.0.1-beta-23225": {
+ },
+ "System.Globalization.Extensions/4.0.0": {
"type": "package",
"dependencies": {
- "System.Collections": "4.0.10",
- "System.Diagnostics.Debug": "4.0.10",
- "System.Dynamic.Runtime": "4.0.0",
"System.Globalization": "4.0.10",
- "System.Linq": "4.0.0",
- "System.Linq.Expressions": "4.0.0",
- "System.ObjectModel": "4.0.10",
- "System.Reflection": "4.0.10",
- "System.Reflection.Extensions": "4.0.0",
- "System.Reflection.Primitives": "4.0.0",
- "System.Reflection.TypeExtensions": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
- "System.Runtime.InteropServices": "4.0.20",
- "System.Threading": "4.0.10"
+ "System.Runtime.InteropServices": "4.0.20"
},
"compile": {
- "ref/dotnet/Microsoft.CSharp.dll": {}
+ "ref/dotnet/System.Globalization.Extensions.dll": {}
},
"runtime": {
- "lib/dotnet/Microsoft.CSharp.dll": {}
+ "lib/dotnet/System.Globalization.Extensions.dll": {}
}
},
- "Microsoft.Win32.Primitives/4.0.0": {
+ "System.IO/4.0.10": {
"type": "package",
"dependencies": {
"System.Runtime": "4.0.20",
- "System.Runtime.InteropServices": "4.0.20"
+ "System.Text.Encoding": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.IO.dll": {}
+ }
+ },
+ "System.IO.Compression/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Collections": "4.0.0",
+ "System.IO": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.0",
+ "System.Runtime.Extensions": "4.0.0",
+ "System.Runtime.InteropServices": "4.0.0",
+ "System.Text.Encoding": "4.0.0",
+ "System.Threading": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
},
"compile": {
- "ref/dotnet/Microsoft.Win32.Primitives.dll": {}
+ "ref/dotnet/System.IO.Compression.dll": {}
},
"runtime": {
- "lib/dotnet/Microsoft.Win32.Primitives.dll": {}
+ "lib/dotnet/System.IO.Compression.dll": {}
+ }
+ },
+ "System.IO.Compression.clrcompression-x64/4.0.0": {
+ "type": "package",
+ "native": {
+ "runtimes/win7-x64/native/clrcompression.dll": {}
}
},
- "Microsoft.Win32.Registry/4.0.0-beta-23225": {
+ "System.IO.Compression.ZipFile/4.0.0": {
"type": "package",
"dependencies": {
- "System.Collections": "4.0.10",
- "System.Globalization": "4.0.10",
+ "System.IO": "4.0.10",
+ "System.IO.Compression": "4.0.0",
+ "System.IO.FileSystem": "4.0.0",
+ "System.IO.FileSystem.Primitives": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
- "System.Runtime.Handles": "4.0.0",
- "System.Runtime.InteropServices": "4.0.20"
+ "System.Text.Encoding": "4.0.10"
},
"compile": {
- "ref/dotnet/Microsoft.Win32.Registry.dll": {}
+ "ref/dotnet/System.IO.Compression.ZipFile.dll": {}
},
"runtime": {
- "lib/DNXCore50/Microsoft.Win32.Registry.dll": {}
+ "lib/dotnet/System.IO.Compression.ZipFile.dll": {}
}
},
- "runtime.win7.System.Private.Uri/4.0.1-beta-23409": {
+ "System.IO.FileSystem/4.0.0": {
"type": "package",
- "compile": {
- "ref/dotnet/_._": {}
+ "dependencies": {
+ "System.IO": "4.0.0",
+ "System.IO.FileSystem.Primitives": "4.0.0",
+ "System.Runtime": "4.0.0",
+ "System.Runtime.Handles": "4.0.0",
+ "System.Text.Encoding": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
},
- "runtime": {
- "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {}
+ "compile": {
+ "ref/dotnet/System.IO.FileSystem.dll": {}
}
},
- "System.Collections/4.0.11-beta-23225": {
+ "System.IO.FileSystem.Primitives/4.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime": "4.0.21-beta-23225"
+ "System.Runtime": "4.0.20"
},
"compile": {
- "ref/dotnet/System.Collections.dll": {}
+ "ref/dotnet/System.IO.FileSystem.Primitives.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Collections.dll": {}
+ "lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
}
},
- "System.Collections.Concurrent/4.0.11-beta-23225": {
+ "System.IO.UnmanagedMemoryStream/4.0.0": {
"type": "package",
"dependencies": {
- "System.Collections": "4.0.10",
- "System.Diagnostics.Debug": "4.0.10",
- "System.Diagnostics.Tracing": "4.0.20",
- "System.Globalization": "4.0.10",
+ "System.IO": "4.0.10",
+ "System.IO.FileSystem.Primitives": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
- "System.Runtime.Extensions": "4.0.10",
+ "System.Runtime.InteropServices": "4.0.20",
"System.Threading": "4.0.10",
"System.Threading.Tasks": "4.0.10"
},
"compile": {
- "ref/dotnet/System.Collections.Concurrent.dll": {}
+ "ref/dotnet/System.IO.UnmanagedMemoryStream.dll": {}
},
"runtime": {
- "lib/dotnet/System.Collections.Concurrent.dll": {}
+ "lib/dotnet/System.IO.UnmanagedMemoryStream.dll": {}
}
},
- "System.Console/4.0.0-beta-23225": {
+ "System.Linq/4.0.0": {
"type": "package",
"dependencies": {
- "System.IO": "4.0.10",
- "System.IO.FileSystem.Primitives": "4.0.0",
+ "System.Collections": "4.0.10",
+ "System.Diagnostics.Debug": "4.0.10",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
- "System.Runtime.InteropServices": "4.0.20",
- "System.Text.Encoding": "4.0.10",
- "System.Text.Encoding.Extensions": "4.0.10",
- "System.Threading": "4.0.10",
- "System.Threading.Tasks": "4.0.10"
+ "System.Runtime.Extensions": "4.0.10"
},
"compile": {
- "ref/dotnet/System.Console.dll": {}
+ "ref/dotnet/System.Linq.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Console.dll": {}
+ "lib/dotnet/System.Linq.dll": {}
}
},
- "System.Diagnostics.Debug/4.0.10": {
+ "System.Linq.Expressions/4.0.10": {
"type": "package",
"dependencies": {
+ "System.Reflection": "4.0.0",
"System.Runtime": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Diagnostics.Debug.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Diagnostics.Debug.dll": {}
+ "ref/dotnet/System.Linq.Expressions.dll": {}
}
},
- "System.Diagnostics.Process/4.0.0-beta-23225": {
+ "System.Linq.Parallel/4.0.0": {
"type": "package",
"dependencies": {
- "Microsoft.Win32.Primitives": "4.0.0",
- "Microsoft.Win32.Registry": "4.0.0-beta-23225",
"System.Collections": "4.0.10",
+ "System.Collections.Concurrent": "4.0.10",
"System.Diagnostics.Debug": "4.0.10",
- "System.Globalization": "4.0.10",
- "System.IO": "4.0.10",
- "System.IO.FileSystem": "4.0.0",
- "System.IO.FileSystem.Primitives": "4.0.0",
+ "System.Diagnostics.Tracing": "4.0.20",
+ "System.Linq": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
"System.Runtime.Extensions": "4.0.10",
- "System.Runtime.Handles": "4.0.0",
- "System.Runtime.InteropServices": "4.0.20",
- "System.Security.SecureString": "4.0.0-beta-23225",
- "System.Text.Encoding": "4.0.10",
- "System.Text.Encoding.Extensions": "4.0.10",
"System.Threading": "4.0.10",
- "System.Threading.Tasks": "4.0.10",
- "System.Threading.Thread": "4.0.0-beta-23225",
- "System.Threading.ThreadPool": "4.0.10-beta-23225"
+ "System.Threading.Tasks": "4.0.10"
},
"compile": {
- "ref/dotnet/System.Diagnostics.Process.dll": {}
+ "ref/dotnet/System.Linq.Parallel.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Diagnostics.Process.dll": {}
+ "lib/dotnet/System.Linq.Parallel.dll": {}
}
},
- "System.Diagnostics.TraceSource/4.0.0-beta-23109": {
+ "System.Linq.Queryable/4.0.0": {
"type": "package",
"dependencies": {
- "System.Collections": "4.0.10-beta-23109",
- "System.Diagnostics.Debug": "4.0.10-beta-23109",
- "System.Globalization": "4.0.10-beta-23109",
- "System.Resources.ResourceManager": "4.0.0-beta-23109",
- "System.Runtime": "4.0.20-beta-23109",
- "System.Runtime.Extensions": "4.0.10-beta-23109",
- "System.Threading": "4.0.10-beta-23109"
+ "System.Collections": "4.0.10",
+ "System.Linq": "4.0.0",
+ "System.Linq.Expressions": "4.0.10",
+ "System.Reflection": "4.0.10",
+ "System.Reflection.Extensions": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20"
},
"compile": {
- "ref/dotnet/System.Diagnostics.TraceSource.dll": {}
+ "ref/dotnet/System.Linq.Queryable.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Diagnostics.TraceSource.dll": {}
+ "lib/dotnet/System.Linq.Queryable.dll": {}
}
},
- "System.Diagnostics.Tracing/4.0.20": {
+ "System.Net.Http/4.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime": "4.0.0"
+ "System.IO": "4.0.0",
+ "System.Net.Primitives": "4.0.0",
+ "System.Runtime": "4.0.0",
+ "System.Text.Encoding": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Diagnostics.Tracing.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Diagnostics.Tracing.dll": {}
+ "ref/dotnet/System.Net.Http.dll": {}
}
},
- "System.Dynamic.Runtime/4.0.0": {
+ "System.Net.NetworkInformation/4.0.0": {
"type": "package",
"dependencies": {
- "System.Linq.Expressions": "4.0.0",
- "System.ObjectModel": "4.0.0",
- "System.Reflection": "4.0.0",
"System.Runtime": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Dynamic.Runtime.dll": {}
+ "ref/dotnet/System.Net.NetworkInformation.dll": {}
}
},
- "System.Globalization/4.0.10": {
+ "System.Net.Primitives/4.0.10": {
"type": "package",
"dependencies": {
- "System.Runtime": "4.0.0"
+ "System.Runtime": "4.0.0",
+ "System.Runtime.Handles": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Globalization.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Globalization.dll": {}
+ "ref/dotnet/System.Net.Primitives.dll": {}
}
},
- "System.IO/4.0.10": {
+ "System.Numerics.Vectors/4.1.0": {
"type": "package",
"dependencies": {
+ "System.Globalization": "4.0.10",
+ "System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
- "System.Text.Encoding": "4.0.0",
- "System.Threading.Tasks": "4.0.0"
+ "System.Runtime.Extensions": "4.0.10"
},
"compile": {
- "ref/dotnet/System.IO.dll": {}
+ "ref/dotnet/System.Numerics.Vectors.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.IO.dll": {}
+ "lib/dotnet/System.Numerics.Vectors.dll": {}
}
},
- "System.IO.FileSystem/4.0.1-beta-23225": {
+ "System.ObjectModel/4.0.10": {
"type": "package",
"dependencies": {
"System.Collections": "4.0.10",
- "System.IO": "4.0.10",
- "System.IO.FileSystem.Primitives": "4.0.0",
+ "System.Diagnostics.Debug": "4.0.10",
"System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.20",
- "System.Runtime.Extensions": "4.0.10",
- "System.Runtime.Handles": "4.0.0",
- "System.Runtime.InteropServices": "4.0.20",
- "System.Text.Encoding": "4.0.10",
- "System.Text.Encoding.Extensions": "4.0.10",
- "System.Threading": "4.0.10",
- "System.Threading.Overlapped": "4.0.0",
- "System.Threading.Tasks": "4.0.10"
+ "System.Threading": "4.0.10"
},
"compile": {
- "ref/dotnet/System.IO.FileSystem.dll": {}
+ "ref/dotnet/System.ObjectModel.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.IO.FileSystem.dll": {}
+ "lib/dotnet/System.ObjectModel.dll": {}
}
},
- "System.IO.FileSystem.Primitives/4.0.0": {
+ "System.Reflection/4.0.10": {
"type": "package",
"dependencies": {
+ "System.IO": "4.0.0",
+ "System.Reflection.Primitives": "4.0.0",
"System.Runtime": "4.0.20"
},
"compile": {
- "ref/dotnet/System.IO.FileSystem.Primitives.dll": {}
- },
- "runtime": {
- "lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
+ "ref/dotnet/System.Reflection.dll": {}
}
},
- "System.Linq/4.0.1-beta-23225": {
+ "System.Reflection.DispatchProxy/4.0.0": {
"type": "package",
"dependencies": {
- "System.Collections": "4.0.10",
- "System.Diagnostics.Debug": "4.0.10",
- "System.Resources.ResourceManager": "4.0.0",
- "System.Runtime": "4.0.20",
- "System.Runtime.Extensions": "4.0.10"
+ "System.Reflection": "4.0.0",
+ "System.Runtime": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Linq.dll": {}
- },
- "runtime": {
- "lib/dotnet/System.Linq.dll": {}
+ "ref/dotnet/System.Reflection.DispatchProxy.dll": {}
}
},
- "System.Linq.Expressions/4.0.0": {
+ "System.Reflection.Emit/4.0.0": {
"type": "package",
"dependencies": {
+ "System.IO": "4.0.0",
"System.Reflection": "4.0.0",
+ "System.Reflection.Emit.ILGeneration": "4.0.0",
+ "System.Reflection.Primitives": "4.0.0",
"System.Runtime": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Linq.Expressions.dll": {}
+ "ref/dotnet/System.Reflection.Emit.dll": {}
}
},
- "System.ObjectModel/4.0.10": {
+ "System.Reflection.Emit.ILGeneration/4.0.0": {
"type": "package",
"dependencies": {
- "System.Collections": "4.0.10",
- "System.Diagnostics.Debug": "4.0.10",
- "System.Resources.ResourceManager": "4.0.0",
- "System.Runtime": "4.0.20",
- "System.Threading": "4.0.10"
- },
- "compile": {
- "ref/dotnet/System.ObjectModel.dll": {}
+ "System.Reflection": "4.0.0",
+ "System.Reflection.Primitives": "4.0.0",
+ "System.Runtime": "4.0.0"
},
- "runtime": {
- "lib/dotnet/System.ObjectModel.dll": {}
- }
- },
- "System.Private.Uri/4.0.1-beta-23409": {
- "type": "package",
"compile": {
- "ref/dnxcore50/_._": {}
+ "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {}
}
},
- "System.Reflection/4.0.10": {
+ "System.Reflection.Emit.Lightweight/4.0.0": {
"type": "package",
"dependencies": {
- "System.IO": "4.0.0",
+ "System.Reflection": "4.0.0",
+ "System.Reflection.Emit.ILGeneration": "4.0.0",
"System.Reflection.Primitives": "4.0.0",
- "System.Runtime": "4.0.20"
+ "System.Runtime": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Reflection.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Reflection.dll": {}
+ "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {}
}
},
"System.Reflection.Extensions/4.0.0": {
@@ -1623,9 +2551,31 @@
},
"compile": {
"ref/dotnet/System.Reflection.Extensions.dll": {}
+ }
+ },
+ "System.Reflection.Metadata/1.0.22": {
+ "type": "package",
+ "dependencies": {
+ "System.Collections": "4.0.0",
+ "System.Collections.Immutable": "1.1.37",
+ "System.Diagnostics.Debug": "4.0.0",
+ "System.IO": "4.0.0",
+ "System.Reflection": "4.0.0",
+ "System.Reflection.Extensions": "4.0.0",
+ "System.Reflection.Primitives": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.0",
+ "System.Runtime.Extensions": "4.0.0",
+ "System.Runtime.InteropServices": "4.0.0",
+ "System.Text.Encoding": "4.0.0",
+ "System.Text.Encoding.Extensions": "4.0.0",
+ "System.Threading": "4.0.0"
+ },
+ "compile": {
+ "lib/dotnet/System.Reflection.Metadata.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Reflection.Extensions.dll": {}
+ "lib/dotnet/System.Reflection.Metadata.dll": {}
}
},
"System.Reflection.Primitives/4.0.0": {
@@ -1635,9 +2585,6 @@
},
"compile": {
"ref/dotnet/System.Reflection.Primitives.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Reflection.Primitives.dll": {}
}
},
"System.Reflection.TypeExtensions/4.0.0": {
@@ -1648,9 +2595,6 @@
},
"compile": {
"ref/dotnet/System.Reflection.TypeExtensions.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {}
}
},
"System.Resources.ResourceManager/4.0.0": {
@@ -1662,33 +2606,21 @@
},
"compile": {
"ref/dotnet/System.Resources.ResourceManager.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Resources.ResourceManager.dll": {}
}
},
- "System.Runtime/4.0.21-beta-23409": {
+ "System.Runtime/4.0.20": {
"type": "package",
- "dependencies": {
- "System.Private.Uri": "4.0.1-beta-23409"
- },
"compile": {
"ref/dotnet/System.Runtime.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Runtime.dll": {}
}
},
- "System.Runtime.Extensions/4.0.11-beta-23225": {
+ "System.Runtime.Extensions/4.0.10": {
"type": "package",
"dependencies": {
"System.Runtime": "4.0.20"
},
"compile": {
"ref/dotnet/System.Runtime.Extensions.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Runtime.Extensions.dll": {}
}
},
"System.Runtime.Handles/4.0.0": {
@@ -1698,9 +2630,6 @@
},
"compile": {
"ref/dotnet/System.Runtime.Handles.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Runtime.Handles.dll": {}
}
},
"System.Runtime.InteropServices/4.0.20": {
@@ -1712,42 +2641,62 @@
"System.Runtime.Handles": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Runtime.InteropServices.dll": {}
+ "ref/dotnet/System.Runtime.InteropServices.dll": {}
+ }
+ },
+ "System.Runtime.Numerics/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Globalization": "4.0.10",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10"
+ },
+ "compile": {
+ "ref/dotnet/System.Runtime.Numerics.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Runtime.InteropServices.dll": {}
+ "lib/dotnet/System.Runtime.Numerics.dll": {}
}
},
- "System.Security.Cryptography.Primitives/4.0.0-beta-23225": {
+ "System.Security.Claims/4.0.0": {
"type": "package",
"dependencies": {
+ "System.Collections": "4.0.0",
+ "System.Diagnostics.Debug": "4.0.0",
"System.Globalization": "4.0.0",
- "System.IO": "4.0.10",
+ "System.IO": "4.0.0",
"System.Resources.ResourceManager": "4.0.0",
- "System.Runtime": "4.0.20"
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.0",
+ "System.Security.Principal": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Security.Cryptography.Primitives.dll": {}
+ "ref/dotnet/System.Security.Claims.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Security.Cryptography.Primitives.dll": {}
+ "lib/dotnet/System.Security.Claims.dll": {}
}
},
- "System.Security.SecureString/4.0.0-beta-23225": {
+ "System.Security.Principal/4.0.0": {
"type": "package",
"dependencies": {
- "System.Resources.ResourceManager": "4.0.0",
- "System.Runtime": "4.0.20",
- "System.Runtime.Handles": "4.0.0",
- "System.Runtime.InteropServices": "4.0.20",
- "System.Security.Cryptography.Primitives": "4.0.0-beta-23225",
- "System.Threading": "4.0.10"
+ "System.Runtime": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Security.SecureString.dll": {}
+ "ref/dotnet/System.Security.Principal.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Security.SecureString.dll": {}
+ "lib/dotnet/System.Security.Principal.dll": {}
+ }
+ },
+ "System.Security.SecureString/4.0.0-beta-23225": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
+ },
+ "compile": {
+ "ref/dotnet/System.Security.SecureString.dll": {}
}
},
"System.Text.Encoding/4.0.10": {
@@ -1757,9 +2706,6 @@
},
"compile": {
"ref/dotnet/System.Text.Encoding.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Text.Encoding.dll": {}
}
},
"System.Text.Encoding.Extensions/4.0.10": {
@@ -1770,12 +2716,9 @@
},
"compile": {
"ref/dotnet/System.Text.Encoding.Extensions.dll": {}
- },
- "runtime": {
- "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {}
}
},
- "System.Text.RegularExpressions/4.0.11-beta-23225": {
+ "System.Text.RegularExpressions/4.0.10": {
"type": "package",
"dependencies": {
"System.Collections": "4.0.10",
@@ -1792,7 +2735,7 @@
"lib/dotnet/System.Text.RegularExpressions.dll": {}
}
},
- "System.Threading/4.0.11-beta-23225": {
+ "System.Threading/4.0.10": {
"type": "package",
"dependencies": {
"System.Runtime": "4.0.0",
@@ -1800,34 +2743,56 @@
},
"compile": {
"ref/dotnet/System.Threading.dll": {}
+ }
+ },
+ "System.Threading.Tasks/4.0.10": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
},
- "runtime": {
- "lib/DNXCore50/System.Threading.dll": {}
+ "compile": {
+ "ref/dotnet/System.Threading.Tasks.dll": {}
}
},
- "System.Threading.Overlapped/4.0.0": {
+ "System.Threading.Tasks.Dataflow/4.5.25": {
"type": "package",
"dependencies": {
+ "System.Collections": "4.0.0",
+ "System.Collections.Concurrent": "4.0.0",
+ "System.Diagnostics.Debug": "4.0.0",
+ "System.Diagnostics.Tracing": "4.0.0",
+ "System.Dynamic.Runtime": "4.0.0",
+ "System.Linq": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
"System.Runtime": "4.0.0",
- "System.Runtime.Handles": "4.0.0"
+ "System.Runtime.Extensions": "4.0.0",
+ "System.Threading": "4.0.0",
+ "System.Threading.Tasks": "4.0.0"
},
"compile": {
- "ref/dotnet/System.Threading.Overlapped.dll": {}
+ "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Threading.Overlapped.dll": {}
+ "lib/dotnet/System.Threading.Tasks.Dataflow.dll": {}
}
},
- "System.Threading.Tasks/4.0.10": {
+ "System.Threading.Tasks.Parallel/4.0.0": {
"type": "package",
"dependencies": {
- "System.Runtime": "4.0.0"
+ "System.Collections.Concurrent": "4.0.10",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Diagnostics.Tracing": "4.0.20",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Threading.Tasks": "4.0.10"
},
"compile": {
- "ref/dotnet/System.Threading.Tasks.dll": {}
+ "ref/dotnet/System.Threading.Tasks.Parallel.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Threading.Tasks.dll": {}
+ "lib/dotnet/System.Threading.Tasks.Parallel.dll": {}
}
},
"System.Threading.Thread/4.0.0-beta-23225": {
@@ -1837,34 +2802,62 @@
},
"compile": {
"ref/dotnet/System.Threading.Thread.dll": {}
+ }
+ },
+ "System.Threading.Timer/4.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime": "4.0.0"
},
- "runtime": {
- "lib/DNXCore50/System.Threading.Thread.dll": {}
+ "compile": {
+ "ref/dotnet/System.Threading.Timer.dll": {}
}
},
- "System.Threading.ThreadPool/4.0.10-beta-23225": {
+ "System.Xml.ReaderWriter/4.0.10": {
"type": "package",
"dependencies": {
- "System.Runtime": "4.0.0",
- "System.Runtime.InteropServices": "4.0.0"
+ "System.Collections": "4.0.10",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Globalization": "4.0.10",
+ "System.IO": "4.0.10",
+ "System.IO.FileSystem": "4.0.0",
+ "System.IO.FileSystem.Primitives": "4.0.0",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Runtime.InteropServices": "4.0.20",
+ "System.Text.Encoding": "4.0.10",
+ "System.Text.Encoding.Extensions": "4.0.10",
+ "System.Text.RegularExpressions": "4.0.10",
+ "System.Threading.Tasks": "4.0.10"
},
"compile": {
- "ref/dotnet/System.Threading.ThreadPool.dll": {}
+ "ref/dotnet/System.Xml.ReaderWriter.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Threading.ThreadPool.dll": {}
+ "lib/dotnet/System.Xml.ReaderWriter.dll": {}
}
},
- "System.Threading.Timer/4.0.1-beta-23225": {
+ "System.Xml.XDocument/4.0.10": {
"type": "package",
"dependencies": {
- "System.Runtime": "4.0.0"
+ "System.Collections": "4.0.10",
+ "System.Diagnostics.Debug": "4.0.10",
+ "System.Globalization": "4.0.10",
+ "System.IO": "4.0.10",
+ "System.Reflection": "4.0.10",
+ "System.Resources.ResourceManager": "4.0.0",
+ "System.Runtime": "4.0.20",
+ "System.Runtime.Extensions": "4.0.10",
+ "System.Text.Encoding": "4.0.10",
+ "System.Threading": "4.0.10",
+ "System.Xml.ReaderWriter": "4.0.10"
},
"compile": {
- "ref/dotnet/System.Threading.Timer.dll": {}
+ "ref/dotnet/System.Xml.XDocument.dll": {}
},
"runtime": {
- "lib/DNXCore50/System.Threading.Timer.dll": {}
+ "lib/dotnet/System.Xml.XDocument.dll": {}
}
}
}
@@ -2041,10 +3034,10 @@
"tools/Uninstall.ps1"
]
},
- "Microsoft.CSharp/4.0.1-beta-23225": {
+ "Microsoft.CSharp/4.0.0": {
"type": "package",
"serviceable": true,
- "sha512": "q7jNvFpp94FaQnsucNv5BTXEXAKN1p84YUOHHVRMxNhgNjDxiTMqqk2XMAHjNBCbJmGIoeVrNjdfI1+JAOcS5w==",
+ "sha512": "oWqeKUxHXdK6dL2CFjgMcaBISbkk+AqEg+yvJHE4DElNzS4QaTsCflgkkqZwVlWby1Dg9zo9n+iCAMFefFdJ/A==",
"files": [
"lib/dotnet/Microsoft.CSharp.dll",
"lib/MonoAndroid10/_._",
@@ -2056,14 +3049,25 @@
"lib/wpa81/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
- "Microsoft.CSharp.4.0.1-beta-23225.nupkg",
- "Microsoft.CSharp.4.0.1-beta-23225.nupkg.sha512",
+ "Microsoft.CSharp.4.0.0.nupkg",
+ "Microsoft.CSharp.4.0.0.nupkg.sha512",
"Microsoft.CSharp.nuspec",
+ "ref/dotnet/de/Microsoft.CSharp.xml",
+ "ref/dotnet/es/Microsoft.CSharp.xml",
+ "ref/dotnet/fr/Microsoft.CSharp.xml",
+ "ref/dotnet/it/Microsoft.CSharp.xml",
+ "ref/dotnet/ja/Microsoft.CSharp.xml",
+ "ref/dotnet/ko/Microsoft.CSharp.xml",
"ref/dotnet/Microsoft.CSharp.dll",
+ "ref/dotnet/Microsoft.CSharp.xml",
+ "ref/dotnet/ru/Microsoft.CSharp.xml",
+ "ref/dotnet/zh-hans/Microsoft.CSharp.xml",
+ "ref/dotnet/zh-hant/Microsoft.CSharp.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/Microsoft.CSharp.dll",
+ "ref/netcore50/Microsoft.CSharp.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
@@ -2071,70 +3075,104 @@
"ref/xamarinmac20/_._"
]
},
- "Microsoft.Win32.Primitives/4.0.0": {
+ "Microsoft.NETCore/5.0.0": {
"type": "package",
- "serviceable": true,
- "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==",
+ "sha512": "QQMp0yYQbIdfkKhdEE6Umh2Xonau7tasG36Trw/YlHoWgYQLp7T9L+ZD8EPvdj5ubRhtOuKEKwM7HMpkagB9ZA==",
"files": [
- "lib/dotnet/Microsoft.Win32.Primitives.dll",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/Microsoft.Win32.Primitives.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "Microsoft.Win32.Primitives.4.0.0.nupkg",
- "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512",
- "Microsoft.Win32.Primitives.nuspec",
- "ref/dotnet/de/Microsoft.Win32.Primitives.xml",
- "ref/dotnet/es/Microsoft.Win32.Primitives.xml",
- "ref/dotnet/fr/Microsoft.Win32.Primitives.xml",
- "ref/dotnet/it/Microsoft.Win32.Primitives.xml",
- "ref/dotnet/ja/Microsoft.Win32.Primitives.xml",
- "ref/dotnet/ko/Microsoft.Win32.Primitives.xml",
- "ref/dotnet/Microsoft.Win32.Primitives.dll",
- "ref/dotnet/Microsoft.Win32.Primitives.xml",
- "ref/dotnet/ru/Microsoft.Win32.Primitives.xml",
- "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml",
- "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/Microsoft.Win32.Primitives.dll",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._"
+ "_._",
+ "Microsoft.NETCore.5.0.0.nupkg",
+ "Microsoft.NETCore.5.0.0.nupkg.sha512",
+ "Microsoft.NETCore.nuspec"
+ ]
+ },
+ "Microsoft.NETCore.Platforms/1.0.0": {
+ "type": "package",
+ "sha512": "0N77OwGZpXqUco2C/ynv1os7HqdFYifvNIbveLDKqL5PZaz05Rl9enCwVBjF61aumHKueLWIJ3prnmdAXxww4A==",
+ "files": [
+ "Microsoft.NETCore.Platforms.1.0.0.nupkg",
+ "Microsoft.NETCore.Platforms.1.0.0.nupkg.sha512",
+ "Microsoft.NETCore.Platforms.nuspec",
+ "runtime.json"
+ ]
+ },
+ "Microsoft.NETCore.Targets/1.0.0": {
+ "type": "package",
+ "sha512": "XfITpPjYLYRmAeZtb9diw6P7ylLQsSC1U2a/xj10iQpnHxkiLEBXop/psw15qMPuNca7lqgxWvzZGpQxphuXaw==",
+ "files": [
+ "Microsoft.NETCore.Targets.1.0.0.nupkg",
+ "Microsoft.NETCore.Targets.1.0.0.nupkg.sha512",
+ "Microsoft.NETCore.Targets.nuspec",
+ "runtime.json"
]
},
- "Microsoft.Win32.Registry/4.0.0-beta-23225": {
+ "Microsoft.VisualBasic/10.0.0": {
"type": "package",
"serviceable": true,
- "sha512": "kOsQFW7mLojbtpeR2/WRYCdnKe42/Mg89SaDl91XIypmxapI6OlPkRDgP9BgfSKeLtDeWO5aIipw+qp1qFx8KQ==",
+ "sha512": "5BEm2/HAVd97whRlCChU7rmSh/9cwGlZ/NTNe3Jl07zuPWfKQq5TUvVNUmdvmEe8QRecJLZ4/e7WF1i1O8V42g==",
"files": [
- "lib/DNXCore50/Microsoft.Win32.Registry.dll",
- "lib/net46/Microsoft.Win32.Registry.dll",
- "Microsoft.Win32.Registry.4.0.0-beta-23225.nupkg",
- "Microsoft.Win32.Registry.4.0.0-beta-23225.nupkg.sha512",
- "Microsoft.Win32.Registry.nuspec",
- "ref/dotnet/Microsoft.Win32.Registry.dll",
- "ref/net46/Microsoft.Win32.Registry.dll"
+ "lib/dotnet/Microsoft.VisualBasic.dll",
+ "lib/net45/_._",
+ "lib/netcore50/Microsoft.VisualBasic.dll",
+ "lib/win8/_._",
+ "lib/wpa81/_._",
+ "Microsoft.VisualBasic.10.0.0.nupkg",
+ "Microsoft.VisualBasic.10.0.0.nupkg.sha512",
+ "Microsoft.VisualBasic.nuspec",
+ "ref/dotnet/de/Microsoft.VisualBasic.xml",
+ "ref/dotnet/es/Microsoft.VisualBasic.xml",
+ "ref/dotnet/fr/Microsoft.VisualBasic.xml",
+ "ref/dotnet/it/Microsoft.VisualBasic.xml",
+ "ref/dotnet/ja/Microsoft.VisualBasic.xml",
+ "ref/dotnet/ko/Microsoft.VisualBasic.xml",
+ "ref/dotnet/Microsoft.VisualBasic.dll",
+ "ref/dotnet/Microsoft.VisualBasic.xml",
+ "ref/dotnet/ru/Microsoft.VisualBasic.xml",
+ "ref/dotnet/zh-hans/Microsoft.VisualBasic.xml",
+ "ref/dotnet/zh-hant/Microsoft.VisualBasic.xml",
+ "ref/net45/_._",
+ "ref/netcore50/Microsoft.VisualBasic.dll",
+ "ref/netcore50/Microsoft.VisualBasic.xml",
+ "ref/win8/_._",
+ "ref/wpa81/_._"
]
},
- "runtime.win7.System.Private.Uri/4.0.1-beta-23409": {
+ "System.AppContext/4.0.0": {
"type": "package",
"serviceable": true,
- "sha512": "DuShsPp9slm2buJjxbBeKycZbs0nP0KWlm/ZGRDDFcfwgbAXp1ncd7e0dqHPSRl8P0Gg0aj8WYHIIKBJbIfbAg==",
+ "sha512": "gUoYgAWDC3+xhKeU5KSLbYDhTdBYk9GssrMSCcWUADzOglW+s0AmwVhOUGt2tL5xUl7ZXoYTPdA88zCgKrlG0A==",
"files": [
- "ref/dotnet/_._",
- "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg",
- "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg.sha512",
- "runtime.win7.System.Private.Uri.nuspec",
- "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll",
- "runtimes/win7/lib/netcore50/System.Private.Uri.dll",
- "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll"
+ "lib/DNXCore50/System.AppContext.dll",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net46/System.AppContext.dll",
+ "lib/netcore50/System.AppContext.dll",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "ref/dotnet/de/System.AppContext.xml",
+ "ref/dotnet/es/System.AppContext.xml",
+ "ref/dotnet/fr/System.AppContext.xml",
+ "ref/dotnet/it/System.AppContext.xml",
+ "ref/dotnet/ja/System.AppContext.xml",
+ "ref/dotnet/ko/System.AppContext.xml",
+ "ref/dotnet/ru/System.AppContext.xml",
+ "ref/dotnet/System.AppContext.dll",
+ "ref/dotnet/System.AppContext.xml",
+ "ref/dotnet/zh-hans/System.AppContext.xml",
+ "ref/dotnet/zh-hant/System.AppContext.xml",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net46/System.AppContext.dll",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "System.AppContext.4.0.0.nupkg",
+ "System.AppContext.4.0.0.nupkg.sha512",
+ "System.AppContext.nuspec"
]
},
- "System.Collections/4.0.11-beta-23225": {
+ "System.Collections/4.0.10": {
"type": "package",
"serviceable": true,
- "sha512": "a0TAXwml5Up4s0Wn/l6OTaLgyj+AtqWjDCCnuJAE/UXwe0VY7oXLaPmBb08NQ2Q2PnJTnElTZeXB0i9faMsezQ==",
+ "sha512": "ux6ilcZZjV/Gp7JEZpe+2V1eTueq6NuoGRM3eZCFuPM25hLVVgCRuea6STW8hvqreIOE59irJk5/ovpA5xQipw==",
"files": [
"lib/DNXCore50/System.Collections.dll",
"lib/MonoAndroid10/_._",
@@ -2143,15 +3181,25 @@
"lib/netcore50/System.Collections.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
+ "ref/dotnet/de/System.Collections.xml",
+ "ref/dotnet/es/System.Collections.xml",
+ "ref/dotnet/fr/System.Collections.xml",
+ "ref/dotnet/it/System.Collections.xml",
+ "ref/dotnet/ja/System.Collections.xml",
+ "ref/dotnet/ko/System.Collections.xml",
+ "ref/dotnet/ru/System.Collections.xml",
"ref/dotnet/System.Collections.dll",
+ "ref/dotnet/System.Collections.xml",
+ "ref/dotnet/zh-hans/System.Collections.xml",
+ "ref/dotnet/zh-hant/System.Collections.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Collections.dll",
- "System.Collections.4.0.11-beta-23225.nupkg",
- "System.Collections.4.0.11-beta-23225.nupkg.sha512",
+ "System.Collections.4.0.10.nupkg",
+ "System.Collections.4.0.10.nupkg.sha512",
"System.Collections.nuspec"
]
},
@@ -2177,6 +3225,85 @@
"System.Collections.Concurrent.nuspec"
]
},
+ "System.Collections.Immutable/1.1.37": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==",
+ "files": [
+ "lib/dotnet/System.Collections.Immutable.dll",
+ "lib/dotnet/System.Collections.Immutable.xml",
+ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
+ "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml",
+ "System.Collections.Immutable.1.1.37.nupkg",
+ "System.Collections.Immutable.1.1.37.nupkg.sha512",
+ "System.Collections.Immutable.nuspec"
+ ]
+ },
+ "System.ComponentModel/4.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "BzpLdSi++ld7rJLOOt5f/G9GxujP202bBgKORsHcGV36rLB0mfSA2h8chTMoBzFhgN7TE14TmJ2J7Q1RyNCTAw==",
+ "files": [
+ "lib/dotnet/System.ComponentModel.dll",
+ "lib/net45/_._",
+ "lib/netcore50/System.ComponentModel.dll",
+ "lib/win8/_._",
+ "lib/wp80/_._",
+ "lib/wpa81/_._",
+ "ref/dotnet/de/System.ComponentModel.xml",
+ "ref/dotnet/es/System.ComponentModel.xml",
+ "ref/dotnet/fr/System.ComponentModel.xml",
+ "ref/dotnet/it/System.ComponentModel.xml",
+ "ref/dotnet/ja/System.ComponentModel.xml",
+ "ref/dotnet/ko/System.ComponentModel.xml",
+ "ref/dotnet/ru/System.ComponentModel.xml",
+ "ref/dotnet/System.ComponentModel.dll",
+ "ref/dotnet/System.ComponentModel.xml",
+ "ref/dotnet/zh-hans/System.ComponentModel.xml",
+ "ref/dotnet/zh-hant/System.ComponentModel.xml",
+ "ref/net45/_._",
+ "ref/netcore50/System.ComponentModel.dll",
+ "ref/netcore50/System.ComponentModel.xml",
+ "ref/win8/_._",
+ "ref/wp80/_._",
+ "ref/wpa81/_._",
+ "System.ComponentModel.4.0.0.nupkg",
+ "System.ComponentModel.4.0.0.nupkg.sha512",
+ "System.ComponentModel.nuspec"
+ ]
+ },
+ "System.ComponentModel.Annotations/4.0.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "7+XGyEZx24nP1kpHxCB9e+c6D0fdVDvFwE1xujE9BzlXyNVcy5J5aIO0H/ECupx21QpyRvzZibGAHfL/XLL6dw==",
+ "files": [
+ "lib/dotnet/System.ComponentModel.Annotations.dll",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net46/_._",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "ref/dotnet/de/System.ComponentModel.Annotations.xml",
+ "ref/dotnet/es/System.ComponentModel.Annotations.xml",
+ "ref/dotnet/fr/System.ComponentModel.Annotations.xml",
+ "ref/dotnet/it/System.ComponentModel.Annotations.xml",
+ "ref/dotnet/ja/System.ComponentModel.Annotations.xml",
+ "ref/dotnet/ko/System.ComponentModel.Annotations.xml",
+ "ref/dotnet/ru/System.ComponentModel.Annotations.xml",
+ "ref/dotnet/System.ComponentModel.Annotations.dll",
+ "ref/dotnet/System.ComponentModel.Annotations.xml",
+ "ref/dotnet/zh-hans/System.ComponentModel.Annotations.xml",
+ "ref/dotnet/zh-hant/System.ComponentModel.Annotations.xml",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net46/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "System.ComponentModel.Annotations.4.0.10.nupkg",
+ "System.ComponentModel.Annotations.4.0.10.nupkg.sha512",
+ "System.ComponentModel.Annotations.nuspec"
+ ]
+ },
"System.Console/4.0.0-beta-23225": {
"type": "package",
"serviceable": true,
@@ -2255,6 +3382,40 @@
"System.Diagnostics.Process.nuspec"
]
},
+ "System.Diagnostics.Tools/4.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "uw5Qi2u5Cgtv4xv3+8DeB63iaprPcaEHfpeJqlJiLjIVy6v0La4ahJ6VW9oPbJNIjcavd24LKq0ctT9ssuQXsw==",
+ "files": [
+ "lib/DNXCore50/System.Diagnostics.Tools.dll",
+ "lib/net45/_._",
+ "lib/netcore50/System.Diagnostics.Tools.dll",
+ "lib/win8/_._",
+ "lib/wp80/_._",
+ "lib/wpa81/_._",
+ "ref/dotnet/de/System.Diagnostics.Tools.xml",
+ "ref/dotnet/es/System.Diagnostics.Tools.xml",
+ "ref/dotnet/fr/System.Diagnostics.Tools.xml",
+ "ref/dotnet/it/System.Diagnostics.Tools.xml",
+ "ref/dotnet/ja/System.Diagnostics.Tools.xml",
+ "ref/dotnet/ko/System.Diagnostics.Tools.xml",
+ "ref/dotnet/ru/System.Diagnostics.Tools.xml",
+ "ref/dotnet/System.Diagnostics.Tools.dll",
+ "ref/dotnet/System.Diagnostics.Tools.xml",
+ "ref/dotnet/zh-hans/System.Diagnostics.Tools.xml",
+ "ref/dotnet/zh-hant/System.Diagnostics.Tools.xml",
+ "ref/net45/_._",
+ "ref/netcore50/System.Diagnostics.Tools.dll",
+ "ref/netcore50/System.Diagnostics.Tools.xml",
+ "ref/win8/_._",
+ "ref/wp80/_._",
+ "ref/wpa81/_._",
+ "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll",
+ "System.Diagnostics.Tools.4.0.0.nupkg",
+ "System.Diagnostics.Tools.4.0.0.nupkg.sha512",
+ "System.Diagnostics.Tools.nuspec"
+ ]
+ },
"System.Diagnostics.TraceSource/4.0.0-beta-23109": {
"type": "package",
"serviceable": true,
@@ -2313,19 +3474,18 @@
"System.Diagnostics.Tracing.nuspec"
]
},
- "System.Dynamic.Runtime/4.0.0": {
+ "System.Dynamic.Runtime/4.0.10": {
"type": "package",
- "sha512": "33os71rQUCLjM5pbhQqCopq9/YcqBHPBQ8WylrzNk3oJmfAR0SFwzZIKJRN2JcrkBYdzC/NtWrYVU8oroyZieA==",
+ "serviceable": true,
+ "sha512": "r10VTLdlxtYp46BuxomHnwx7vIoMOr04CFoC/jJJfY22f7HQQ4P+cXY2Nxo6/rIxNNqOxwdbQQwv7Gl88Jsu1w==",
"files": [
+ "lib/DNXCore50/System.Dynamic.Runtime.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
+ "lib/net46/_._",
+ "lib/netcore50/System.Dynamic.Runtime.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
- "License.rtf",
"ref/dotnet/de/System.Dynamic.Runtime.xml",
"ref/dotnet/es/System.Dynamic.Runtime.xml",
"ref/dotnet/fr/System.Dynamic.Runtime.xml",
@@ -2339,25 +3499,13 @@
"ref/dotnet/zh-hant/System.Dynamic.Runtime.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
- "ref/net45/_._",
- "ref/netcore50/de/System.Dynamic.Runtime.xml",
- "ref/netcore50/es/System.Dynamic.Runtime.xml",
- "ref/netcore50/fr/System.Dynamic.Runtime.xml",
- "ref/netcore50/it/System.Dynamic.Runtime.xml",
- "ref/netcore50/ja/System.Dynamic.Runtime.xml",
- "ref/netcore50/ko/System.Dynamic.Runtime.xml",
- "ref/netcore50/ru/System.Dynamic.Runtime.xml",
- "ref/netcore50/System.Dynamic.Runtime.dll",
- "ref/netcore50/System.Dynamic.Runtime.xml",
- "ref/netcore50/zh-hans/System.Dynamic.Runtime.xml",
- "ref/netcore50/zh-hant/System.Dynamic.Runtime.xml",
- "ref/win8/_._",
- "ref/wp80/_._",
- "ref/wpa81/_._",
+ "ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
- "System.Dynamic.Runtime.4.0.0.nupkg",
- "System.Dynamic.Runtime.4.0.0.nupkg.sha512",
+ "runtime.json",
+ "runtimes/win8-aot/lib/netcore50/System.Dynamic.Runtime.dll",
+ "System.Dynamic.Runtime.4.0.10.nupkg",
+ "System.Dynamic.Runtime.4.0.10.nupkg.sha512",
"System.Dynamic.Runtime.nuspec"
]
},
@@ -2394,6 +3542,71 @@
"System.Globalization.nuspec"
]
},
+ "System.Globalization.Calendars/4.0.0": {
+ "type": "package",
+ "sha512": "cL6WrdGKnNBx9W/iTr+jbffsEO4RLjEtOYcpVSzPNDoli6X5Q6bAfWtJYbJNOPi8Q0fXgBEvKK1ncFL/3FTqlA==",
+ "files": [
+ "lib/DNXCore50/System.Globalization.Calendars.dll",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net46/System.Globalization.Calendars.dll",
+ "lib/netcore50/System.Globalization.Calendars.dll",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "ref/dotnet/de/System.Globalization.Calendars.xml",
+ "ref/dotnet/es/System.Globalization.Calendars.xml",
+ "ref/dotnet/fr/System.Globalization.Calendars.xml",
+ "ref/dotnet/it/System.Globalization.Calendars.xml",
+ "ref/dotnet/ja/System.Globalization.Calendars.xml",
+ "ref/dotnet/ko/System.Globalization.Calendars.xml",
+ "ref/dotnet/ru/System.Globalization.Calendars.xml",
+ "ref/dotnet/System.Globalization.Calendars.dll",
+ "ref/dotnet/System.Globalization.Calendars.xml",
+ "ref/dotnet/zh-hans/System.Globalization.Calendars.xml",
+ "ref/dotnet/zh-hant/System.Globalization.Calendars.xml",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net46/System.Globalization.Calendars.dll",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll",
+ "System.Globalization.Calendars.4.0.0.nupkg",
+ "System.Globalization.Calendars.4.0.0.nupkg.sha512",
+ "System.Globalization.Calendars.nuspec"
+ ]
+ },
+ "System.Globalization.Extensions/4.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "rqbUXiwpBCvJ18ySCsjh20zleazO+6fr3s5GihC2sVwhyS0MUl6+oc5Rzk0z6CKkS4kmxbZQSeZLsK7cFSO0ng==",
+ "files": [
+ "lib/dotnet/System.Globalization.Extensions.dll",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net46/System.Globalization.Extensions.dll",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "ref/dotnet/de/System.Globalization.Extensions.xml",
+ "ref/dotnet/es/System.Globalization.Extensions.xml",
+ "ref/dotnet/fr/System.Globalization.Extensions.xml",
+ "ref/dotnet/it/System.Globalization.Extensions.xml",
+ "ref/dotnet/ja/System.Globalization.Extensions.xml",
+ "ref/dotnet/ko/System.Globalization.Extensions.xml",
+ "ref/dotnet/ru/System.Globalization.Extensions.xml",
+ "ref/dotnet/System.Globalization.Extensions.dll",
+ "ref/dotnet/System.Globalization.Extensions.xml",
+ "ref/dotnet/zh-hans/System.Globalization.Extensions.xml",
+ "ref/dotnet/zh-hant/System.Globalization.Extensions.xml",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net46/System.Globalization.Extensions.dll",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "System.Globalization.Extensions.4.0.0.nupkg",
+ "System.Globalization.Extensions.4.0.0.nupkg.sha512",
+ "System.Globalization.Extensions.nuspec"
+ ]
+ },
"System.IO/4.0.10": {
"type": "package",
"serviceable": true,
@@ -2402,36 +3615,130 @@
"lib/DNXCore50/System.IO.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
- "lib/net46/_._",
- "lib/netcore50/System.IO.dll",
+ "lib/net46/_._",
+ "lib/netcore50/System.IO.dll",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "ref/dotnet/de/System.IO.xml",
+ "ref/dotnet/es/System.IO.xml",
+ "ref/dotnet/fr/System.IO.xml",
+ "ref/dotnet/it/System.IO.xml",
+ "ref/dotnet/ja/System.IO.xml",
+ "ref/dotnet/ko/System.IO.xml",
+ "ref/dotnet/ru/System.IO.xml",
+ "ref/dotnet/System.IO.dll",
+ "ref/dotnet/System.IO.xml",
+ "ref/dotnet/zh-hans/System.IO.xml",
+ "ref/dotnet/zh-hant/System.IO.xml",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net46/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "runtimes/win8-aot/lib/netcore50/System.IO.dll",
+ "System.IO.4.0.10.nupkg",
+ "System.IO.4.0.10.nupkg.sha512",
+ "System.IO.nuspec"
+ ]
+ },
+ "System.IO.Compression/4.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "S+ljBE3py8pujTrsOOYHtDg2cnAifn6kBu/pfh1hMWIXd8DoVh0ADTA6Puv4q+nYj+Msm6JoFLNwuRSmztbsDQ==",
+ "files": [
+ "lib/dotnet/System.IO.Compression.dll",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net45/_._",
+ "lib/netcore50/System.IO.Compression.dll",
+ "lib/win8/_._",
+ "lib/wpa81/_._",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "ref/dotnet/de/System.IO.Compression.xml",
+ "ref/dotnet/es/System.IO.Compression.xml",
+ "ref/dotnet/fr/System.IO.Compression.xml",
+ "ref/dotnet/it/System.IO.Compression.xml",
+ "ref/dotnet/ja/System.IO.Compression.xml",
+ "ref/dotnet/ko/System.IO.Compression.xml",
+ "ref/dotnet/ru/System.IO.Compression.xml",
+ "ref/dotnet/System.IO.Compression.dll",
+ "ref/dotnet/System.IO.Compression.xml",
+ "ref/dotnet/zh-hans/System.IO.Compression.xml",
+ "ref/dotnet/zh-hant/System.IO.Compression.xml",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net45/_._",
+ "ref/netcore50/System.IO.Compression.dll",
+ "ref/netcore50/System.IO.Compression.xml",
+ "ref/win8/_._",
+ "ref/wpa81/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "runtime.json",
+ "System.IO.Compression.4.0.0.nupkg",
+ "System.IO.Compression.4.0.0.nupkg.sha512",
+ "System.IO.Compression.nuspec"
+ ]
+ },
+ "System.IO.Compression.clrcompression-x64/4.0.0": {
+ "type": "package",
+ "sha512": "Lqr+URMwKzf+8HJF6YrqEqzKzDzFJTE4OekaxqdIns71r8Ufbd8SbZa0LKl9q+7nu6Em4SkIEXVMB7plSXekOw==",
+ "files": [
+ "runtimes/win10-x64/native/ClrCompression.dll",
+ "runtimes/win7-x64/native/clrcompression.dll",
+ "System.IO.Compression.clrcompression-x64.4.0.0.nupkg",
+ "System.IO.Compression.clrcompression-x64.4.0.0.nupkg.sha512",
+ "System.IO.Compression.clrcompression-x64.nuspec"
+ ]
+ },
+ "System.IO.Compression.clrcompression-x86/4.0.0": {
+ "type": "package",
+ "sha512": "GmevpuaMRzYDXHu+xuV10fxTO8DsP7OKweWxYtkaxwVnDSj9X6RBupSiXdiveq9yj/xjZ1NbG+oRRRb99kj+VQ==",
+ "files": [
+ "runtimes/win10-x86/native/ClrCompression.dll",
+ "runtimes/win7-x86/native/clrcompression.dll",
+ "System.IO.Compression.clrcompression-x86.4.0.0.nupkg",
+ "System.IO.Compression.clrcompression-x86.4.0.0.nupkg.sha512",
+ "System.IO.Compression.clrcompression-x86.nuspec"
+ ]
+ },
+ "System.IO.Compression.ZipFile/4.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "pwntmtsJqtt6Lez4Iyv4GVGW6DaXUTo9Rnlsx0MFagRgX+8F/sxG5S/IzDJabBj68sUWViz1QJrRZL4V9ngWDg==",
+ "files": [
+ "lib/dotnet/System.IO.Compression.ZipFile.dll",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net46/System.IO.Compression.ZipFile.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
- "ref/dotnet/de/System.IO.xml",
- "ref/dotnet/es/System.IO.xml",
- "ref/dotnet/fr/System.IO.xml",
- "ref/dotnet/it/System.IO.xml",
- "ref/dotnet/ja/System.IO.xml",
- "ref/dotnet/ko/System.IO.xml",
- "ref/dotnet/ru/System.IO.xml",
- "ref/dotnet/System.IO.dll",
- "ref/dotnet/System.IO.xml",
- "ref/dotnet/zh-hans/System.IO.xml",
- "ref/dotnet/zh-hant/System.IO.xml",
+ "ref/dotnet/de/System.IO.Compression.ZipFile.xml",
+ "ref/dotnet/es/System.IO.Compression.ZipFile.xml",
+ "ref/dotnet/fr/System.IO.Compression.ZipFile.xml",
+ "ref/dotnet/it/System.IO.Compression.ZipFile.xml",
+ "ref/dotnet/ja/System.IO.Compression.ZipFile.xml",
+ "ref/dotnet/ko/System.IO.Compression.ZipFile.xml",
+ "ref/dotnet/ru/System.IO.Compression.ZipFile.xml",
+ "ref/dotnet/System.IO.Compression.ZipFile.dll",
+ "ref/dotnet/System.IO.Compression.ZipFile.xml",
+ "ref/dotnet/zh-hans/System.IO.Compression.ZipFile.xml",
+ "ref/dotnet/zh-hant/System.IO.Compression.ZipFile.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
- "ref/net46/_._",
+ "ref/net46/System.IO.Compression.ZipFile.dll",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
- "runtimes/win8-aot/lib/netcore50/System.IO.dll",
- "System.IO.4.0.10.nupkg",
- "System.IO.4.0.10.nupkg.sha512",
- "System.IO.nuspec"
+ "System.IO.Compression.ZipFile.4.0.0.nupkg",
+ "System.IO.Compression.ZipFile.4.0.0.nupkg.sha512",
+ "System.IO.Compression.ZipFile.nuspec"
]
},
- "System.IO.FileSystem/4.0.1-beta-23225": {
+ "System.IO.FileSystem/4.0.0": {
"type": "package",
"serviceable": true,
- "sha512": "R1t2THiMBUI3Sa5lXJiGzjO4fLXIyQZGp/MUGR4gnt6nar05/nk8ilZplzakk4YXN3V5h+F8LeeiQNZ+4Yw/Bw==",
+ "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==",
"files": [
"lib/DNXCore50/System.IO.FileSystem.dll",
"lib/MonoAndroid10/_._",
@@ -2440,14 +3747,24 @@
"lib/netcore50/System.IO.FileSystem.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
+ "ref/dotnet/de/System.IO.FileSystem.xml",
+ "ref/dotnet/es/System.IO.FileSystem.xml",
+ "ref/dotnet/fr/System.IO.FileSystem.xml",
+ "ref/dotnet/it/System.IO.FileSystem.xml",
+ "ref/dotnet/ja/System.IO.FileSystem.xml",
+ "ref/dotnet/ko/System.IO.FileSystem.xml",
+ "ref/dotnet/ru/System.IO.FileSystem.xml",
"ref/dotnet/System.IO.FileSystem.dll",
+ "ref/dotnet/System.IO.FileSystem.xml",
+ "ref/dotnet/zh-hans/System.IO.FileSystem.xml",
+ "ref/dotnet/zh-hant/System.IO.FileSystem.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/System.IO.FileSystem.dll",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
- "System.IO.FileSystem.4.0.1-beta-23225.nupkg",
- "System.IO.FileSystem.4.0.1-beta-23225.nupkg.sha512",
+ "System.IO.FileSystem.4.0.0.nupkg",
+ "System.IO.FileSystem.4.0.0.nupkg.sha512",
"System.IO.FileSystem.nuspec"
]
},
@@ -2483,10 +3800,42 @@
"System.IO.FileSystem.Primitives.nuspec"
]
},
- "System.Linq/4.0.1-beta-23225": {
+ "System.IO.UnmanagedMemoryStream/4.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "i2xczgQfwHmolORBNHxV9b5izP8VOBxgSA2gf+H55xBvwqtR+9r9adtzlc7at0MAwiLcsk6V1TZlv2vfRQr8Sw==",
+ "files": [
+ "lib/dotnet/System.IO.UnmanagedMemoryStream.dll",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net46/System.IO.UnmanagedMemoryStream.dll",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "ref/dotnet/de/System.IO.UnmanagedMemoryStream.xml",
+ "ref/dotnet/es/System.IO.UnmanagedMemoryStream.xml",
+ "ref/dotnet/fr/System.IO.UnmanagedMemoryStream.xml",
+ "ref/dotnet/it/System.IO.UnmanagedMemoryStream.xml",
+ "ref/dotnet/ja/System.IO.UnmanagedMemoryStream.xml",
+ "ref/dotnet/ko/System.IO.UnmanagedMemoryStream.xml",
+ "ref/dotnet/ru/System.IO.UnmanagedMemoryStream.xml",
+ "ref/dotnet/System.IO.UnmanagedMemoryStream.dll",
+ "ref/dotnet/System.IO.UnmanagedMemoryStream.xml",
+ "ref/dotnet/zh-hans/System.IO.UnmanagedMemoryStream.xml",
+ "ref/dotnet/zh-hant/System.IO.UnmanagedMemoryStream.xml",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net46/System.IO.UnmanagedMemoryStream.dll",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "System.IO.UnmanagedMemoryStream.4.0.0.nupkg",
+ "System.IO.UnmanagedMemoryStream.4.0.0.nupkg.sha512",
+ "System.IO.UnmanagedMemoryStream.nuspec"
+ ]
+ },
+ "System.Linq/4.0.0": {
"type": "package",
"serviceable": true,
- "sha512": "7wKcd3jtQrVSKshlyOJ3X43AU5rwArScYMYgtbyZmzBViJogfFiJfnSzBfzm5XsmJaUOfbCoVj+jdrMOJtdpgQ==",
+ "sha512": "r6Hlc+ytE6m/9UBr+nNRRdoJEWjoeQiT3L3lXYFDHoXk3VYsRBCDNXrawcexw7KPLaH0zamQLiAb6avhZ50cGg==",
"files": [
"lib/dotnet/System.Linq.dll",
"lib/net45/_._",
@@ -2494,30 +3843,40 @@
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
+ "ref/dotnet/de/System.Linq.xml",
+ "ref/dotnet/es/System.Linq.xml",
+ "ref/dotnet/fr/System.Linq.xml",
+ "ref/dotnet/it/System.Linq.xml",
+ "ref/dotnet/ja/System.Linq.xml",
+ "ref/dotnet/ko/System.Linq.xml",
+ "ref/dotnet/ru/System.Linq.xml",
"ref/dotnet/System.Linq.dll",
+ "ref/dotnet/System.Linq.xml",
+ "ref/dotnet/zh-hans/System.Linq.xml",
+ "ref/dotnet/zh-hant/System.Linq.xml",
"ref/net45/_._",
"ref/netcore50/System.Linq.dll",
+ "ref/netcore50/System.Linq.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
- "System.Linq.4.0.1-beta-23225.nupkg",
- "System.Linq.4.0.1-beta-23225.nupkg.sha512",
+ "System.Linq.4.0.0.nupkg",
+ "System.Linq.4.0.0.nupkg.sha512",
"System.Linq.nuspec"
]
},
- "System.Linq.Expressions/4.0.0": {
+ "System.Linq.Expressions/4.0.10": {
"type": "package",
- "sha512": "wlfVllrKi+evu4Hi8yoJP1dSOVXbvsy7Hs1+oz4Cykfdf6MQTPlD3LI4WKWhprn8FpU5MS3spPSbcMX5sAoJSw==",
+ "serviceable": true,
+ "sha512": "qhFkPqRsTfXBaacjQhxwwwUoU7TEtwlBIULj7nG7i4qAkvivil31VvOvDKppCSui5yGw0/325ZeNaMYRvTotXw==",
"files": [
+ "lib/DNXCore50/System.Linq.Expressions.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
- "lib/net45/_._",
- "lib/win8/_._",
- "lib/wp80/_._",
- "lib/wpa81/_._",
+ "lib/net46/_._",
+ "lib/netcore50/System.Linq.Expressions.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
- "License.rtf",
"ref/dotnet/de/System.Linq.Expressions.xml",
"ref/dotnet/es/System.Linq.Expressions.xml",
"ref/dotnet/fr/System.Linq.Expressions.xml",
@@ -2531,26 +3890,204 @@
"ref/dotnet/zh-hant/System.Linq.Expressions.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
+ "ref/net46/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "runtime.json",
+ "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll",
+ "System.Linq.Expressions.4.0.10.nupkg",
+ "System.Linq.Expressions.4.0.10.nupkg.sha512",
+ "System.Linq.Expressions.nuspec"
+ ]
+ },
+ "System.Linq.Parallel/4.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "PtH7KKh1BbzVow4XY17pnrn7Io63ApMdwzRE2o2HnzsKQD/0o7X5xe6mxrDUqTm9ZCR3/PNhAlP13VY1HnHsbA==",
+ "files": [
+ "lib/dotnet/System.Linq.Parallel.dll",
+ "lib/net45/_._",
+ "lib/netcore50/System.Linq.Parallel.dll",
+ "lib/win8/_._",
+ "lib/wpa81/_._",
+ "ref/dotnet/de/System.Linq.Parallel.xml",
+ "ref/dotnet/es/System.Linq.Parallel.xml",
+ "ref/dotnet/fr/System.Linq.Parallel.xml",
+ "ref/dotnet/it/System.Linq.Parallel.xml",
+ "ref/dotnet/ja/System.Linq.Parallel.xml",
+ "ref/dotnet/ko/System.Linq.Parallel.xml",
+ "ref/dotnet/ru/System.Linq.Parallel.xml",
+ "ref/dotnet/System.Linq.Parallel.dll",
+ "ref/dotnet/System.Linq.Parallel.xml",
+ "ref/dotnet/zh-hans/System.Linq.Parallel.xml",
+ "ref/dotnet/zh-hant/System.Linq.Parallel.xml",
+ "ref/net45/_._",
+ "ref/netcore50/System.Linq.Parallel.dll",
+ "ref/netcore50/System.Linq.Parallel.xml",
+ "ref/win8/_._",
+ "ref/wpa81/_._",
+ "System.Linq.Parallel.4.0.0.nupkg",
+ "System.Linq.Parallel.4.0.0.nupkg.sha512",
+ "System.Linq.Parallel.nuspec"
+ ]
+ },
+ "System.Linq.Queryable/4.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "DIlvCNn3ucFvwMMzXcag4aFnFJ1fdxkQ5NqwJe9Nh7y8ozzhDm07YakQL/yoF3P1dLzY1T2cTpuwbAmVSdXyBA==",
+ "files": [
+ "lib/dotnet/System.Linq.Queryable.dll",
+ "lib/net45/_._",
+ "lib/netcore50/System.Linq.Queryable.dll",
+ "lib/win8/_._",
+ "lib/wp80/_._",
+ "lib/wpa81/_._",
+ "ref/dotnet/de/System.Linq.Queryable.xml",
+ "ref/dotnet/es/System.Linq.Queryable.xml",
+ "ref/dotnet/fr/System.Linq.Queryable.xml",
+ "ref/dotnet/it/System.Linq.Queryable.xml",
+ "ref/dotnet/ja/System.Linq.Queryable.xml",
+ "ref/dotnet/ko/System.Linq.Queryable.xml",
+ "ref/dotnet/ru/System.Linq.Queryable.xml",
+ "ref/dotnet/System.Linq.Queryable.dll",
+ "ref/dotnet/System.Linq.Queryable.xml",
+ "ref/dotnet/zh-hans/System.Linq.Queryable.xml",
+ "ref/dotnet/zh-hant/System.Linq.Queryable.xml",
+ "ref/net45/_._",
+ "ref/netcore50/System.Linq.Queryable.dll",
+ "ref/netcore50/System.Linq.Queryable.xml",
+ "ref/win8/_._",
+ "ref/wp80/_._",
+ "ref/wpa81/_._",
+ "System.Linq.Queryable.4.0.0.nupkg",
+ "System.Linq.Queryable.4.0.0.nupkg.sha512",
+ "System.Linq.Queryable.nuspec"
+ ]
+ },
+ "System.Net.Http/4.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "mZuAl7jw/mFY8jUq4ITKECxVBh9a8SJt9BC/+lJbmo7cRKspxE3PsITz+KiaCEsexN5WYPzwBOx0oJH/0HlPyQ==",
+ "files": [
+ "lib/DNXCore50/System.Net.Http.dll",
+ "lib/net45/_._",
+ "lib/netcore50/System.Net.Http.dll",
+ "lib/win8/_._",
+ "lib/wpa81/_._",
+ "ref/dotnet/de/System.Net.Http.xml",
+ "ref/dotnet/es/System.Net.Http.xml",
+ "ref/dotnet/fr/System.Net.Http.xml",
+ "ref/dotnet/it/System.Net.Http.xml",
+ "ref/dotnet/ja/System.Net.Http.xml",
+ "ref/dotnet/ko/System.Net.Http.xml",
+ "ref/dotnet/ru/System.Net.Http.xml",
+ "ref/dotnet/System.Net.Http.dll",
+ "ref/dotnet/System.Net.Http.xml",
+ "ref/dotnet/zh-hans/System.Net.Http.xml",
+ "ref/dotnet/zh-hant/System.Net.Http.xml",
+ "ref/net45/_._",
+ "ref/netcore50/System.Net.Http.dll",
+ "ref/netcore50/System.Net.Http.xml",
+ "ref/win8/_._",
+ "ref/wpa81/_._",
+ "System.Net.Http.4.0.0.nupkg",
+ "System.Net.Http.4.0.0.nupkg.sha512",
+ "System.Net.Http.nuspec"
+ ]
+ },
+ "System.Net.NetworkInformation/4.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "D68KCf5VK1G1GgFUwD901gU6cnMITksOdfdxUCt9ReCZfT1pigaDqjJ7XbiLAM4jm7TfZHB7g5mbOf1mbG3yBA==",
+ "files": [
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net45/_._",
+ "lib/netcore50/System.Net.NetworkInformation.dll",
+ "lib/win8/_._",
+ "lib/wp80/_._",
+ "lib/wpa81/_._",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "ref/dotnet/de/System.Net.NetworkInformation.xml",
+ "ref/dotnet/es/System.Net.NetworkInformation.xml",
+ "ref/dotnet/fr/System.Net.NetworkInformation.xml",
+ "ref/dotnet/it/System.Net.NetworkInformation.xml",
+ "ref/dotnet/ja/System.Net.NetworkInformation.xml",
+ "ref/dotnet/ko/System.Net.NetworkInformation.xml",
+ "ref/dotnet/ru/System.Net.NetworkInformation.xml",
+ "ref/dotnet/System.Net.NetworkInformation.dll",
+ "ref/dotnet/System.Net.NetworkInformation.xml",
+ "ref/dotnet/zh-hans/System.Net.NetworkInformation.xml",
+ "ref/dotnet/zh-hant/System.Net.NetworkInformation.xml",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
"ref/net45/_._",
- "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/System.Linq.Expressions.dll",
- "ref/netcore50/System.Linq.Expressions.xml",
- "ref/netcore50/zh-hans/System.Linq.Expressions.xml",
- "ref/netcore50/zh-hant/System.Linq.Expressions.xml",
+ "ref/netcore50/System.Net.NetworkInformation.dll",
+ "ref/netcore50/System.Net.NetworkInformation.xml",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
- "System.Linq.Expressions.4.0.0.nupkg",
- "System.Linq.Expressions.4.0.0.nupkg.sha512",
- "System.Linq.Expressions.nuspec"
+ "System.Net.NetworkInformation.4.0.0.nupkg",
+ "System.Net.NetworkInformation.4.0.0.nupkg.sha512",
+ "System.Net.NetworkInformation.nuspec"
+ ]
+ },
+ "System.Net.Primitives/4.0.10": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "YQqIpmMhnKjIbT7rl6dlf7xM5DxaMR+whduZ9wKb9OhMLjoueAJO3HPPJI+Naf3v034kb+xZqdc3zo44o3HWcg==",
+ "files": [
+ "lib/DNXCore50/System.Net.Primitives.dll",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net46/_._",
+ "lib/netcore50/System.Net.Primitives.dll",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "ref/dotnet/de/System.Net.Primitives.xml",
+ "ref/dotnet/es/System.Net.Primitives.xml",
+ "ref/dotnet/fr/System.Net.Primitives.xml",
+ "ref/dotnet/it/System.Net.Primitives.xml",
+ "ref/dotnet/ja/System.Net.Primitives.xml",
+ "ref/dotnet/ko/System.Net.Primitives.xml",
+ "ref/dotnet/ru/System.Net.Primitives.xml",
+ "ref/dotnet/System.Net.Primitives.dll",
+ "ref/dotnet/System.Net.Primitives.xml",
+ "ref/dotnet/zh-hans/System.Net.Primitives.xml",
+ "ref/dotnet/zh-hant/System.Net.Primitives.xml",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net46/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "System.Net.Primitives.4.0.10.nupkg",
+ "System.Net.Primitives.4.0.10.nupkg.sha512",
+ "System.Net.Primitives.nuspec"
+ ]
+ },
+ "System.Numerics.Vectors/4.1.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "jpubR06GWPoZA0oU5xLM7kHeV59/CKPBXZk4Jfhi0T3DafxbrdueHZ8kXlb+Fb5nd3DAyyMh2/eqEzLX0xv6Qg==",
+ "files": [
+ "lib/dotnet/System.Numerics.Vectors.dll",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net46/System.Numerics.Vectors.dll",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "ref/dotnet/System.Numerics.Vectors.dll",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net46/System.Numerics.Vectors.dll",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "System.Numerics.Vectors.4.1.0.nupkg",
+ "System.Numerics.Vectors.4.1.0.nupkg.sha512",
+ "System.Numerics.Vectors.nuspec"
]
},
"System.ObjectModel/4.0.10": {
@@ -2585,18 +4122,6 @@
"System.ObjectModel.nuspec"
]
},
- "System.Private.Uri/4.0.1-beta-23409": {
- "type": "package",
- "sha512": "AFcABskTE3SUyh75bTI3EcmQsqdH9LsEkEE39yeG83bBeu3FQhIcTkJjrmAkgncxP0YYyJohQ1ti/iO8JXtjFg==",
- "files": [
- "ref/dnxcore50/_._",
- "ref/netcore50/_._",
- "runtime.json",
- "System.Private.Uri.4.0.1-beta-23409.nupkg",
- "System.Private.Uri.4.0.1-beta-23409.nupkg.sha512",
- "System.Private.Uri.nuspec"
- ]
- },
"System.Reflection/4.0.10": {
"type": "package",
"sha512": "WZ+4lEE4gqGx6mrqLhSiW4oi6QLPWwdNjzhhTONmhELOrW8Cw9phlO9tltgvRUuQUqYtBiliFwhO5S5fCJElVw==",
@@ -2630,6 +4155,120 @@
"System.Reflection.nuspec"
]
},
+ "System.Reflection.DispatchProxy/4.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "Kd/4o6DqBfJA4058X8oGEu1KlT8Ej0A+WGeoQgZU2h+3f2vC8NRbHxeOSZvxj9/MPZ1RYmZMGL1ApO9xG/4IVA==",
+ "files": [
+ "lib/DNXCore50/System.Reflection.DispatchProxy.dll",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net46/System.Reflection.DispatchProxy.dll",
+ "lib/netcore50/System.Reflection.DispatchProxy.dll",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "ref/dotnet/de/System.Reflection.DispatchProxy.xml",
+ "ref/dotnet/es/System.Reflection.DispatchProxy.xml",
+ "ref/dotnet/fr/System.Reflection.DispatchProxy.xml",
+ "ref/dotnet/it/System.Reflection.DispatchProxy.xml",
+ "ref/dotnet/ja/System.Reflection.DispatchProxy.xml",
+ "ref/dotnet/ko/System.Reflection.DispatchProxy.xml",
+ "ref/dotnet/ru/System.Reflection.DispatchProxy.xml",
+ "ref/dotnet/System.Reflection.DispatchProxy.dll",
+ "ref/dotnet/System.Reflection.DispatchProxy.xml",
+ "ref/dotnet/zh-hans/System.Reflection.DispatchProxy.xml",
+ "ref/dotnet/zh-hant/System.Reflection.DispatchProxy.xml",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "runtime.json",
+ "runtimes/win8-aot/lib/netcore50/System.Reflection.DispatchProxy.dll",
+ "System.Reflection.DispatchProxy.4.0.0.nupkg",
+ "System.Reflection.DispatchProxy.4.0.0.nupkg.sha512",
+ "System.Reflection.DispatchProxy.nuspec"
+ ]
+ },
+ "System.Reflection.Emit/4.0.0": {
+ "type": "package",
+ "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==",
+ "files": [
+ "lib/DNXCore50/System.Reflection.Emit.dll",
+ "lib/MonoAndroid10/_._",
+ "lib/net45/_._",
+ "lib/netcore50/System.Reflection.Emit.dll",
+ "lib/xamarinmac20/_._",
+ "ref/dotnet/de/System.Reflection.Emit.xml",
+ "ref/dotnet/es/System.Reflection.Emit.xml",
+ "ref/dotnet/fr/System.Reflection.Emit.xml",
+ "ref/dotnet/it/System.Reflection.Emit.xml",
+ "ref/dotnet/ja/System.Reflection.Emit.xml",
+ "ref/dotnet/ko/System.Reflection.Emit.xml",
+ "ref/dotnet/ru/System.Reflection.Emit.xml",
+ "ref/dotnet/System.Reflection.Emit.dll",
+ "ref/dotnet/System.Reflection.Emit.xml",
+ "ref/dotnet/zh-hans/System.Reflection.Emit.xml",
+ "ref/dotnet/zh-hant/System.Reflection.Emit.xml",
+ "ref/MonoAndroid10/_._",
+ "ref/net45/_._",
+ "ref/xamarinmac20/_._",
+ "System.Reflection.Emit.4.0.0.nupkg",
+ "System.Reflection.Emit.4.0.0.nupkg.sha512",
+ "System.Reflection.Emit.nuspec"
+ ]
+ },
+ "System.Reflection.Emit.ILGeneration/4.0.0": {
+ "type": "package",
+ "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==",
+ "files": [
+ "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll",
+ "lib/net45/_._",
+ "lib/netcore50/System.Reflection.Emit.ILGeneration.dll",
+ "lib/wp80/_._",
+ "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml",
+ "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml",
+ "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml",
+ "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml",
+ "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml",
+ "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml",
+ "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml",
+ "ref/dotnet/System.Reflection.Emit.ILGeneration.dll",
+ "ref/dotnet/System.Reflection.Emit.ILGeneration.xml",
+ "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml",
+ "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml",
+ "ref/net45/_._",
+ "ref/wp80/_._",
+ "System.Reflection.Emit.ILGeneration.4.0.0.nupkg",
+ "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512",
+ "System.Reflection.Emit.ILGeneration.nuspec"
+ ]
+ },
+ "System.Reflection.Emit.Lightweight/4.0.0": {
+ "type": "package",
+ "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==",
+ "files": [
+ "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll",
+ "lib/net45/_._",
+ "lib/netcore50/System.Reflection.Emit.Lightweight.dll",
+ "lib/wp80/_._",
+ "ref/dotnet/de/System.Reflection.Emit.Lightweight.xml",
+ "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml",
+ "ref/dotnet/fr/System.Reflection.Emit.Lightweight.xml",
+ "ref/dotnet/it/System.Reflection.Emit.Lightweight.xml",
+ "ref/dotnet/ja/System.Reflection.Emit.Lightweight.xml",
+ "ref/dotnet/ko/System.Reflection.Emit.Lightweight.xml",
+ "ref/dotnet/ru/System.Reflection.Emit.Lightweight.xml",
+ "ref/dotnet/System.Reflection.Emit.Lightweight.dll",
+ "ref/dotnet/System.Reflection.Emit.Lightweight.xml",
+ "ref/dotnet/zh-hans/System.Reflection.Emit.Lightweight.xml",
+ "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml",
+ "ref/net45/_._",
+ "ref/wp80/_._",
+ "System.Reflection.Emit.Lightweight.4.0.0.nupkg",
+ "System.Reflection.Emit.Lightweight.4.0.0.nupkg.sha512",
+ "System.Reflection.Emit.Lightweight.nuspec"
+ ]
+ },
"System.Reflection.Extensions/4.0.0": {
"type": "package",
"serviceable": true,
@@ -2664,6 +4303,20 @@
"System.Reflection.Extensions.nuspec"
]
},
+ "System.Reflection.Metadata/1.0.22": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "ltoL/teiEdy5W9fyYdtFr2xJ/4nHyksXLK9dkPWx3ubnj7BVfsSWxvWTg9EaJUXjhWvS/AeTtugZA1/IDQyaPQ==",
+ "files": [
+ "lib/dotnet/System.Reflection.Metadata.dll",
+ "lib/dotnet/System.Reflection.Metadata.xml",
+ "lib/portable-net45+win8/System.Reflection.Metadata.dll",
+ "lib/portable-net45+win8/System.Reflection.Metadata.xml",
+ "System.Reflection.Metadata.1.0.22.nupkg",
+ "System.Reflection.Metadata.1.0.22.nupkg.sha512",
+ "System.Reflection.Metadata.nuspec"
+ ]
+ },
"System.Reflection.Primitives/4.0.0": {
"type": "package",
"serviceable": true,
@@ -2766,64 +4419,44 @@
"System.Resources.ResourceManager.nuspec"
]
},
- "System.Runtime/4.0.21-beta-23409": {
+ "System.Runtime/4.0.20": {
"type": "package",
"serviceable": true,
- "sha512": "RMY5vXDu2cCelJmXP5un1HZSzbgRVpT5sgQPvFL2T7cLVinSY4vMWIgnlkh1visiQiy+nUlzeWP0uoMPDDRRJw==",
- "files": [
- "lib/DNXCore50/de/System.Runtime.xml",
- "lib/DNXCore50/es/System.Runtime.xml",
- "lib/DNXCore50/fr/System.Runtime.xml",
- "lib/DNXCore50/it/System.Runtime.xml",
- "lib/DNXCore50/ja/System.Runtime.xml",
- "lib/DNXCore50/ko/System.Runtime.xml",
- "lib/DNXCore50/ru/System.Runtime.xml",
+ "sha512": "X7N/9Bz7jVPorqdVFO86ns1sX6MlQM+WTxELtx+Z4VG45x9+LKmWH0GRqjgKprUnVuwmfB9EJ9DQng14Z7/zwg==",
+ "files": [
"lib/DNXCore50/System.Runtime.dll",
- "lib/DNXCore50/System.Runtime.xml",
- "lib/DNXCore50/zh-hans/System.Runtime.xml",
- "lib/DNXCore50/zh-hant/System.Runtime.xml",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net46/_._",
- "lib/netcore50/de/System.Runtime.xml",
- "lib/netcore50/es/System.Runtime.xml",
- "lib/netcore50/fr/System.Runtime.xml",
- "lib/netcore50/it/System.Runtime.xml",
- "lib/netcore50/ja/System.Runtime.xml",
- "lib/netcore50/ko/System.Runtime.xml",
- "lib/netcore50/ru/System.Runtime.xml",
"lib/netcore50/System.Runtime.dll",
- "lib/netcore50/System.Runtime.xml",
- "lib/netcore50/zh-hans/System.Runtime.xml",
- "lib/netcore50/zh-hant/System.Runtime.xml",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
+ "ref/dotnet/de/System.Runtime.xml",
+ "ref/dotnet/es/System.Runtime.xml",
+ "ref/dotnet/fr/System.Runtime.xml",
+ "ref/dotnet/it/System.Runtime.xml",
+ "ref/dotnet/ja/System.Runtime.xml",
+ "ref/dotnet/ko/System.Runtime.xml",
+ "ref/dotnet/ru/System.Runtime.xml",
"ref/dotnet/System.Runtime.dll",
+ "ref/dotnet/System.Runtime.xml",
+ "ref/dotnet/zh-hans/System.Runtime.xml",
+ "ref/dotnet/zh-hant/System.Runtime.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
- "runtimes/win8-aot/lib/netcore50/de/System.Runtime.xml",
- "runtimes/win8-aot/lib/netcore50/es/System.Runtime.xml",
- "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.xml",
- "runtimes/win8-aot/lib/netcore50/it/System.Runtime.xml",
- "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.xml",
- "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.xml",
- "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.xml",
"runtimes/win8-aot/lib/netcore50/System.Runtime.dll",
- "runtimes/win8-aot/lib/netcore50/System.Runtime.xml",
- "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.xml",
- "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.xml",
- "System.Runtime.4.0.21-beta-23409.nupkg",
- "System.Runtime.4.0.21-beta-23409.nupkg.sha512",
+ "System.Runtime.4.0.20.nupkg",
+ "System.Runtime.4.0.20.nupkg.sha512",
"System.Runtime.nuspec"
]
},
- "System.Runtime.Extensions/4.0.11-beta-23225": {
+ "System.Runtime.Extensions/4.0.10": {
"type": "package",
"serviceable": true,
- "sha512": "Dgqglr6Xq3FYrJRPOzIEfACJBxAYfrzzuv4i2vVEwS8LhvA0oSBCM4OwlrPQTNOhFL+VKvogcHKs6O53DnAvZw==",
+ "sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==",
"files": [
"lib/DNXCore50/System.Runtime.Extensions.dll",
"lib/MonoAndroid10/_._",
@@ -2832,15 +4465,25 @@
"lib/netcore50/System.Runtime.Extensions.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
+ "ref/dotnet/de/System.Runtime.Extensions.xml",
+ "ref/dotnet/es/System.Runtime.Extensions.xml",
+ "ref/dotnet/fr/System.Runtime.Extensions.xml",
+ "ref/dotnet/it/System.Runtime.Extensions.xml",
+ "ref/dotnet/ja/System.Runtime.Extensions.xml",
+ "ref/dotnet/ko/System.Runtime.Extensions.xml",
+ "ref/dotnet/ru/System.Runtime.Extensions.xml",
"ref/dotnet/System.Runtime.Extensions.dll",
+ "ref/dotnet/System.Runtime.Extensions.xml",
+ "ref/dotnet/zh-hans/System.Runtime.Extensions.xml",
+ "ref/dotnet/zh-hant/System.Runtime.Extensions.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll",
- "System.Runtime.Extensions.4.0.11-beta-23225.nupkg",
- "System.Runtime.Extensions.4.0.11-beta-23225.nupkg.sha512",
+ "System.Runtime.Extensions.4.0.10.nupkg",
+ "System.Runtime.Extensions.4.0.10.nupkg.sha512",
"System.Runtime.Extensions.nuspec"
]
},
@@ -2912,26 +4555,100 @@
"System.Runtime.InteropServices.nuspec"
]
},
- "System.Security.Cryptography.Primitives/4.0.0-beta-23225": {
+ "System.Runtime.Numerics/4.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "aAYGEOE01nabQLufQ4YO8WuSyZzOqGcksi8m1BRW8ppkmssR7en8TqiXcBkB2gTkCnKG/Ai2NQY8CgdmgZw/fw==",
+ "files": [
+ "lib/dotnet/System.Runtime.Numerics.dll",
+ "lib/net45/_._",
+ "lib/netcore50/System.Runtime.Numerics.dll",
+ "lib/win8/_._",
+ "lib/wpa81/_._",
+ "ref/dotnet/de/System.Runtime.Numerics.xml",
+ "ref/dotnet/es/System.Runtime.Numerics.xml",
+ "ref/dotnet/fr/System.Runtime.Numerics.xml",
+ "ref/dotnet/it/System.Runtime.Numerics.xml",
+ "ref/dotnet/ja/System.Runtime.Numerics.xml",
+ "ref/dotnet/ko/System.Runtime.Numerics.xml",
+ "ref/dotnet/ru/System.Runtime.Numerics.xml",
+ "ref/dotnet/System.Runtime.Numerics.dll",
+ "ref/dotnet/System.Runtime.Numerics.xml",
+ "ref/dotnet/zh-hans/System.Runtime.Numerics.xml",
+ "ref/dotnet/zh-hant/System.Runtime.Numerics.xml",
+ "ref/net45/_._",
+ "ref/netcore50/System.Runtime.Numerics.dll",
+ "ref/netcore50/System.Runtime.Numerics.xml",
+ "ref/win8/_._",
+ "ref/wpa81/_._",
+ "System.Runtime.Numerics.4.0.0.nupkg",
+ "System.Runtime.Numerics.4.0.0.nupkg.sha512",
+ "System.Runtime.Numerics.nuspec"
+ ]
+ },
+ "System.Security.Claims/4.0.0": {
"type": "package",
"serviceable": true,
- "sha512": "+d/qgU+N70qzg5oE5x/7NC4Y6LPwGVFbcQRl4MggXJrjWtO/dbybLTpMr3hj07nl17Fj7GxGjpwRZaIGnpux/w==",
+ "sha512": "94NFR/7JN3YdyTH7hl2iSvYmdA8aqShriTHectcK+EbizT71YczMaG6LuqJBQP/HWo66AQyikYYM9aw+4EzGXg==",
"files": [
- "lib/DNXCore50/System.Security.Cryptography.Primitives.dll",
+ "lib/dotnet/System.Security.Claims.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
- "lib/net46/System.Security.Cryptography.Primitives.dll",
+ "lib/net46/System.Security.Claims.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
- "ref/dotnet/System.Security.Cryptography.Primitives.dll",
+ "ref/dotnet/de/System.Security.Claims.xml",
+ "ref/dotnet/es/System.Security.Claims.xml",
+ "ref/dotnet/fr/System.Security.Claims.xml",
+ "ref/dotnet/it/System.Security.Claims.xml",
+ "ref/dotnet/ja/System.Security.Claims.xml",
+ "ref/dotnet/ko/System.Security.Claims.xml",
+ "ref/dotnet/ru/System.Security.Claims.xml",
+ "ref/dotnet/System.Security.Claims.dll",
+ "ref/dotnet/System.Security.Claims.xml",
+ "ref/dotnet/zh-hans/System.Security.Claims.xml",
+ "ref/dotnet/zh-hant/System.Security.Claims.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
- "ref/net46/System.Security.Cryptography.Primitives.dll",
+ "ref/net46/System.Security.Claims.dll",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
- "System.Security.Cryptography.Primitives.4.0.0-beta-23225.nupkg",
- "System.Security.Cryptography.Primitives.4.0.0-beta-23225.nupkg.sha512",
- "System.Security.Cryptography.Primitives.nuspec"
+ "System.Security.Claims.4.0.0.nupkg",
+ "System.Security.Claims.4.0.0.nupkg.sha512",
+ "System.Security.Claims.nuspec"
+ ]
+ },
+ "System.Security.Principal/4.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "FOhq3jUOONi6fp5j3nPYJMrKtSJlqAURpjiO3FaDIV4DJNEYymWW5uh1pfxySEB8dtAW+I66IypzNge/w9OzZQ==",
+ "files": [
+ "lib/dotnet/System.Security.Principal.dll",
+ "lib/net45/_._",
+ "lib/netcore50/System.Security.Principal.dll",
+ "lib/win8/_._",
+ "lib/wp80/_._",
+ "lib/wpa81/_._",
+ "ref/dotnet/de/System.Security.Principal.xml",
+ "ref/dotnet/es/System.Security.Principal.xml",
+ "ref/dotnet/fr/System.Security.Principal.xml",
+ "ref/dotnet/it/System.Security.Principal.xml",
+ "ref/dotnet/ja/System.Security.Principal.xml",
+ "ref/dotnet/ko/System.Security.Principal.xml",
+ "ref/dotnet/ru/System.Security.Principal.xml",
+ "ref/dotnet/System.Security.Principal.dll",
+ "ref/dotnet/System.Security.Principal.xml",
+ "ref/dotnet/zh-hans/System.Security.Principal.xml",
+ "ref/dotnet/zh-hant/System.Security.Principal.xml",
+ "ref/net45/_._",
+ "ref/netcore50/System.Security.Principal.dll",
+ "ref/netcore50/System.Security.Principal.xml",
+ "ref/win8/_._",
+ "ref/wp80/_._",
+ "ref/wpa81/_._",
+ "System.Security.Principal.4.0.0.nupkg",
+ "System.Security.Principal.4.0.0.nupkg.sha512",
+ "System.Security.Principal.nuspec"
]
},
"System.Security.SecureString/4.0.0-beta-23225": {
@@ -3022,10 +4739,10 @@
"System.Text.Encoding.Extensions.nuspec"
]
},
- "System.Text.RegularExpressions/4.0.11-beta-23225": {
+ "System.Text.RegularExpressions/4.0.10": {
"type": "package",
"serviceable": true,
- "sha512": "Wkrt+Fa6JjzRACz7Dgaqd3wdDhZ1giI8M9ISBaVayKXK1D82dCdR+B5ttl4oP+XoH8/kOJvrYxFqahANXeiOlA==",
+ "sha512": "0vDuHXJePpfMCecWBNOabOKCvzfTbFMNcGgklt3l5+RqHV5SzmF7RUVpuet8V0rJX30ROlL66xdehw2Rdsn2DA==",
"files": [
"lib/dotnet/System.Text.RegularExpressions.dll",
"lib/MonoAndroid10/_._",
@@ -3033,21 +4750,31 @@
"lib/net46/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
+ "ref/dotnet/de/System.Text.RegularExpressions.xml",
+ "ref/dotnet/es/System.Text.RegularExpressions.xml",
+ "ref/dotnet/fr/System.Text.RegularExpressions.xml",
+ "ref/dotnet/it/System.Text.RegularExpressions.xml",
+ "ref/dotnet/ja/System.Text.RegularExpressions.xml",
+ "ref/dotnet/ko/System.Text.RegularExpressions.xml",
+ "ref/dotnet/ru/System.Text.RegularExpressions.xml",
"ref/dotnet/System.Text.RegularExpressions.dll",
+ "ref/dotnet/System.Text.RegularExpressions.xml",
+ "ref/dotnet/zh-hans/System.Text.RegularExpressions.xml",
+ "ref/dotnet/zh-hant/System.Text.RegularExpressions.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
- "System.Text.RegularExpressions.4.0.11-beta-23225.nupkg",
- "System.Text.RegularExpressions.4.0.11-beta-23225.nupkg.sha512",
+ "System.Text.RegularExpressions.4.0.10.nupkg",
+ "System.Text.RegularExpressions.4.0.10.nupkg.sha512",
"System.Text.RegularExpressions.nuspec"
]
},
- "System.Threading/4.0.11-beta-23225": {
+ "System.Threading/4.0.10": {
"type": "package",
"serviceable": true,
- "sha512": "W0tZYWumMM2IoJJzv4e3CbtJLqmsOuo/H8uva4bO7relUPhkZL9c0sXWI3sIv6BJwXbrVM2W2JJGk9PyEi3sJg==",
+ "sha512": "0w6pRxIEE7wuiOJeKabkDgeIKmqf4ER1VNrs6qFwHnooEE78yHwi/bKkg5Jo8/pzGLm0xQJw0nEmPXt1QBAIUA==",
"files": [
"lib/DNXCore50/System.Threading.dll",
"lib/MonoAndroid10/_._",
@@ -3056,43 +4783,28 @@
"lib/netcore50/System.Threading.dll",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
+ "ref/dotnet/de/System.Threading.xml",
+ "ref/dotnet/es/System.Threading.xml",
+ "ref/dotnet/fr/System.Threading.xml",
+ "ref/dotnet/it/System.Threading.xml",
+ "ref/dotnet/ja/System.Threading.xml",
+ "ref/dotnet/ko/System.Threading.xml",
+ "ref/dotnet/ru/System.Threading.xml",
"ref/dotnet/System.Threading.dll",
+ "ref/dotnet/System.Threading.xml",
+ "ref/dotnet/zh-hans/System.Threading.xml",
+ "ref/dotnet/zh-hant/System.Threading.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"runtimes/win8-aot/lib/netcore50/System.Threading.dll",
- "System.Threading.4.0.11-beta-23225.nupkg",
- "System.Threading.4.0.11-beta-23225.nupkg.sha512",
+ "System.Threading.4.0.10.nupkg",
+ "System.Threading.4.0.10.nupkg.sha512",
"System.Threading.nuspec"
]
},
- "System.Threading.Overlapped/4.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "X5LuQFhM5FTqaez3eXKJ9CbfSGZ7wj6j4hSVtxct3zmwQXLqG95qoWdvILcgN7xtrDOBIFtpiyDg0vmoI0jE2A==",
- "files": [
- "lib/DNXCore50/System.Threading.Overlapped.dll",
- "lib/net46/System.Threading.Overlapped.dll",
- "lib/netcore50/System.Threading.Overlapped.dll",
- "ref/dotnet/de/System.Threading.Overlapped.xml",
- "ref/dotnet/es/System.Threading.Overlapped.xml",
- "ref/dotnet/fr/System.Threading.Overlapped.xml",
- "ref/dotnet/it/System.Threading.Overlapped.xml",
- "ref/dotnet/ja/System.Threading.Overlapped.xml",
- "ref/dotnet/ko/System.Threading.Overlapped.xml",
- "ref/dotnet/ru/System.Threading.Overlapped.xml",
- "ref/dotnet/System.Threading.Overlapped.dll",
- "ref/dotnet/System.Threading.Overlapped.xml",
- "ref/dotnet/zh-hans/System.Threading.Overlapped.xml",
- "ref/dotnet/zh-hant/System.Threading.Overlapped.xml",
- "ref/net46/System.Threading.Overlapped.dll",
- "System.Threading.Overlapped.4.0.0.nupkg",
- "System.Threading.Overlapped.4.0.0.nupkg.sha512",
- "System.Threading.Overlapped.nuspec"
- ]
- },
"System.Threading.Tasks/4.0.10": {
"type": "package",
"serviceable": true,
@@ -3127,6 +4839,53 @@
"System.Threading.Tasks.nuspec"
]
},
+ "System.Threading.Tasks.Dataflow/4.5.25": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "Y5/Dj+tYlDxHBwie7bFKp3+1uSG4vqTJRF7Zs7kaUQ3ahYClffCTxvgjrJyPclC+Le55uE7bMLgjZQVOQr3Jfg==",
+ "files": [
+ "lib/dotnet/System.Threading.Tasks.Dataflow.dll",
+ "lib/dotnet/System.Threading.Tasks.Dataflow.XML",
+ "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Dataflow.dll",
+ "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Dataflow.XML",
+ "lib/portable-net45+win8+wpa81/System.Threading.Tasks.Dataflow.dll",
+ "lib/portable-net45+win8+wpa81/System.Threading.Tasks.Dataflow.XML",
+ "System.Threading.Tasks.Dataflow.4.5.25.nupkg",
+ "System.Threading.Tasks.Dataflow.4.5.25.nupkg.sha512",
+ "System.Threading.Tasks.Dataflow.nuspec"
+ ]
+ },
+ "System.Threading.Tasks.Parallel/4.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "GXDhjPhF3nE4RtDia0W6JR4UMdmhOyt9ibHmsNV6GLRT4HAGqU636Teo4tqvVQOFp2R6b1ffxPXiRaoqtzGxuA==",
+ "files": [
+ "lib/dotnet/System.Threading.Tasks.Parallel.dll",
+ "lib/net45/_._",
+ "lib/netcore50/System.Threading.Tasks.Parallel.dll",
+ "lib/win8/_._",
+ "lib/wpa81/_._",
+ "ref/dotnet/de/System.Threading.Tasks.Parallel.xml",
+ "ref/dotnet/es/System.Threading.Tasks.Parallel.xml",
+ "ref/dotnet/fr/System.Threading.Tasks.Parallel.xml",
+ "ref/dotnet/it/System.Threading.Tasks.Parallel.xml",
+ "ref/dotnet/ja/System.Threading.Tasks.Parallel.xml",
+ "ref/dotnet/ko/System.Threading.Tasks.Parallel.xml",
+ "ref/dotnet/ru/System.Threading.Tasks.Parallel.xml",
+ "ref/dotnet/System.Threading.Tasks.Parallel.dll",
+ "ref/dotnet/System.Threading.Tasks.Parallel.xml",
+ "ref/dotnet/zh-hans/System.Threading.Tasks.Parallel.xml",
+ "ref/dotnet/zh-hant/System.Threading.Tasks.Parallel.xml",
+ "ref/net45/_._",
+ "ref/netcore50/System.Threading.Tasks.Parallel.dll",
+ "ref/netcore50/System.Threading.Tasks.Parallel.xml",
+ "ref/win8/_._",
+ "ref/wpa81/_._",
+ "System.Threading.Tasks.Parallel.4.0.0.nupkg",
+ "System.Threading.Tasks.Parallel.4.0.0.nupkg.sha512",
+ "System.Threading.Tasks.Parallel.nuspec"
+ ]
+ },
"System.Threading.Thread/4.0.0-beta-23225": {
"type": "package",
"serviceable": true,
@@ -3149,47 +4908,99 @@
"System.Threading.Thread.nuspec"
]
},
- "System.Threading.ThreadPool/4.0.10-beta-23225": {
+ "System.Threading.Timer/4.0.0": {
+ "type": "package",
+ "sha512": "BIdJH5/e4FnVl7TkRUiE3pWytp7OYiRUGtwUbyLewS/PhKiLepFetdtlW+FvDYOVn60Q2NMTrhHhJ51q+sVW5g==",
+ "files": [
+ "lib/DNXCore50/System.Threading.Timer.dll",
+ "lib/net451/_._",
+ "lib/netcore50/System.Threading.Timer.dll",
+ "lib/win81/_._",
+ "lib/wpa81/_._",
+ "ref/dotnet/de/System.Threading.Timer.xml",
+ "ref/dotnet/es/System.Threading.Timer.xml",
+ "ref/dotnet/fr/System.Threading.Timer.xml",
+ "ref/dotnet/it/System.Threading.Timer.xml",
+ "ref/dotnet/ja/System.Threading.Timer.xml",
+ "ref/dotnet/ko/System.Threading.Timer.xml",
+ "ref/dotnet/ru/System.Threading.Timer.xml",
+ "ref/dotnet/System.Threading.Timer.dll",
+ "ref/dotnet/System.Threading.Timer.xml",
+ "ref/dotnet/zh-hans/System.Threading.Timer.xml",
+ "ref/dotnet/zh-hant/System.Threading.Timer.xml",
+ "ref/net451/_._",
+ "ref/netcore50/System.Threading.Timer.dll",
+ "ref/netcore50/System.Threading.Timer.xml",
+ "ref/win81/_._",
+ "ref/wpa81/_._",
+ "runtimes/win8-aot/lib/netcore50/System.Threading.Timer.dll",
+ "System.Threading.Timer.4.0.0.nupkg",
+ "System.Threading.Timer.4.0.0.nupkg.sha512",
+ "System.Threading.Timer.nuspec"
+ ]
+ },
+ "System.Xml.ReaderWriter/4.0.10": {
"type": "package",
"serviceable": true,
- "sha512": "PhzoJxm1zWxvCg96n3Ok1rDIQbWmi37bhnFgY1GJoGp5s/0RGDOFI3T6uWQX27NHMy1L2uU5f5x5HmuzRjLyMQ==",
+ "sha512": "VdmWWMH7otrYV7D+cviUo7XjX0jzDnD/lTGSZTlZqfIQ5PhXk85j+6P0TK9od3PnOd5ZIM+pOk01G/J+3nh9/w==",
"files": [
- "lib/DNXCore50/System.Threading.ThreadPool.dll",
+ "lib/dotnet/System.Xml.ReaderWriter.dll",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
- "lib/net46/System.Threading.ThreadPool.dll",
+ "lib/net46/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
- "ref/dotnet/System.Threading.ThreadPool.dll",
+ "ref/dotnet/de/System.Xml.ReaderWriter.xml",
+ "ref/dotnet/es/System.Xml.ReaderWriter.xml",
+ "ref/dotnet/fr/System.Xml.ReaderWriter.xml",
+ "ref/dotnet/it/System.Xml.ReaderWriter.xml",
+ "ref/dotnet/ja/System.Xml.ReaderWriter.xml",
+ "ref/dotnet/ko/System.Xml.ReaderWriter.xml",
+ "ref/dotnet/ru/System.Xml.ReaderWriter.xml",
+ "ref/dotnet/System.Xml.ReaderWriter.dll",
+ "ref/dotnet/System.Xml.ReaderWriter.xml",
+ "ref/dotnet/zh-hans/System.Xml.ReaderWriter.xml",
+ "ref/dotnet/zh-hant/System.Xml.ReaderWriter.xml",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
- "ref/net46/System.Threading.ThreadPool.dll",
+ "ref/net46/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
- "System.Threading.ThreadPool.4.0.10-beta-23225.nupkg",
- "System.Threading.ThreadPool.4.0.10-beta-23225.nupkg.sha512",
- "System.Threading.ThreadPool.nuspec"
+ "System.Xml.ReaderWriter.4.0.10.nupkg",
+ "System.Xml.ReaderWriter.4.0.10.nupkg.sha512",
+ "System.Xml.ReaderWriter.nuspec"
]
},
- "System.Threading.Timer/4.0.1-beta-23225": {
+ "System.Xml.XDocument/4.0.10": {
"type": "package",
"serviceable": true,
- "sha512": "yvM2+vU/AQ1n+y317/ZUd0WEDSQ687c5pbcc4vc2bm14HG49j0rFem91qok5UEyh1Vnah0nF/NiIydhr9cTmNg==",
+ "sha512": "+ej0g0INnXDjpS2tDJsLO7/BjyBzC+TeBXLeoGnvRrm4AuBH9PhBjjZ1IuKWOhCkxPkFognUOKhZHS2glIOlng==",
"files": [
- "lib/DNXCore50/System.Threading.Timer.dll",
- "lib/net451/_._",
- "lib/netcore50/System.Threading.Timer.dll",
- "lib/win81/_._",
- "lib/wpa81/_._",
- "ref/dotnet/System.Threading.Timer.dll",
- "ref/net451/_._",
- "ref/netcore50/System.Threading.Timer.dll",
- "ref/win81/_._",
- "ref/wpa81/_._",
- "runtimes/win8-aot/lib/netcore50/System.Threading.Timer.dll",
- "System.Threading.Timer.4.0.1-beta-23225.nupkg",
- "System.Threading.Timer.4.0.1-beta-23225.nupkg.sha512",
- "System.Threading.Timer.nuspec"
+ "lib/dotnet/System.Xml.XDocument.dll",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net46/_._",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "ref/dotnet/de/System.Xml.XDocument.xml",
+ "ref/dotnet/es/System.Xml.XDocument.xml",
+ "ref/dotnet/fr/System.Xml.XDocument.xml",
+ "ref/dotnet/it/System.Xml.XDocument.xml",
+ "ref/dotnet/ja/System.Xml.XDocument.xml",
+ "ref/dotnet/ko/System.Xml.XDocument.xml",
+ "ref/dotnet/ru/System.Xml.XDocument.xml",
+ "ref/dotnet/System.Xml.XDocument.dll",
+ "ref/dotnet/System.Xml.XDocument.xml",
+ "ref/dotnet/zh-hans/System.Xml.XDocument.xml",
+ "ref/dotnet/zh-hant/System.Xml.XDocument.xml",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net46/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "System.Xml.XDocument.4.0.10.nupkg",
+ "System.Xml.XDocument.4.0.10.nupkg.sha512",
+ "System.Xml.XDocument.nuspec"
]
}
},
@@ -3221,21 +5032,14 @@
"fx/System.Threading ",
"fx/System.Threading.Tasks "
],
- "DNXCore,Version=v5.0": [
- "Microsoft.CSharp >= 4.0.1-beta-23225",
- "System.Collections >= 4.0.11-beta-23225",
+ ".NETPlatform,Version=v5.0": [
+ "Microsoft.NETCore.Platforms >= 1.0.0",
+ "Microsoft.NETCore >= 5.0.0",
"System.Collections.Concurrent >= 4.0.11-beta-23225",
"System.Console >= 4.0.0-beta-23225",
"System.Diagnostics.Process >= 4.0.0-beta-23225",
"System.Diagnostics.TraceSource >= 4.0.0-beta-23109",
- "System.IO.FileSystem >= 4.0.1-beta-23225",
- "System.Linq >= 4.0.1-beta-23225",
- "System.Runtime >= 4.0.21-beta-23409",
- "System.Runtime.Extensions >= 4.0.11-beta-23225",
- "System.Text.RegularExpressions >= 4.0.11-beta-23225",
- "System.Threading >= 4.0.11-beta-23225",
- "System.Threading.Thread >= 4.0.0-beta-23225",
- "System.Threading.Timer >= 4.0.1-beta-23225"
+ "System.Threading.Thread >= 4.0.0-beta-23225"
]
}
}
\ No newline at end of file
diff --git a/test/Serilog.Tests/project.json b/test/Serilog.Tests/project.json
index d1d51fc3e..d1ac856f6 100644
--- a/test/Serilog.Tests/project.json
+++ b/test/Serilog.Tests/project.json
@@ -44,6 +44,8 @@
},
"dnxcore50": {
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.0",
+ "Microsoft.NETCore": "5.0.0",
"Microsoft.CSharp": "4.0.1-beta-23225",
"System.Collections": "4.0.11-beta-23225",
"System.Console": "4.0.0-beta-23225",