Add System.Threading.Thread to tests to restore missing types.
authorDavis Goodin <dagood@microsoft.com>
Thu, 3 Mar 2016 23:18:51 +0000 (17:18 -0600)
committerDavis Goodin <dagood@microsoft.com>
Thu, 10 Mar 2016 15:21:00 +0000 (09:21 -0600)
Upgrade System.Runtime dependency for JIT tests to get GCHandle.

Change system.runtime 4.0.20 to 4.1.0 rc2 dependency to try to copy the runtimes to CORE_ROOT.

Fix new project.json files.

Fix hardcoded Microsoft.DotNet.xunit.performance version.

Upgrade System.Runtime.InteropServices to prerelease level to avoid type conflicts with System.Runtime.

Commit migrated from https://github.com/dotnet/coreclr/commit/a6b58c35d0652f49194782a80a7c5a63d432a9ff

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

index 787e8af..bd7ba92 100644 (file)
@@ -12,7 +12,7 @@
     <CoreRootFiles Include="$(CORE_ROOT)\ilasm.exe" /> 
 
     <!-- TODO these files should get copied to core_root but does not as they are xunit files. Using temporary workaround for now -->
-    <CoreRootFiles Include="$(PackagesDir)Microsoft.DotNet.xunit.performance\1.0.0-alpha-build0027\lib\dotnet\xunit.performance.core.dll" />
+    <CoreRootFiles Include="$(PackagesDir)Microsoft.DotNet.xunit.performance\1.0.0-alpha-build0028\lib\dotnet\xunit.performance.core.dll" />
     <CoreRootFiles Include="$(PackagesDir)xunit.extensibility.core\2.1.0\lib\dotnet\xunit.core.dll" />
   </ItemGroup>
 
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 878544e..c87b3e3 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index ac1b3ea..1a6abdb 100644 (file)
@@ -24,7 +24,7 @@
         "System.IO": "4.0.10",
         "System.IO.FileSystem": "4.0.0",
         "System.IO.FileSystem.Primitives": "4.0.0",
-        "System.Runtime": "4.0.20",
+        "System.Runtime": "4.1.0-rc2-23816",
         "System.Runtime.Extensions": "4.0.10",
         "System.Runtime.Handles": "4.0.0",
         "System.Runtime.Loader": "4.0.0-rc2-23816",
@@ -32,7 +32,7 @@
         "System.Globalization.Calendars": "4.0.0",
         "System.Globalization": "4.0.10",
         "System.Text.Encoding": "4.0.10",
-        "System.Runtime.InteropServices": "4.0.20",
+        "System.Runtime.InteropServices": "4.1.0-rc2-23816",
         "System.Collections": "4.0.10",
         "System.Console": "4.0.0-rc2-23816",
         "System.Reflection": "4.0.10",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 2fa0811..91499d1 100755 (executable)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 22b4887..9ffcaa5 100644 (file)
