Use tooling to add Platforms dependencies and imports where necessary.
authorDavis Goodin <dagood@microsoft.com>
Wed, 24 Feb 2016 00:11:15 +0000 (18:11 -0600)
committerDavis Goodin <dagood@microsoft.com>
Wed, 2 Mar 2016 18:32:03 +0000 (12:32 -0600)
432 files changed:
tests/src/Common/CoreCLRTestLibrary/project.json
tests/src/Common/Coreclr.TestWrapper/project.json
tests/src/CoreMangLib/components/fileversioninfo/project.json
tests/src/CoreMangLib/components/stopwatch/project.json
tests/src/CoreMangLib/cti/system/action/project.json
tests/src/CoreMangLib/cti/system/activator/project.json
tests/src/CoreMangLib/cti/system/argumentexception/project.json
tests/src/CoreMangLib/cti/system/argumentnullexception/project.json
tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/project.json
tests/src/CoreMangLib/cti/system/arithmeticexception/project.json
tests/src/CoreMangLib/cti/system/array/project.json
tests/src/CoreMangLib/cti/system/arraytypemismatchexception/project.json
tests/src/CoreMangLib/cti/system/attribute/project.json
tests/src/CoreMangLib/cti/system/attributetargets/project.json
tests/src/CoreMangLib/cti/system/attributeusageattribute/project.json
tests/src/CoreMangLib/cti/system/badimageformatexception/project.json
tests/src/CoreMangLib/cti/system/boolean/project.json
tests/src/CoreMangLib/cti/system/byte/project.json
tests/src/CoreMangLib/cti/system/char/project.json
tests/src/CoreMangLib/cti/system/charenumerator/project.json
tests/src/CoreMangLib/cti/system/clscompliantattribute/project.json
tests/src/CoreMangLib/cti/system/collections/dictionaryentry/project.json
tests/src/CoreMangLib/cti/system/collections/generic/comparer/project.json
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/project.json
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/project.json
tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/project.json
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/project.json
tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/project.json
tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/project.json
tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/project.json
tests/src/CoreMangLib/cti/system/collections/generic/icollection/project.json
tests/src/CoreMangLib/cti/system/collections/generic/idictionary/project.json
tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/project.json
tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/project.json
tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/project.json
tests/src/CoreMangLib/cti/system/collections/generic/ilist/project.json
tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/project.json
tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/project.json
tests/src/CoreMangLib/cti/system/collections/generic/list/project.json
tests/src/CoreMangLib/cti/system/collections/generic/queue/project.json
tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/project.json
tests/src/CoreMangLib/cti/system/collections/generic/stack/project.json
tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/project.json
tests/src/CoreMangLib/cti/system/collections/icollection/project.json
tests/src/CoreMangLib/cti/system/collections/icomparer/project.json
tests/src/CoreMangLib/cti/system/collections/idictionary/project.json
tests/src/CoreMangLib/cti/system/collections/ienumerator/project.json
tests/src/CoreMangLib/cti/system/collections/ilist/project.json
tests/src/CoreMangLib/cti/system/comparison/project.json
tests/src/CoreMangLib/cti/system/console/project.json
tests/src/CoreMangLib/cti/system/convert/project.json
tests/src/CoreMangLib/cti/system/datetime/project.json
tests/src/CoreMangLib/cti/system/datetimekind/project.json
tests/src/CoreMangLib/cti/system/dayofweek/project.json
tests/src/CoreMangLib/cti/system/decimal/project.json
tests/src/CoreMangLib/cti/system/delegate/project.json
tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/project.json
tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/project.json
tests/src/CoreMangLib/cti/system/dividebyzeroexception/project.json
tests/src/CoreMangLib/cti/system/dllnotfoundexception/project.json
tests/src/CoreMangLib/cti/system/double/project.json
tests/src/CoreMangLib/cti/system/enum/project.json
tests/src/CoreMangLib/cti/system/environment/project.json
tests/src/CoreMangLib/cti/system/eventargs/project.json
tests/src/CoreMangLib/cti/system/eventhandler/project.json
tests/src/CoreMangLib/cti/system/eventhandler_generic/project.json
tests/src/CoreMangLib/cti/system/exception/project.json
tests/src/CoreMangLib/cti/system/flagsattribute/project.json
tests/src/CoreMangLib/cti/system/formatexception/project.json
tests/src/CoreMangLib/cti/system/gc/project.json
tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/project.json
tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/project.json
tests/src/CoreMangLib/cti/system/globalization/compareinfo/project.json
tests/src/CoreMangLib/cti/system/globalization/compareoptions/project.json
tests/src/CoreMangLib/cti/system/globalization/cultureinfo/project.json
tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/project.json
tests/src/CoreMangLib/cti/system/globalization/datetimestyles/project.json
tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/project.json
tests/src/CoreMangLib/cti/system/globalization/numberstyles/project.json
tests/src/CoreMangLib/cti/system/globalization/regioninfo/project.json
tests/src/CoreMangLib/cti/system/globalization/stringinfo/project.json
tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/project.json
tests/src/CoreMangLib/cti/system/globalization/textinfo/project.json
tests/src/CoreMangLib/cti/system/globalization/unicodecategory/project.json
tests/src/CoreMangLib/cti/system/guid/project.json
tests/src/CoreMangLib/cti/system/icomparable/project.json
tests/src/CoreMangLib/cti/system/icomparable_generic/project.json
tests/src/CoreMangLib/cti/system/iconvertible/project.json
tests/src/CoreMangLib/cti/system/idisposable/project.json
tests/src/CoreMangLib/cti/system/iformatable/project.json
tests/src/CoreMangLib/cti/system/indexoutofrangeexception/project.json
tests/src/CoreMangLib/cti/system/int/project.json
tests/src/CoreMangLib/cti/system/int16/project.json
tests/src/CoreMangLib/cti/system/int64/project.json
tests/src/CoreMangLib/cti/system/intptr/project.json
tests/src/CoreMangLib/cti/system/invalidcastexception/project.json
tests/src/CoreMangLib/cti/system/invalidoperationexception/project.json
tests/src/CoreMangLib/cti/system/invalidprogramexception/project.json
tests/src/CoreMangLib/cti/system/io/binarywriter/project.json
tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/project.json
tests/src/CoreMangLib/cti/system/io/endofstreamexception/project.json
tests/src/CoreMangLib/cti/system/io/fileaccess/project.json
tests/src/CoreMangLib/cti/system/io/fileattributes/project.json
tests/src/CoreMangLib/cti/system/io/filemode/project.json
tests/src/CoreMangLib/cti/system/io/filenotfoundexception/project.json
tests/src/CoreMangLib/cti/system/io/fileshare/project.json
tests/src/CoreMangLib/cti/system/io/filestream/project.json
tests/src/CoreMangLib/cti/system/io/ioexception/project.json
tests/src/CoreMangLib/cti/system/io/memorystream/project.json
tests/src/CoreMangLib/cti/system/io/pathtoolongexception/project.json
tests/src/CoreMangLib/cti/system/io/seekorigin/project.json
tests/src/CoreMangLib/cti/system/io/stream/project.json
tests/src/CoreMangLib/cti/system/io/streamreader/project.json
tests/src/CoreMangLib/cti/system/io/stringwriter/project.json
tests/src/CoreMangLib/cti/system/io/textreader/project.json
tests/src/CoreMangLib/cti/system/io/textwriter/project.json
tests/src/CoreMangLib/cti/system/math/project.json
tests/src/CoreMangLib/cti/system/memberaccessexception/project.json
tests/src/CoreMangLib/cti/system/methodaccessexception/project.json
tests/src/CoreMangLib/cti/system/missingfieldexception/project.json
tests/src/CoreMangLib/cti/system/missingmemberexception/project.json
tests/src/CoreMangLib/cti/system/missingmethodexception/project.json
tests/src/CoreMangLib/cti/system/multicastdelegate/project.json
tests/src/CoreMangLib/cti/system/notimplementedexception/project.json
tests/src/CoreMangLib/cti/system/notsupportedexception/project.json
tests/src/CoreMangLib/cti/system/nullable/project.json
tests/src/CoreMangLib/cti/system/nullreferenceexception/project.json
tests/src/CoreMangLib/cti/system/object/project.json
tests/src/CoreMangLib/cti/system/objectdisposedexception/project.json
tests/src/CoreMangLib/cti/system/obsoleteattribute/project.json
tests/src/CoreMangLib/cti/system/outofmemoryexception/project.json
tests/src/CoreMangLib/cti/system/overflowexception/project.json
tests/src/CoreMangLib/cti/system/paramarrayattribute/project.json
tests/src/CoreMangLib/cti/system/platformnotsupportedexception/project.json
tests/src/CoreMangLib/cti/system/predicate/project.json
tests/src/CoreMangLib/cti/system/random/project.json
tests/src/CoreMangLib/cti/system/rankexception/project.json
tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/project.json
tests/src/CoreMangLib/cti/system/reflection/assembly/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblyname/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/callingconventions/project.json
tests/src/CoreMangLib/cti/system/reflection/constructorinfo/project.json
tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/emit/fieldtoken/project.json
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/project.json
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/project.json
tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/project.json
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/project.json
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/project.json
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/project.json
tests/src/CoreMangLib/cti/system/reflection/eventattributes/project.json
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/project.json
tests/src/CoreMangLib/cti/system/reflection/methodattributes/project.json
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/project.json
tests/src/CoreMangLib/cti/system/reflection/parameterattributes/project.json
tests/src/CoreMangLib/cti/system/reflection/propertyattributes/project.json
tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/project.json
tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/project.json
tests/src/CoreMangLib/cti/system/reflection/typeattributes/project.json
tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/project.json
tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/project.json
tests/src/CoreMangLib/cti/system/resources/resourcemanager/project.json
tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/project.json
tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/project.json
tests/src/CoreMangLib/cti/system/runtimefieldhandle/project.json
tests/src/CoreMangLib/cti/system/runtimemethodhandle/project.json
tests/src/CoreMangLib/cti/system/runtimetypehandle/project.json
tests/src/CoreMangLib/cti/system/sbyte/project.json
tests/src/CoreMangLib/cti/system/security/securityexception/project.json
tests/src/CoreMangLib/cti/system/single/project.json
tests/src/CoreMangLib/cti/system/string/project.json
tests/src/CoreMangLib/cti/system/stringcompare/project.json
tests/src/CoreMangLib/cti/system/stringcomparer/project.json
tests/src/CoreMangLib/cti/system/stringcomparison/project.json
tests/src/CoreMangLib/cti/system/szarrayhelper/project.json
tests/src/CoreMangLib/cti/system/text/decoder/project.json
tests/src/CoreMangLib/cti/system/text/encoder/project.json
tests/src/CoreMangLib/cti/system/text/encoding/project.json
tests/src/CoreMangLib/cti/system/text/stringbuilder/project.json
tests/src/CoreMangLib/cti/system/text/unicodeencoding/project.json
tests/src/CoreMangLib/cti/system/text/utf8encoding/project.json
tests/src/CoreMangLib/cti/system/threading/autoresetevent/project.json
tests/src/CoreMangLib/cti/system/threading/interlocked/project.json
tests/src/CoreMangLib/cti/system/threading/manualresetevent/project.json
tests/src/CoreMangLib/cti/system/threading/timeout/project.json
tests/src/CoreMangLib/cti/system/threading/waithandle/project.json
tests/src/CoreMangLib/cti/system/timeoutexception/project.json
tests/src/CoreMangLib/cti/system/timespan/project.json
tests/src/CoreMangLib/cti/system/type/project.json
tests/src/CoreMangLib/cti/system/typecode/project.json
tests/src/CoreMangLib/cti/system/typeloadexception/project.json
tests/src/CoreMangLib/cti/system/uint16/project.json
tests/src/CoreMangLib/cti/system/uint32/project.json
tests/src/CoreMangLib/cti/system/uint64/project.json
tests/src/CoreMangLib/cti/system/uintptr/project.json
tests/src/CoreMangLib/cti/system/valuetype/project.json
tests/src/CoreMangLib/cti/system/version/project.json
tests/src/CoreMangLib/cti/system/weakreference/project.json
tests/src/CoreMangLib/reflection/assembly/project.json
tests/src/CoreMangLib/system/buffer/project.json
tests/src/CoreMangLib/system/collections/generic/hashset/project.json
tests/src/CoreMangLib/system/datetime/project.json
tests/src/CoreMangLib/system/delegate/generics/project.json
tests/src/CoreMangLib/system/delegate/miscellaneous/project.json
tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/project.json
tests/src/CoreMangLib/system/delegate/threatmodel/public/project.json
tests/src/CoreMangLib/system/delegate/threatmodel/tests/project.json
tests/src/CoreMangLib/system/exception/project.json
tests/src/CoreMangLib/system/guid/project.json
tests/src/CoreMangLib/system/lazyt/project.json
tests/src/CoreMangLib/system/reflection/assembly/project.json
tests/src/CoreMangLib/system/resources/resourcemanager/project.json
tests/src/CoreMangLib/system/text/encoding/project.json
tests/src/CoreMangLib/system/type/project.json
tests/src/CoreMangLib/system/version/project.json
tests/src/Exceptions/Finalization/project.json
tests/src/GC/API/GCSettings/project.json
tests/src/GC/Coverage/project.json
tests/src/GC/Features/HeapExpansion/project.json
tests/src/GC/Features/Pinning/PinningOther/project.json
tests/src/GC/Performance/Framework/project.json
tests/src/GC/Performance/Tests/project.json
tests/src/GC/Regressions/v2.0-beta1/149926/project.json
tests/src/GC/Regressions/v2.0-beta1/289745/project.json
tests/src/GC/Regressions/v2.0-beta2/426480/project.json
tests/src/GC/Regressions/v2.0-beta2/471729/project.json
tests/src/GC/Regressions/v2.0-beta2/476725/project.json
tests/src/GC/Regressions/v2.0-beta2/485617/project.json
tests/src/GC/Regressions/v2.0-rtm/494226/project.json
tests/src/GC/Regressions/v2.0-rtm/544701/project.json
tests/src/GC/Scenarios/Boxing/project.json
tests/src/GC/Scenarios/DoublinkList/project.json
tests/src/GC/Scenarios/FinalNStruct/project.json
tests/src/GC/Scenarios/FinalizeTimeout/project.json
tests/src/GC/Stress/Framework/project.json
tests/src/GC/Stress/Tests/project.json
tests/src/Interop/ArrayMarshalling/BoolArray/project.json
tests/src/Interop/ArrayMarshalling/ByValArray/project.json
tests/src/Interop/PrimitiveMarshalling/Bool/project.json
tests/src/Interop/PrimitiveMarshalling/UIntPtr/project.json
tests/src/Interop/ReversePInvoke/Marshalling/marshalboolarray/project.json
tests/src/Interop/ReversePInvoke/Marshalling/project.json
tests/src/JIT/Directed/StructABI/project.json
tests/src/JIT/Directed/TypedReference/project.json
tests/src/JIT/Methodical/dynamic_methods/project.json
tests/src/JIT/Methodical/eh/rethrow/project.json
tests/src/JIT/Methodical/structs/systemvbringup/project.json
tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/project.json
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/project.json
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/project.json
tests/src/JIT/Regression/Dev11/External/dev11_149090/project.json
tests/src/JIT/SIMD/project.json
tests/src/JIT/config/benchmark+roslyn/project.json
tests/src/JIT/config/benchmark+serialize/project.json
tests/src/JIT/config/benchmark/project.json
tests/src/JIT/config/empty/project.json
tests/src/JIT/config/extra/project.json
tests/src/JIT/config/minimal/project.json
tests/src/JIT/config/threading+thread/project.json
tests/src/JIT/config/threading/project.json
tests/src/JIT/jit64/eh/basics/project.json
tests/src/Loader/NativeLibs/project.json
tests/src/Loader/binding/assemblies/assemblybugs/102140/project.json
tests/src/Loader/binding/assemblies/assemblybugs/177066w/project.json
tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json
tests/src/Loader/binding/assemblies/assemblyversion/project.json
tests/src/Loader/binding/assemblies/basicapi/assemblynamector/project.json
tests/src/Loader/binding/assemblies/generics/arilistienum/methods/project.json
tests/src/Loader/classloader/explicitlayout/misc/project.json
tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/project.json
tests/src/Loader/classloader/generics/regressions/vsw237932/project.json
tests/src/Loader/classloader/generics/regressions/vsw514968/project.json
tests/src/Loader/classloader/generics/regressions/vsw524571/project.json
tests/src/Loader/classloader/methodoverriding/regressions/549411/project.json
tests/src/Loader/classloader/methodoverriding/regressions/577403/project.json
tests/src/Loader/classloader/methodoverriding/regressions/593884/project.json
tests/src/Loader/classloader/nesting/coreclr/project.json
tests/src/Loader/classloader/regressions/101904/project.json
tests/src/Loader/classloader/regressions/123413/project.json
tests/src/Loader/classloader/regressions/144257/project.json
tests/src/Loader/classloader/regressions/245191/project.json
tests/src/Loader/classloader/regressions/359519/project.json
tests/src/Loader/classloader/regressions/405223/project.json
tests/src/Loader/classloader/regressions/434481/project.json
tests/src/Loader/classloader/regressions/dev10_851479/project.json
tests/src/Loader/classloader/regressions/dev10_889822/project.json
tests/src/Loader/classloader/regressions/vsw111021/project.json
tests/src/Loader/classloader/regressions/vsw307137/project.json
tests/src/Loader/lowlevel/regress/105736/project.json
tests/src/Loader/multimodule/project.json
tests/src/Loader/regressions/classloader/project.json
tests/src/Loader/regressions/polyrec/project.json
tests/src/Loader/versioning/coverage/project.json
tests/src/Regressions/assemblyref/project.json
tests/src/Regressions/common/project.json
tests/src/Regressions/coreclr/0014/project.json
tests/src/Regressions/coreclr/0018/project.json
tests/src/Regressions/coreclr/0028/project.json
tests/src/Regressions/coreclr/0041/project.json
tests/src/Regressions/coreclr/0044/project.json
tests/src/Regressions/coreclr/0046/project.json
tests/src/Regressions/coreclr/0069/project.json
tests/src/Regressions/coreclr/0075/project.json
tests/src/Regressions/coreclr/0077/project.json
tests/src/Regressions/coreclr/0080/project.json
tests/src/Regressions/coreclr/0099/project.json
tests/src/Regressions/coreclr/0138/project.json
tests/src/Regressions/coreclr/0149/project.json
tests/src/Regressions/coreclr/0198/project.json
tests/src/Regressions/coreclr/0202/project.json
tests/src/Regressions/coreclr/0211/project.json
tests/src/Regressions/coreclr/0275/project.json
tests/src/Regressions/coreclr/0308/project.json
tests/src/Regressions/coreclr/0341/project.json
tests/src/Regressions/coreclr/0342/project.json
tests/src/Regressions/coreclr/0416/project.json
tests/src/Regressions/coreclr/0433/project.json
tests/src/Regressions/coreclr/0487/project.json
tests/src/Regressions/coreclr/0570/project.json
tests/src/Regressions/coreclr/0576/project.json
tests/src/Regressions/coreclr/0582/project.json
tests/src/Regressions/coreclr/0583/project.json
tests/src/Regressions/coreclr/0584/project.json
tests/src/Regressions/coreclr/0694/project.json
tests/src/Regressions/coreclr/0792/project.json
tests/src/Regressions/coreclr/0828/project.json
tests/src/Regressions/coreclr/0829/project.json
tests/src/Regressions/coreclr/0857/project.json
tests/src/Regressions/coreclr/0939/project.json
tests/src/Regressions/coreclr/0968/project.json
tests/src/Regressions/coreclr/1307/project.json
tests/src/Regressions/coreclr/1333/project.json
tests/src/Regressions/coreclr/1337/project.json
tests/src/Regressions/coreclr/1380/project.json
tests/src/Regressions/coreclr/1386/project.json
tests/src/Regressions/coreclr/1402/project.json
tests/src/Regressions/coreclr/1514/project.json
tests/src/Regressions/coreclr/1534/project.json
tests/src/Regressions/coreclr/1535/project.json
tests/src/Regressions/coreclr/1549/project.json
tests/src/Regressions/coreclr/72162/project.json
tests/src/Regressions/expl_double/project.json
tests/src/Threading/ThreadStatics/project.json
tests/src/baseservices/compilerservices/dynamicobjectproperties/project.json
tests/src/baseservices/exceptions/generics/project.json
tests/src/baseservices/exceptions/regressions/v4.0/640474/project.json
tests/src/baseservices/exceptions/regressions/v4.0/706099/project.json
tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/project.json
tests/src/baseservices/exceptions/regressions/whidbeybeta2/366085/project.json
tests/src/baseservices/exceptions/regressions/whidbeym3.3/106011/project.json
tests/src/baseservices/exceptions/regressions/whidbeym3.3/293674/project.json
tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/project.json
tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/project.json
tests/src/baseservices/exceptions/simple/project.json
tests/src/baseservices/exceptions/unittests/project.json
tests/src/baseservices/finalization/project.json
tests/src/baseservices/ilasm_ildasm/regression/dd130885/project.json
tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/project.json
tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/project.json
tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/project.json
tests/src/baseservices/regression/v1/assembly/vos/cool/helloworld/project.json
tests/src/baseservices/regression/v1/assembly/vos/cool/multipleassembly/project.json
tests/src/baseservices/regression/v1/seh/vc/chain/project.json
tests/src/baseservices/regression/v1/threads/functional/thread/project.json
tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/project.json
tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/project.json
tests/src/baseservices/regression/v1/threads/hostedscenario/apunload/project.json
tests/src/baseservices/regression/v1/threads/hostedscenario/apunloadtwo/project.json
tests/src/baseservices/threading/currentculture/project.json
tests/src/baseservices/threading/generics/syncdelegate/project.json
tests/src/baseservices/threading/generics/threadstart/project.json
tests/src/baseservices/threading/interlocked/add/project.json
tests/src/baseservices/threading/interlocked/compareexchange/project.json
tests/src/baseservices/threading/interlocked/exchange/project.json
tests/src/baseservices/threading/monitor/enter/project.json
tests/src/baseservices/threading/monitor/exit/project.json
tests/src/baseservices/threading/monitor/pulse/project.json
tests/src/baseservices/threading/monitor/pulseall/project.json
tests/src/baseservices/threading/monitor/unownedlock/project.json
tests/src/baseservices/threading/paramthreadstart/project.json
tests/src/baseservices/threading/readerwriterlockslim/project.json
tests/src/baseservices/threading/regressions/17360/project.json
tests/src/baseservices/threading/regressions/576463/project.json
tests/src/baseservices/threading/regressions/6906/project.json
tests/src/baseservices/threading/stress/sudoku/project.json
tests/src/baseservices/threading/threadstatic/project.json
tests/src/baseservices/tools/roundtrip/dlls/project.json
tests/src/baseservices/visibility/project.json
tests/src/hosting/coreclr/activation/sxshost/project.json
tests/src/hosting/samples/hosting/usercode/project.json
tests/src/hosting/samples/resolveevent/usercodedependency/project.json
tests/src/hosting/stress/testset1/project.json
tests/src/managed/Compilation/project.json
tests/src/readytorun/project.json
tests/src/readytorun/testv1/project.json
tests/src/readytorun/testv2/project.json
tests/src/reflection/regression/dev10bugs/project.json
tests/src/reflection/regression/reflectionrepromasterforsl/project.json
tests/src/runtime/project.json