@@ -2,8 +2,8 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
-    "System.Runtime.InteropServices": "4.0.20"
+    "System.Runtime": "4.1.0-rc2-23816",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816"
   },
   "frameworks": {
     "dnxcore50": {}
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 5ff075a..e6b05db 100644 (file)
@@ -4,7 +4,7 @@
     "System.Console": "4.0.0-rc2-23816",
     "System.Reflection.Emit.Lightweight": "4.0.0",
     "System.Reflection.TypeExtensions": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index dea7324..6bef118 100644 (file)
@@ -3,9 +3,9 @@
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
     "System.IO": "4.0.10",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.InteropServices": "4.0.10"
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816"
   },
   "frameworks": {
     "dnxcore50": {}
index 22b4887..9ffcaa5 100644 (file)
@@ -2,8 +2,8 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
-    "System.Runtime.InteropServices": "4.0.20"
+    "System.Runtime": "4.1.0-rc2-23816",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816"
   },
   "frameworks": {
     "dnxcore50": {}
index 3c8308f..2cb7701 100644 (file)
@@ -3,9 +3,9 @@
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Collections.NonGeneric": "4.0.0",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.InteropServices": "4.0.10"
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816"
   },
   "frameworks": {
     "dnxcore50": {}
index 3c8308f..2cb7701 100644 (file)
@@ -3,9 +3,9 @@
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Collections.NonGeneric": "4.0.0",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.InteropServices": "4.0.10"
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816"
   },
   "frameworks": {
     "dnxcore50": {}
index 190f28f..57b92a8 100644 (file)
@@ -3,7 +3,7 @@
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Collections": "4.0.0",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Threading": "4.0.0",
     "System.Threading.Thread": "4.0.0-rc2-23816",
index cf14662..ff0520e 100644 (file)
@@ -4,9 +4,9 @@
     "System.Collections": "4.0.0",
     "System.Console": "4.0.0-rc2-23816",
     "System.Linq": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.InteropServices": "4.0.10"
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816"
   },
   "frameworks": {
     "dnxcore50": {}
index 7ef966a..31b99ff 100644 (file)
@@ -5,7 +5,7 @@
     "System.Console": "4.0.0-rc2-23816",
     "System.Linq": "4.0.0",
     "System.Numerics.Vectors": "4.1.1-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Threading": "4.0.0",
     "System.Threading.Thread": "4.0.0-rc2-23816"
index 0db9955..30d79e6 100644 (file)
@@ -10,7 +10,7 @@
     "System.Reflection": "4.0.10",
     "System.Reflection.Extensions": "4.0.0",
     "System.Reflection.TypeExtensions": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Numerics": "4.0.1-rc2-23816",
     "System.Threading": "4.0.10",
index cf862a3..0d8c3f7 100644 (file)
@@ -8,7 +8,7 @@
     "System.Console": "4.0.0-rc2-23816",
     "System.IO": "4.0.10",
     "System.ObjectModel": "4.0.10",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Serialization.Json": "4.0.0",
     "System.Runtime.Serialization.Primitives": "4.0.10",
     "System.Runtime.Serialization.Xml": "4.0.10",
index d55604a..2670341 100644 (file)
@@ -8,7 +8,7 @@
     "System.Console": "4.0.0-rc2-23816",
     "System.Linq": "4.0.0",
     "System.Numerics.Vectors": "4.1.1-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Numerics": "4.0.1-rc2-23816",
     "System.Threading": "4.0.10",
index 1cfbe56..a580057 100644 (file)
@@ -11,7 +11,7 @@
     "System.IO.FileSystem": "4.0.0",
     "System.Reflection": "4.1.0-rc2-23816",
     "System.Reflection.TypeExtensions": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.InteropServices": "4.1.0-rc2-23816"
   },
index 96b8680..dcfc151 100644 (file)
@@ -2,9 +2,9 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.InteropServices": "4.0.10"
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816"
   },
   "frameworks": {
     "dnxcore50": {}
index 7665e7b..d218b8e 100644 (file)
@@ -3,7 +3,7 @@
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
     "System.Numerics.Vectors": "4.1.1-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Threading": "4.0.0",
     "System.Threading.Thread": "4.0.0-rc2-23816"
index 41a240b..f2f4fa5 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Threading": "4.0.0"
   },
index 5e0724a..e1a771e 100644 (file)
@@ -3,9 +3,9 @@
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Collections": "4.0.0",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.InteropServices": "4.0.10"
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816"
   },
   "frameworks": {
     "dnxcore50": {}
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index a56897b..cda793f 100644 (file)
@@ -2,7 +2,7 @@
   "dependencies": {
     "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
     "System.Console": "4.0.0-rc2-23816",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10"
   },
   "frameworks": {
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 7370062..21a7fa4 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 7370062..21a7fa4 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 7370062..21a7fa4 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 7370062..21a7fa4 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index c14efc6..f94c09b 100644 (file)
@@ -1,34 +1,35 @@
 {
   "dependencies": {
-    "System.Diagnostics.Process": "4.0.0-beta-23302",
-    "System.IO": "4.0.10-beta-23302",
-    "System.IO.FileSystem": "4.0.0-beta-23302",
-    "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
-    "System.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.Threading.AccessControl": "4.0.0-rc3-23823",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
-    "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-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.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-rc2-23816",
+    "System.Collections.NonGeneric": "4.0.1-rc2-23816",
+    "System.Collections.Specialized": "4.0.1-rc2-23816",
+    "System.ComponentModel": "4.0.1-rc2-23816",
+    "System.Console": "4.0.0-rc2-23816",
+    "System.Diagnostics.Process": "4.0.0-rc2-23816",
+    "System.Globalization": "4.0.10-rc2-23816",
+    "System.Globalization.Calendars": "4.0.0-rc2-23816",
+    "System.IO": "4.0.10-rc2-23816",
+    "System.IO.FileSystem": "4.0.0-rc2-23816",
+    "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816",
+    "System.Linq": "4.0.1-rc2-23816",
+    "System.Linq.Queryable": "4.0.1-rc2-23816",
+    "System.Reflection": "4.0.10-rc2-23816",
+    "System.Reflection.Primitives": "4.0.0-rc2-23816",
+    "System.Runtime": "4.0.20-rc2-23816",
+    "System.Runtime.Extensions": "4.0.10-rc2-23816",
+    "System.Runtime.Handles": "4.0.0-rc2-23816",
+    "System.Runtime.InteropServices": "4.0.20-rc2-23816",
+    "System.Runtime.Loader": "4.0.0-rc2-23816",
+    "System.Text.Encoding": "4.0.10-rc2-23816",
+    "System.Threading": "4.0.10-rc2-23816",
+    "System.Threading.AccessControl": "4.0.0-rc2-23816",
+    "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
+    "System.Xml.XDocument": "4.0.11-rc2-23816",
+    "System.Xml.XmlDocument": "4.0.1-rc2-23816",
+    "System.Xml.XmlSerializer": "4.0.11-rc2-23816"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 864cd20..f86149f 100644 (file)
@@ -1,35 +1,36 @@
 {
   "dependencies": {
-    "System.Diagnostics.Process": "4.0.0-beta-23302",
-    "System.IO": "4.0.10-beta-23302",
-    "System.IO.FileSystem": "4.0.0-beta-23302",
-    "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
-    "System.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.Threading.Timer": "4.0.0-rc3-23823",
-    "System.Threading.AccessControl": "4.0.0-rc3-23823",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
-    "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-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.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-rc2-23816",
+    "System.Collections.NonGeneric": "4.0.1-rc2-23816",
+    "System.Collections.Specialized": "4.0.1-rc2-23816",
+    "System.ComponentModel": "4.0.1-rc2-23816",
+    "System.Console": "4.0.0-rc2-23816",
+    "System.Diagnostics.Process": "4.0.0-rc2-23816",
+    "System.Globalization": "4.0.10-rc2-23816",
+    "System.Globalization.Calendars": "4.0.0-rc2-23816",
+    "System.IO": "4.0.10-rc2-23816",
+    "System.IO.FileSystem": "4.0.0-rc2-23816",
+    "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816",
+    "System.Linq": "4.0.1-rc2-23816",
+    "System.Linq.Queryable": "4.0.1-rc2-23816",
+    "System.Reflection": "4.0.10-rc2-23816",
+    "System.Reflection.Primitives": "4.0.0-rc2-23816",
+    "System.Runtime": "4.0.20-rc2-23816",
+    "System.Runtime.Extensions": "4.0.10-rc2-23816",
+    "System.Runtime.Handles": "4.0.0-rc2-23816",
+    "System.Runtime.InteropServices": "4.0.20-rc2-23816",
+    "System.Runtime.Loader": "4.0.0-rc2-23816",
+    "System.Text.Encoding": "4.0.10-rc2-23816",
+    "System.Threading": "4.0.10-rc2-23816",
+    "System.Threading.AccessControl": "4.0.0-rc2-23816",
+    "System.Threading.Timer": "4.0.0-rc2-23816",
+    "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
+    "System.Xml.XDocument": "4.0.11-rc2-23816",
+    "System.Xml.XmlDocument": "4.0.1-rc2-23816",
+    "System.Xml.XmlSerializer": "4.0.11-rc2-23816"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index c14efc6..f94c09b 100644 (file)
@@ -1,34 +1,35 @@
 {
   "dependencies": {
-    "System.Diagnostics.Process": "4.0.0-beta-23302",
-    "System.IO": "4.0.10-beta-23302",
-    "System.IO.FileSystem": "4.0.0-beta-23302",
-    "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
-    "System.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.Threading.AccessControl": "4.0.0-rc3-23823",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
-    "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-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.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-rc2-23816",
+    "System.Collections.NonGeneric": "4.0.1-rc2-23816",
+    "System.Collections.Specialized": "4.0.1-rc2-23816",
+    "System.ComponentModel": "4.0.1-rc2-23816",
+    "System.Console": "4.0.0-rc2-23816",
+    "System.Diagnostics.Process": "4.0.0-rc2-23816",
+    "System.Globalization": "4.0.10-rc2-23816",
+    "System.Globalization.Calendars": "4.0.0-rc2-23816",
+    "System.IO": "4.0.10-rc2-23816",
+    "System.IO.FileSystem": "4.0.0-rc2-23816",
+    "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816",
+    "System.Linq": "4.0.1-rc2-23816",
+    "System.Linq.Queryable": "4.0.1-rc2-23816",
+    "System.Reflection": "4.0.10-rc2-23816",
+    "System.Reflection.Primitives": "4.0.0-rc2-23816",
+    "System.Runtime": "4.0.20-rc2-23816",
+    "System.Runtime.Extensions": "4.0.10-rc2-23816",
+    "System.Runtime.Handles": "4.0.0-rc2-23816",
+    "System.Runtime.InteropServices": "4.0.20-rc2-23816",
+    "System.Runtime.Loader": "4.0.0-rc2-23816",
+    "System.Text.Encoding": "4.0.10-rc2-23816",
+    "System.Threading": "4.0.10-rc2-23816",
+    "System.Threading.AccessControl": "4.0.0-rc2-23816",
+    "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
+    "System.Xml.XDocument": "4.0.11-rc2-23816",
+    "System.Xml.XmlDocument": "4.0.1-rc2-23816",
+    "System.Xml.XmlSerializer": "4.0.11-rc2-23816"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 864cd20..f86149f 100644 (file)
@@ -1,35 +1,36 @@
 {
   "dependencies": {
-    "System.Diagnostics.Process": "4.0.0-beta-23302",
-    "System.IO": "4.0.10-beta-23302",
-    "System.IO.FileSystem": "4.0.0-beta-23302",
-    "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
-    "System.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.Threading.Timer": "4.0.0-rc3-23823",
-    "System.Threading.AccessControl": "4.0.0-rc3-23823",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
-    "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-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.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-rc2-23816",
+    "System.Collections.NonGeneric": "4.0.1-rc2-23816",
+    "System.Collections.Specialized": "4.0.1-rc2-23816",
+    "System.ComponentModel": "4.0.1-rc2-23816",
+    "System.Console": "4.0.0-rc2-23816",
+    "System.Diagnostics.Process": "4.0.0-rc2-23816",
+    "System.Globalization": "4.0.10-rc2-23816",
+    "System.Globalization.Calendars": "4.0.0-rc2-23816",
+    "System.IO": "4.0.10-rc2-23816",
+    "System.IO.FileSystem": "4.0.0-rc2-23816",
+    "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816",
+    "System.Linq": "4.0.1-rc2-23816",
+    "System.Linq.Queryable": "4.0.1-rc2-23816",
+    "System.Reflection": "4.0.10-rc2-23816",
+    "System.Reflection.Primitives": "4.0.0-rc2-23816",
+    "System.Runtime": "4.0.20-rc2-23816",
+    "System.Runtime.Extensions": "4.0.10-rc2-23816",
+    "System.Runtime.Handles": "4.0.0-rc2-23816",
+    "System.Runtime.InteropServices": "4.0.20-rc2-23816",
+    "System.Runtime.Loader": "4.0.0-rc2-23816",
+    "System.Text.Encoding": "4.0.10-rc2-23816",
+    "System.Threading": "4.0.10-rc2-23816",
+    "System.Threading.AccessControl": "4.0.0-rc2-23816",
+    "System.Threading.Timer": "4.0.0-rc2-23816",
+    "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
+    "System.Xml.XDocument": "4.0.11-rc2-23816",
+    "System.Xml.XmlDocument": "4.0.1-rc2-23816",
+    "System.Xml.XmlSerializer": "4.0.11-rc2-23816"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index c14efc6..f94c09b 100644 (file)
@@ -1,34 +1,35 @@
 {
   "dependencies": {
-    "System.Diagnostics.Process": "4.0.0-beta-23302",
-    "System.IO": "4.0.10-beta-23302",
-    "System.IO.FileSystem": "4.0.0-beta-23302",
-    "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
-    "System.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.Threading.AccessControl": "4.0.0-rc3-23823",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
-    "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-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.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-rc2-23816",
+    "System.Collections.NonGeneric": "4.0.1-rc2-23816",
+    "System.Collections.Specialized": "4.0.1-rc2-23816",
+    "System.ComponentModel": "4.0.1-rc2-23816",
+    "System.Console": "4.0.0-rc2-23816",
+    "System.Diagnostics.Process": "4.0.0-rc2-23816",
+    "System.Globalization": "4.0.10-rc2-23816",
+    "System.Globalization.Calendars": "4.0.0-rc2-23816",
+    "System.IO": "4.0.10-rc2-23816",
+    "System.IO.FileSystem": "4.0.0-rc2-23816",
+    "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816",
+    "System.Linq": "4.0.1-rc2-23816",
+    "System.Linq.Queryable": "4.0.1-rc2-23816",
+    "System.Reflection": "4.0.10-rc2-23816",
+    "System.Reflection.Primitives": "4.0.0-rc2-23816",
+    "System.Runtime": "4.0.20-rc2-23816",
+    "System.Runtime.Extensions": "4.0.10-rc2-23816",
+    "System.Runtime.Handles": "4.0.0-rc2-23816",
+    "System.Runtime.InteropServices": "4.0.20-rc2-23816",
+    "System.Runtime.Loader": "4.0.0-rc2-23816",
+    "System.Text.Encoding": "4.0.10-rc2-23816",
+    "System.Threading": "4.0.10-rc2-23816",
+    "System.Threading.AccessControl": "4.0.0-rc2-23816",
+    "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
+    "System.Xml.XDocument": "4.0.11-rc2-23816",
+    "System.Xml.XmlDocument": "4.0.1-rc2-23816",
+    "System.Xml.XmlSerializer": "4.0.11-rc2-23816"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index c14efc6..f94c09b 100644 (file)
@@ -1,34 +1,35 @@
 {
   "dependencies": {
-    "System.Diagnostics.Process": "4.0.0-beta-23302",
-    "System.IO": "4.0.10-beta-23302",
-    "System.IO.FileSystem": "4.0.0-beta-23302",
-    "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
-    "System.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.Threading.AccessControl": "4.0.0-rc3-23823",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
-    "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-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.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-rc2-23816",
+    "System.Collections.NonGeneric": "4.0.1-rc2-23816",
+    "System.Collections.Specialized": "4.0.1-rc2-23816",
+    "System.ComponentModel": "4.0.1-rc2-23816",
+    "System.Console": "4.0.0-rc2-23816",
+    "System.Diagnostics.Process": "4.0.0-rc2-23816",
+    "System.Globalization": "4.0.10-rc2-23816",
+    "System.Globalization.Calendars": "4.0.0-rc2-23816",
+    "System.IO": "4.0.10-rc2-23816",
+    "System.IO.FileSystem": "4.0.0-rc2-23816",
+    "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816",
+    "System.Linq": "4.0.1-rc2-23816",
+    "System.Linq.Queryable": "4.0.1-rc2-23816",
+    "System.Reflection": "4.0.10-rc2-23816",
+    "System.Reflection.Primitives": "4.0.0-rc2-23816",
+    "System.Runtime": "4.0.20-rc2-23816",
+    "System.Runtime.Extensions": "4.0.10-rc2-23816",
+    "System.Runtime.Handles": "4.0.0-rc2-23816",
+    "System.Runtime.InteropServices": "4.0.20-rc2-23816",
+    "System.Runtime.Loader": "4.0.0-rc2-23816",
+    "System.Text.Encoding": "4.0.10-rc2-23816",
+    "System.Threading": "4.0.10-rc2-23816",
+    "System.Threading.AccessControl": "4.0.0-rc2-23816",
+    "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
+    "System.Xml.XDocument": "4.0.11-rc2-23816",
+    "System.Xml.XmlDocument": "4.0.1-rc2-23816",
+    "System.Xml.XmlSerializer": "4.0.11-rc2-23816"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index c14efc6..f94c09b 100644 (file)
@@ -1,34 +1,35 @@
 {
   "dependencies": {
-    "System.Diagnostics.Process": "4.0.0-beta-23302",
-    "System.IO": "4.0.10-beta-23302",
-    "System.IO.FileSystem": "4.0.0-beta-23302",
-    "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
-    "System.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.Threading.AccessControl": "4.0.0-rc3-23823",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
-    "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-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.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-rc2-23816",
+    "System.Collections.NonGeneric": "4.0.1-rc2-23816",
+    "System.Collections.Specialized": "4.0.1-rc2-23816",
+    "System.ComponentModel": "4.0.1-rc2-23816",
+    "System.Console": "4.0.0-rc2-23816",
+    "System.Diagnostics.Process": "4.0.0-rc2-23816",
+    "System.Globalization": "4.0.10-rc2-23816",
+    "System.Globalization.Calendars": "4.0.0-rc2-23816",
+    "System.IO": "4.0.10-rc2-23816",
+    "System.IO.FileSystem": "4.0.0-rc2-23816",
+    "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816",
+    "System.Linq": "4.0.1-rc2-23816",
+    "System.Linq.Queryable": "4.0.1-rc2-23816",
+    "System.Reflection": "4.0.10-rc2-23816",
+    "System.Reflection.Primitives": "4.0.0-rc2-23816",
+    "System.Runtime": "4.0.20-rc2-23816",
+    "System.Runtime.Extensions": "4.0.10-rc2-23816",
+    "System.Runtime.Handles": "4.0.0-rc2-23816",
+    "System.Runtime.InteropServices": "4.0.20-rc2-23816",
+    "System.Runtime.Loader": "4.0.0-rc2-23816",
+    "System.Text.Encoding": "4.0.10-rc2-23816",
+    "System.Threading": "4.0.10-rc2-23816",
+    "System.Threading.AccessControl": "4.0.0-rc2-23816",
+    "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
+    "System.Xml.XDocument": "4.0.11-rc2-23816",
+    "System.Xml.XmlDocument": "4.0.1-rc2-23816",
+    "System.Xml.XmlSerializer": "4.0.11-rc2-23816"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index c14efc6..f94c09b 100644 (file)
@@ -1,34 +1,35 @@
 {
   "dependencies": {
-    "System.Diagnostics.Process": "4.0.0-beta-23302",
-    "System.IO": "4.0.10-beta-23302",
-    "System.IO.FileSystem": "4.0.0-beta-23302",
-    "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
-    "System.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.Threading.AccessControl": "4.0.0-rc3-23823",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
-    "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-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.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-rc2-23816",
+    "System.Collections.NonGeneric": "4.0.1-rc2-23816",
+    "System.Collections.Specialized": "4.0.1-rc2-23816",
+    "System.ComponentModel": "4.0.1-rc2-23816",
+    "System.Console": "4.0.0-rc2-23816",
+    "System.Diagnostics.Process": "4.0.0-rc2-23816",
+    "System.Globalization": "4.0.10-rc2-23816",
+    "System.Globalization.Calendars": "4.0.0-rc2-23816",
+    "System.IO": "4.0.10-rc2-23816",
+    "System.IO.FileSystem": "4.0.0-rc2-23816",
+    "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816",
+    "System.Linq": "4.0.1-rc2-23816",
+    "System.Linq.Queryable": "4.0.1-rc2-23816",
+    "System.Reflection": "4.0.10-rc2-23816",
+    "System.Reflection.Primitives": "4.0.0-rc2-23816",
+    "System.Runtime": "4.0.20-rc2-23816",
+    "System.Runtime.Extensions": "4.0.10-rc2-23816",
+    "System.Runtime.Handles": "4.0.0-rc2-23816",
+    "System.Runtime.InteropServices": "4.0.20-rc2-23816",
+    "System.Runtime.Loader": "4.0.0-rc2-23816",
+    "System.Text.Encoding": "4.0.10-rc2-23816",
+    "System.Threading": "4.0.10-rc2-23816",
+    "System.Threading.AccessControl": "4.0.0-rc2-23816",
+    "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
+    "System.Xml.XDocument": "4.0.11-rc2-23816",
+    "System.Xml.XmlDocument": "4.0.1-rc2-23816",
+    "System.Xml.XmlSerializer": "4.0.11-rc2-23816"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 864cd20..f86149f 100644 (file)
@@ -1,35 +1,36 @@
 {
   "dependencies": {
-    "System.Diagnostics.Process": "4.0.0-beta-23302",
-    "System.IO": "4.0.10-beta-23302",
-    "System.IO.FileSystem": "4.0.0-beta-23302",
-    "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
-    "System.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.Threading.Timer": "4.0.0-rc3-23823",
-    "System.Threading.AccessControl": "4.0.0-rc3-23823",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
-    "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-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.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-rc2-23816",
+    "System.Collections.NonGeneric": "4.0.1-rc2-23816",
+    "System.Collections.Specialized": "4.0.1-rc2-23816",
+    "System.ComponentModel": "4.0.1-rc2-23816",
+    "System.Console": "4.0.0-rc2-23816",
+    "System.Diagnostics.Process": "4.0.0-rc2-23816",
+    "System.Globalization": "4.0.10-rc2-23816",
+    "System.Globalization.Calendars": "4.0.0-rc2-23816",
+    "System.IO": "4.0.10-rc2-23816",
+    "System.IO.FileSystem": "4.0.0-rc2-23816",
+    "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816",
+    "System.Linq": "4.0.1-rc2-23816",
+    "System.Linq.Queryable": "4.0.1-rc2-23816",
+    "System.Reflection": "4.0.10-rc2-23816",
+    "System.Reflection.Primitives": "4.0.0-rc2-23816",
+    "System.Runtime": "4.0.20-rc2-23816",
+    "System.Runtime.Extensions": "4.0.10-rc2-23816",
+    "System.Runtime.Handles": "4.0.0-rc2-23816",
+    "System.Runtime.InteropServices": "4.0.20-rc2-23816",
+    "System.Runtime.Loader": "4.0.0-rc2-23816",
+    "System.Text.Encoding": "4.0.10-rc2-23816",
+    "System.Threading": "4.0.10-rc2-23816",
+    "System.Threading.AccessControl": "4.0.0-rc2-23816",
+    "System.Threading.Timer": "4.0.0-rc2-23816",
+    "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
+    "System.Xml.XDocument": "4.0.11-rc2-23816",
+    "System.Xml.XmlDocument": "4.0.1-rc2-23816",
+    "System.Xml.XmlSerializer": "4.0.11-rc2-23816"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index c14efc6..f94c09b 100644 (file)
@@ -1,34 +1,35 @@
 {
   "dependencies": {
-    "System.Diagnostics.Process": "4.0.0-beta-23302",
-    "System.IO": "4.0.10-beta-23302",
-    "System.IO.FileSystem": "4.0.0-beta-23302",
-    "System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
-    "System.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.Threading.AccessControl": "4.0.0-rc3-23823",
-    "System.Globalization.Calendars": "4.0.0-beta-23302",
-    "System.Globalization": "4.0.10-beta-23302",
-    "System.Text.Encoding": "4.0.10-beta-23302",
-    "System.Runtime.InteropServices": "4.0.20-beta-23302",
-    "System.Collections": "4.0.10-beta-23302",
-    "System.Console": "4.0.0-beta-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.XmlDocument": "4.0.1-beta-23302",
-    "System.Xml.XDocument": "4.0.11-beta-23302"
+    "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+    "System.Collections": "4.0.10-rc2-23816",
+    "System.Collections.NonGeneric": "4.0.1-rc2-23816",
+    "System.Collections.Specialized": "4.0.1-rc2-23816",
+    "System.ComponentModel": "4.0.1-rc2-23816",
+    "System.Console": "4.0.0-rc2-23816",
+    "System.Diagnostics.Process": "4.0.0-rc2-23816",
+    "System.Globalization": "4.0.10-rc2-23816",
+    "System.Globalization.Calendars": "4.0.0-rc2-23816",
+    "System.IO": "4.0.10-rc2-23816",
+    "System.IO.FileSystem": "4.0.0-rc2-23816",
+    "System.IO.FileSystem.Primitives": "4.0.0-rc2-23816",
+    "System.Linq": "4.0.1-rc2-23816",
+    "System.Linq.Queryable": "4.0.1-rc2-23816",
+    "System.Reflection": "4.0.10-rc2-23816",
+    "System.Reflection.Primitives": "4.0.0-rc2-23816",
+    "System.Runtime": "4.0.20-rc2-23816",
+    "System.Runtime.Extensions": "4.0.10-rc2-23816",
+    "System.Runtime.Handles": "4.0.0-rc2-23816",
+    "System.Runtime.InteropServices": "4.0.20-rc2-23816",
+    "System.Runtime.Loader": "4.0.0-rc2-23816",
+    "System.Text.Encoding": "4.0.10-rc2-23816",
+    "System.Threading": "4.0.10-rc2-23816",
+    "System.Threading.AccessControl": "4.0.0-rc2-23816",
+    "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
+    "System.Xml.XDocument": "4.0.11-rc2-23816",
+    "System.Xml.XmlDocument": "4.0.1-rc2-23816",
+    "System.Xml.XmlSerializer": "4.0.11-rc2-23816"
   },
   "frameworks": {
     "dnxcore50": {}
   }
-}
\ No newline at end of file
+}
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 8757f28..ce1d2b5 100644 (file)
@@ -10,7 +10,7 @@
     "System.IO": "4.0.10",
     "System.IO.FileSystem": "4.0.0",
     "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
     "System.Text.Encoding": "4.0.10",
index 19c98cb..0dec888 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
index 19c98cb..0dec888 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
index 19c98cb..0dec888 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 623c871..a2e84dc 100644 (file)
     "System.Linq.Queryable": "4.0.1-rc2-23816",
     "System.Reflection": "4.0.10",
     "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Runtime.Loader": "4.0.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Threading": "4.0.10",
+    "System.Threading.Thread": "4.0.0-rc2-23816",
     "System.Xml.ReaderWriter": "4.0.11-rc2-23816",
     "System.Xml.XDocument": "4.0.11-rc2-23816",
     "System.Xml.XmlDocument": "4.0.1-rc2-23816",
index 71f36fd..8a65b7c 100644 (file)
     "System.Reflection": "4.0.10",
     "System.Reflection.Extensions": "4.0.0",
     "System.Resources.ResourceManager": "4.0.0",
-    "System.Runtime": "4.0.20",
+    "System.Runtime": "4.1.0-rc2-23816",
     "System.Runtime.Extensions": "4.0.10",
     "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.0.20",
+    "System.Runtime.InteropServices": "4.1.0-rc2-23816",
     "System.Text.Encoding": "4.0.10",
     "System.Text.Encoding.Extensions": "4.0.10",
     "System.Text.RegularExpressions": "4.0.10",