index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 668501240afd6cac5be41288bfd4509dab63868f..ef82897e7bb20c2330aaf9dce90b44db5db44173 100644 (file)
@@ -1,32 +1,33 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
+    "System.Text.Encoding": "4.0.10-beta-23302",
     "System.Threading": "4.0.10-beta-23302",
     "System.Threading.Tasks": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
-    "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 08302b0880e21af14bcae204c47990368060ecc8..015f06313262a1dc5e977fc834dadf8ce88dd6ee 100644 (file)
@@ -1,16 +1,19 @@
-{
+{
   "version": "1.0.0-*",
   "description": "GCPerfTestFramework Class Library",
-  "authors": [ "segilles" ],
-  "tags": [ "" ],
+  "authors": [
+    "segilles"
+  ],
+  "tags": [
+    ""
+  ],
   "projectUrl": "",
   "licenseUrl": "",
-
   "dependencies": {
-    "xunit": "2.1.0",
-    "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0027"
+    "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0027",
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "xunit": "2.1.0"
   },
-
   "frameworks": {
     "dnxcore5": {
       "compilationOptions": {
@@ -43,7 +46,8 @@
         "System.Xml.XmlSerializer": "4.0.11-beta-23302",
         "System.Xml.XmlDocument": "4.0.1-beta-23302",
         "System.Xml.XDocument": "4.0.11-beta-23302"
-      }
+      },
+      "imports": "portable-net45+win8"
     }
   }
 }
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 51514fcf96b61f6a5592b00a09b451ce9b5dc5de..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
-{
+{
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 51514fcf96b61f6a5592b00a09b451ce9b5dc5de..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
-{
+{
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index f8f05683ef8bc509040b3d063b439e374ef1da95..4fd022012e876ccf4bdc5f8ac7b768ff542c2bfa 100644 (file)
@@ -1,8 +1,9 @@
 {
   "dependencies": {
-    "System.Runtime": "4.0.20-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-23302",
+    "System.Runtime": "4.0.20-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index a6d118d1ac59c086e9652a9ed31d4a780dc726ee..0ba1eb2d873b1a70ac6139f63aaed9dbeca4d81c 100644 (file)
@@ -1,10 +1,11 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Reflection.Emit.Lightweight": "4.0.0-beta-*",
+    "System.Reflection.TypeExtensions": "4.0.0",
     "System.Runtime": "4.0.20-beta-*",
-    "System.Runtime.Extensions": "4.0.10-beta-*",
-    "System.Reflection.TypeExtensions": "4.0.0"
+    "System.Runtime.Extensions": "4.0.10-beta-*"
   },
   "frameworks": {
     "dnxcore50": {}
index 293a3bceb063725e588b87aaa1ed3ec361bcb074..046b020d220eb8a2083af3ce7e8bd7b3508db19e 100644 (file)
@@ -1,7 +1,8 @@
 {
   "dependencies": {
-    "System.IO": "4.0.10", 
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
+    "System.IO": "4.0.10",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*",
     "System.Runtime.InteropServices": "4.0.10-beta-*"
index f8f05683ef8bc509040b3d063b439e374ef1da95..4fd022012e876ccf4bdc5f8ac7b768ff542c2bfa 100644 (file)
@@ -1,8 +1,9 @@
 {
   "dependencies": {
-    "System.Runtime": "4.0.20-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-23302",
+    "System.Runtime": "4.0.20-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
index af22daf226085ac3f242b7940ee043ca3fec25df..85690a10b44d41c3577c11fd85cda1c2095467e6 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Collections.NonGeneric": "4.0.0-beta-*",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
index af22daf226085ac3f242b7940ee043ca3fec25df..85690a10b44d41c3577c11fd85cda1c2095467e6 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Collections.NonGeneric": "4.0.0-beta-*",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
index 21574ae0fee62d661afbc1e8af2ae06120ea148c..abbdc4d0d144e1341a14faa7ead028800437570b 100644 (file)
@@ -1,12 +1,13 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Collections": "4.0.0-beta-*",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*",
     "System.Threading": "4.0.0-beta-*",
     "System.Threading.Thread": "4.0.0-beta-*",
-    "System.Threading.Timer": "4.0.0-beta-*",
+    "System.Threading.Timer": "4.0.0-beta-*"
   },
   "frameworks": {
     "dnxcore50": {}
index 60bb6e191d45be210caaac6f7a0737a62de9319b..3d3ec84a88745210c27d86090423da21f0f83bf3 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Collections": "4.0.0-beta-*",
     "System.Console": "4.0.0-beta-*",
     "System.Linq": "4.0.0-beta-*",
index e098f12c9ae501f390ef12abd84e16e7ec0bf470..869c8a90970d82d1709fa326885bcf8420ff0bcf 100644 (file)
@@ -1,15 +1,16 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Collections": "4.0.10",
     "System.Console": "4.0.0-beta-*",
-       "System.Linq": "4.0.0",
-       "System.Numerics.Vectors": "4.1.1-beta-23226",
+    "System.Linq": "4.0.0",
+    "System.Numerics.Vectors": "4.1.1-beta-23226",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*",
     "System.Threading": "4.0.0-beta-*",
-    "System.Threading.Thread": "4.0.0-beta-*",
+    "System.Threading.Thread": "4.0.0-beta-*"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index fe67d1aa2b1502d5905a57f9688a8e269491703f..43d395adc1daef6987507e46dccecef26f0b8193 100644 (file)
@@ -1,18 +1,19 @@
 {
   "dependencies": {
-    "Microsoft.CodeAnalysis.Compilers" : "1.1.1",
+    "Microsoft.CodeAnalysis.Compilers": "1.1.1",
     "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0027",
     "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0027",
     "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0027",
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
-    "System.Runtime": "4.0.20-beta-*",
+    "System.Numerics.Vectors": "4.1.1-beta-*",
+    "System.Numerics.Vectors.WindowsRuntime": "4.0.1-beta-*",
     "System.Reflection": "4.0.10",
     "System.Reflection.Extensions": "4.0.0",
     "System.Reflection.TypeExtensions": "4.0.0",
+    "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*",
     "System.Runtime.Numerics": "4.0.1-beta-*",
-    "System.Numerics.Vectors": "4.1.1-beta-*",
-    "System.Numerics.Vectors.WindowsRuntime": "4.0.1-beta-*",
     "System.Threading": "4.0.10",
     "System.Threading.Tasks": "4.0.10",
     "System.Threading.Tasks.Parallel": "4.0.0",
     "xunit.runner.utility": "2.1.0"
   },
   "frameworks": {
-    "dnxcore50": {}
+    "dnxcore50": {
+      "imports": "portable-net45+win8"
+    }
+  },
+  "runtimes": {
+    "win8-x86": {},
+    "win8-x64": {}
   }
 }
index 1a42750c63c3f2bfac497b46f72c43629543f464..1a4306915a3ecfce8422a3b89f93ce6d06bbf384 100644 (file)
@@ -3,21 +3,24 @@
     "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0027",
     "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0027",
     "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0027",
-    "System.Runtime": "4.0.20-beta-*",
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "Newtonsoft.Json": "7.0.1",
     "System.Console": "4.0.0-beta-*",
     "System.IO": "4.0.10",
     "System.ObjectModel": "4.0.10",
+    "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Serialization.Json": "4.0.0",
     "System.Runtime.Serialization.Primitives": "4.0.10",
     "System.Runtime.Serialization.Xml": "4.0.10",
     "System.Xml.XmlDocument": "4.0.0",
     "System.Xml.XmlSerializer": "4.0.10",
-    "Newtonsoft.Json": "7.0.1",
     "xunit": "2.1.0",
-    "xunit.runner.utility": "2.1.0",
-    "xunit.console.netcore": "1.0.2-prerelease-00128"
+    "xunit.console.netcore": "1.0.2-prerelease-00128",
+    "xunit.runner.utility": "2.1.0"
   },
   "frameworks": {
-    "dnxcore50": { }
-  },
+    "dnxcore50": {
+      "imports": "portable-net45+win8"
+    }
+  }
 }
index 690921a616d585ea0434dabe13a34e794a678290..4d8c7f962e5dc7a7602d3377e3bf255291ee1ae8 100644 (file)
@@ -3,14 +3,15 @@
     "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0027",
     "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0027",
     "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0027",
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Collections.NonGeneric": "4.0.0",
     "System.Console": "4.0.0-beta-*",
     "System.Linq": "4.0.0",
+    "System.Numerics.Vectors": "4.1.1-beta-*",
+    "System.Numerics.Vectors.WindowsRuntime": "4.0.1-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*",
     "System.Runtime.Numerics": "4.0.1-beta-*",
-    "System.Numerics.Vectors": "4.1.1-beta-*",
-    "System.Numerics.Vectors.WindowsRuntime": "4.0.1-beta-*",
     "System.Threading": "4.0.10",
     "System.Threading.Tasks": "4.0.10",
     "System.Threading.Tasks.Parallel": "4.0.0",
     "xunit.runner.utility": "2.1.0"
   },
   "frameworks": {
-    "dnxcore50": {}
+    "dnxcore50": {
+      "imports": "portable-net45+win8"
+    }
+  },
+  "runtimes": {
+    "win8-x86": {},
+    "win8-x64": {}
   }
 }
index 23102a99cc84098ea68afb134a17c01b28c9303c..30ef69df5bb32b8c61d81a907c45e2b7a2dfe1f7 100644 (file)
@@ -2,5 +2,6 @@
   "dependencies": {
   },
   "frameworks": {
+    "dnxcore50": {}
   }
 }
\ No newline at end of file
index b2b9ed68c0929461d29786563bfb71228173588d..5a34d29dcbd3427e7ed877140b47df016f4826b9 100644 (file)
@@ -1,18 +1,19 @@
 {
   "dependencies": {
-    "System.Console": "4.0.0-beta-*",
-    "System.Runtime": "4.0.20-beta-*",
-    "System.Runtime.Extensions": "4.0.10-beta-*",
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Collections": "4.0.10-beta-*",
-    "System.Runtime.InteropServices": "4.0.21-beta-*",
+    "System.Console": "4.0.0-beta-*",
+    "System.Diagnostics.Debug": "4.0.11-beta-*",
     "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-beta-*",
+    "System.Diagnostics.Process": "4.1.0-beta-*",
+    "System.Globalization": "4.0.11-beta-*",
     "System.IO": "4.0.11-beta-*",
     "System.IO.FileSystem": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.11-beta-*",
     "System.Reflection": "4.1.0-beta-*",
-    "System.Diagnostics.Process": "4.1.0-beta-*",
-    "System.Diagnostics.Debug": "4.0.11-beta-*",
-    "System.Reflection.TypeExtensions": "4.0.0-beta-*"
+    "System.Reflection.TypeExtensions": "4.0.0-beta-*",
+    "System.Runtime": "4.0.20-beta-*",
+    "System.Runtime.Extensions": "4.0.10-beta-*",
+    "System.Runtime.InteropServices": "4.0.21-beta-*"
   },
   "frameworks": {
     "dnxcore50": {}
index e242aad0f4a6d7d39509d199d3ecb1d8961b9844..c5b23fd7457044a746129e491d99dea6b2a07c7f 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*",
index 58fb1908e0eeda59fb022d6e3efa7f859a3e16b6..39144fa205df2742656b79bfbf99b052c31f804e 100644 (file)
@@ -1,14 +1,19 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
+    "System.Numerics.Vectors": "4.1.1-beta-*",
+    "System.Numerics.Vectors.WindowsRuntime": "4.0.1-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*",
     "System.Threading": "4.0.0-beta-*",
-    "System.Threading.Thread": "4.0.0-beta-*",
-    "System.Numerics.Vectors": "4.1.1-beta-*",
-    "System.Numerics.Vectors.WindowsRuntime": "4.0.1-beta-*"
+    "System.Threading.Thread": "4.0.0-beta-*"
   },
   "frameworks": {
     "dnxcore50": {}
+  },
+  "runtimes": {
+    "win8-x86": {},
+    "win8-x64": {}
   }
-}
\ No newline at end of file
+}
index d3674ba6638050c71eeaea3ab6d5027a8310352d..3d468d2baf66037566f1ebd71c763b05dc910a35 100644 (file)
@@ -1,11 +1,12 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*",
-    "System.Threading": "4.0.0-beta-*",
+    "System.Threading": "4.0.0-beta-*"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 1d9422de18042985bfe2777f9b7a49603f84c453..f8444db7b044002514a2954b678611e5a45c3f5a 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Collections": "4.0.0-beta-*",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 4d3c6b25dfa2bfd82078eac5c2eadf387e09abbf..4c1906afca39603c7b52b3e1b0bd21440f775618 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 4d3c6b25dfa2bfd82078eac5c2eadf387e09abbf..4c1906afca39603c7b52b3e1b0bd21440f775618 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 4d3c6b25dfa2bfd82078eac5c2eadf387e09abbf..4c1906afca39603c7b52b3e1b0bd21440f775618 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 4d3c6b25dfa2bfd82078eac5c2eadf387e09abbf..4c1906afca39603c7b52b3e1b0bd21440f775618 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 4d3c6b25dfa2bfd82078eac5c2eadf387e09abbf..4c1906afca39603c7b52b3e1b0bd21440f775618 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 7fad5ffff3d6a3f2007117bbe5e565c00456848a..ea152f4bb596fea63ea09aa16fc0bac199d3cf21 100644 (file)
@@ -1,5 +1,6 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-beta-*",
     "System.Runtime": "4.0.20-beta-*",
     "System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index afa88b875656ba351bf7a78c3544967f0fdf8f3e..9212f6e460dbd097598ded138d13a4148410de93 100644 (file)
@@ -1,25 +1,28 @@
 {
   "dependencies": {
-    "System.Console": "4.0.0-beta-*",
-    "System.Runtime": "4.0.20-beta-*",
+    "Microsoft.CodeAnalysis.Compilers": "1.1.1",
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Collections": "4.0.10-beta-*",
     "System.Collections.Concurrent": "4.0.10-beta-*",
+    "System.Collections.Immutable": "1.1.37",
+    "System.Console": "4.0.0-beta-*",
+    "System.Dynamic.Runtime": "4.0.10-beta-*",
     "System.IO": "4.0.10-beta-*",
     "System.IO.FileSystem": "4.0.0-beta-*",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-*",
+    "System.Runtime": "4.0.20-beta-*",
+    "System.Runtime.Extensions": "4.0.10-beta-*",
+    "System.Runtime.Handles": "4.0.0-beta-*",
     "System.Text.Encoding": "4.0.10-beta-*",
     "System.Threading": "4.0.0-beta-*",
-    "System.Threading.Tasks": "4.0.10-beta-*",
-    "System.Runtime.Handles": "4.0.0-beta-*",
-    "System.Threading.ThreadPool": "4.0.10-beta-*",
     "System.Threading.Overlapped": "4.0.0-beta-*",
-    "System.Dynamic.Runtime": "4.0.10-beta-*",
+    "System.Threading.Tasks": "4.0.10-beta-*",
     "System.Threading.Tasks.Parallel": "4.0.0-beta-*",
-    "System.Runtime.Extensions": "4.0.10-beta-*",
-    "Microsoft.CodeAnalysis.Compilers": "1.1.1",
-    "System.Collections.Immutable": "1.1.37"
+    "System.Threading.ThreadPool": "4.0.10-beta-*"
   },
   "frameworks": {
-    "dnxcore50": {}
+    "dnxcore50": {
+      "imports": "portable-net45+win8"
+    }
   }
-}
\ No newline at end of file
+}
index ead654bfc959bb599337c268a98343905981d2a2..a7dc498ec2a178d562ffd17c1410fff4696d2895 100644 (file)
@@ -1,34 +1,35 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
-    "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
-    "System.Text.Encoding": "4.0.10-beta-23302",
     "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Runtime.Loader": "4.0.0-beta-23302",
+    "System.Text.Encoding": "4.0.10-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index ead654bfc959bb599337c268a98343905981d2a2..a7dc498ec2a178d562ffd17c1410fff4696d2895 100644 (file)
@@ -1,34 +1,35 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
-    "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
-    "System.Text.Encoding": "4.0.10-beta-23302",
     "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Runtime.Loader": "4.0.0-beta-23302",
+    "System.Text.Encoding": "4.0.10-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index ead654bfc959bb599337c268a98343905981d2a2..a7dc498ec2a178d562ffd17c1410fff4696d2895 100644 (file)
@@ -1,34 +1,35 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
-    "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
-    "System.Text.Encoding": "4.0.10-beta-23302",
     "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Runtime.Loader": "4.0.0-beta-23302",
+    "System.Text.Encoding": "4.0.10-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index cd536cf30e8e70c0772687d3f803367f7bcea3f1..0976b609321a4e1c9626496ebe996db3db8de8e3 100644 (file)
@@ -1,33 +1,34 @@
 {
   "dependencies": {
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-beta-23302",
+    "System.Collections.NonGeneric": "4.0.1-beta-23302",
+    "System.Collections.Specialized": "4.0.1-beta-23302",
+    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Console": "4.0.0-beta-23302",
     "System.Diagnostics.Process": "4.0.0-beta-23302",
+    "System.Globalization": "4.0.10-beta-23302",
+    "System.Globalization.Calendars": "4.0.0-beta-23302",
     "System.IO": "4.0.10-beta-23302",
     "System.IO.FileSystem": "4.0.0-beta-23302",
     "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+    "System.Linq": "4.0.1-beta-23302",
+    "System.Linq.Queryable": "4.0.1-beta-23302",
+    "System.Reflection": "4.0.10-beta-23302",
+    "System.Reflection.Primitives": "4.0.0-beta-23302",
     "System.Runtime": "4.0.20-beta-23302",
     "System.Runtime.Extensions": "4.0.10-beta-23302",
     "System.Runtime.Handles": "4.0.0-beta-23302",
+    "System.Runtime.InteropServices": "4.0.20-beta-23302",
     "System.Runtime.Loader": "4.0.0-beta-23302",
-    "System.Threading": "4.0.10-beta-23302",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
     "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-23302",
-    "System.Reflection": "4.0.10-beta-23302",
-    "System.Reflection.Primitives": "4.0.0-beta-23302",
-    "System.ComponentModel": "4.0.1-beta-23302",
+    "System.Threading": "4.0.10-beta-23302",
     "System.Xml.ReaderWriter": "4.0.11-beta-23302",
-    "System.Collections.NonGeneric": "4.0.1-beta-23302",
-    "System.Collections.Specialized": "4.0.1-beta-23302",
-    "System.Linq": "4.0.1-beta-23302",
-    "System.Linq.Queryable": "4.0.1-beta-23302",
-    "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+    "System.Xml.XDocument": "4.0.11-beta-23302",
     "System.Xml.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "System.Xml.XmlSerializer": "4.0.11-beta-23302"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 0a8ebfaff6306a6c13e51fadaf235ee7279c8f4c..1c5fa17cbe15bbbb731d6ec12253d5a1374f95c9 100644 (file)
@@ -1,6 +1,7 @@
-{
+{
   "dependencies": {
     "Microsoft.DotNet.CoreCLR.TestDependencies": "1.0.0-prerelease",
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Collections": "4.0.10-beta-*",
     "System.Collections.Concurrent": "4.0.10-beta-*",
     "System.Console": "4.0.0-beta-*",
     "System.Text.Encoding.Extensions": "4.0.10-beta-*",
     "System.Text.RegularExpressions": "4.0.10-beta-*",
     "System.Threading": "4.0.0-beta-*",
+    "System.Threading.Overlapped": "4.0.0-beta-*",
     "System.Threading.Tasks": "4.0.10-beta-*",
-    "System.Xml.ReaderWriter": "4.0.10-beta-*",
-    "System.Xml.XDocument": "4.0.10-beta-*",
     "System.Threading.ThreadPool": "4.0.10-beta-*",
-    "System.Threading.Overlapped": "4.0.0-beta-*"
+    "System.Xml.ReaderWriter": "4.0.10-beta-*",
+    "System.Xml.XDocument": "4.0.10-beta-*"
   },
   "frameworks": {
     "dnxcore50": {}
   }
 }
-