Merge pull request #6521 from adityamandaleeka/remove_internal_free
authorAditya Mandaleeka <adityamandaleeka@users.noreply.github.com>
Fri, 29 Jul 2016 21:13:05 +0000 (14:13 -0700)
committerGitHub <noreply@github.com>
Fri, 29 Jul 2016 21:13:05 +0000 (14:13 -0700)
Remove CorUnix::InternalFree from PAL

612 files changed:
dir.props
global.json [new file with mode: 0644]
src/debug/ee/wks/wks.nativeproj
src/dlls/mscorrc/resource.h
src/jit/optcse.cpp
src/mscorlib/ref/mscorlib.cs
src/mscorlib/src/System/Diagnostics/Eventing/EventSource.cs
src/mscorlib/src/System/Runtime/Loader/AssemblyLoadContext.cs
src/pal/inc/pal.h
src/pal/src/arch/i386/asmconstants.h
src/pal/src/arch/i386/context2.S
src/pal/src/debug/debug.cpp
src/pal/src/exception/machexception.cpp
src/pal/src/exception/signal.cpp
src/pal/src/include/pal/context.h
src/pal/src/thread/context.cpp
src/pal/src/thread/thread.cpp
src/utilcode/longfilepathwrappers.cpp
src/vm/assembly.cpp
src/vm/assemblynative.cpp
src/vm/assemblyspec.cpp
src/vm/assemblyspec.hpp
src/vm/pefile.cpp
src/vm/pefile.h
src/vm/typeparse.cpp
tests/dir.props
tests/publishdependency.targets
tests/src/Common/CoreCLRTestLibrary/project.json
tests/src/Common/Coreclr.TestWrapper/project.json
tests/src/Common/test_runtime/project.json [new file with mode: 0644]
tests/src/CoreMangLib/components/fileversioninfo/project.json
tests/src/CoreMangLib/components/stopwatch/project.json
tests/src/CoreMangLib/cti/system/action/project.json
tests/src/CoreMangLib/cti/system/activator/project.json
tests/src/CoreMangLib/cti/system/argumentexception/project.json
tests/src/CoreMangLib/cti/system/argumentnullexception/project.json
tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/project.json
tests/src/CoreMangLib/cti/system/arithmeticexception/project.json
tests/src/CoreMangLib/cti/system/array/project.json
tests/src/CoreMangLib/cti/system/arraytypemismatchexception/project.json
tests/src/CoreMangLib/cti/system/attribute/project.json
tests/src/CoreMangLib/cti/system/attributetargets/project.json
tests/src/CoreMangLib/cti/system/attributeusageattribute/project.json
tests/src/CoreMangLib/cti/system/badimageformatexception/project.json
tests/src/CoreMangLib/cti/system/boolean/project.json
tests/src/CoreMangLib/cti/system/byte/project.json
tests/src/CoreMangLib/cti/system/char/project.json
tests/src/CoreMangLib/cti/system/charenumerator/project.json
tests/src/CoreMangLib/cti/system/clscompliantattribute/project.json
tests/src/CoreMangLib/cti/system/collections/dictionaryentry/project.json
tests/src/CoreMangLib/cti/system/collections/generic/comparer/project.json
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/project.json
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/project.json
tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/project.json
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/project.json
tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/project.json
tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/project.json
tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/project.json
tests/src/CoreMangLib/cti/system/collections/generic/icollection/project.json
tests/src/CoreMangLib/cti/system/collections/generic/idictionary/project.json
tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/project.json
tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/project.json
tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/project.json
tests/src/CoreMangLib/cti/system/collections/generic/ilist/project.json
tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/project.json
tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/project.json
tests/src/CoreMangLib/cti/system/collections/generic/list/project.json
tests/src/CoreMangLib/cti/system/collections/generic/queue/project.json
tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/project.json
tests/src/CoreMangLib/cti/system/collections/generic/stack/project.json
tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/project.json
tests/src/CoreMangLib/cti/system/collections/icollection/project.json
tests/src/CoreMangLib/cti/system/collections/icomparer/project.json
tests/src/CoreMangLib/cti/system/collections/idictionary/project.json
tests/src/CoreMangLib/cti/system/collections/ienumerator/project.json
tests/src/CoreMangLib/cti/system/collections/ilist/project.json
tests/src/CoreMangLib/cti/system/comparison/project.json
tests/src/CoreMangLib/cti/system/console/project.json
tests/src/CoreMangLib/cti/system/convert/project.json
tests/src/CoreMangLib/cti/system/datetime/project.json
tests/src/CoreMangLib/cti/system/datetimekind/project.json
tests/src/CoreMangLib/cti/system/dayofweek/project.json
tests/src/CoreMangLib/cti/system/decimal/project.json
tests/src/CoreMangLib/cti/system/delegate/project.json
tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/project.json
tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/project.json
tests/src/CoreMangLib/cti/system/dividebyzeroexception/project.json
tests/src/CoreMangLib/cti/system/dllnotfoundexception/project.json
tests/src/CoreMangLib/cti/system/double/project.json
tests/src/CoreMangLib/cti/system/enum/project.json
tests/src/CoreMangLib/cti/system/environment/project.json
tests/src/CoreMangLib/cti/system/eventargs/project.json
tests/src/CoreMangLib/cti/system/eventhandler/project.json
tests/src/CoreMangLib/cti/system/eventhandler_generic/project.json
tests/src/CoreMangLib/cti/system/exception/project.json
tests/src/CoreMangLib/cti/system/flagsattribute/project.json
tests/src/CoreMangLib/cti/system/formatexception/project.json
tests/src/CoreMangLib/cti/system/gc/project.json
tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/project.json
tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/project.json
tests/src/CoreMangLib/cti/system/globalization/compareinfo/project.json
tests/src/CoreMangLib/cti/system/globalization/compareoptions/project.json
tests/src/CoreMangLib/cti/system/globalization/cultureinfo/project.json
tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/project.json
tests/src/CoreMangLib/cti/system/globalization/datetimestyles/project.json
tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/project.json
tests/src/CoreMangLib/cti/system/globalization/numberstyles/project.json
tests/src/CoreMangLib/cti/system/globalization/regioninfo/project.json
tests/src/CoreMangLib/cti/system/globalization/stringinfo/project.json
tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/project.json
tests/src/CoreMangLib/cti/system/globalization/textinfo/project.json
tests/src/CoreMangLib/cti/system/globalization/unicodecategory/project.json
tests/src/CoreMangLib/cti/system/guid/project.json
tests/src/CoreMangLib/cti/system/icomparable/project.json
tests/src/CoreMangLib/cti/system/icomparable_generic/project.json
tests/src/CoreMangLib/cti/system/iconvertible/project.json
tests/src/CoreMangLib/cti/system/idisposable/project.json
tests/src/CoreMangLib/cti/system/iformatable/project.json
tests/src/CoreMangLib/cti/system/indexoutofrangeexception/project.json
tests/src/CoreMangLib/cti/system/int/project.json
tests/src/CoreMangLib/cti/system/int16/project.json
tests/src/CoreMangLib/cti/system/int64/project.json
tests/src/CoreMangLib/cti/system/intptr/project.json
tests/src/CoreMangLib/cti/system/invalidcastexception/project.json
tests/src/CoreMangLib/cti/system/invalidoperationexception/project.json
tests/src/CoreMangLib/cti/system/invalidprogramexception/project.json
tests/src/CoreMangLib/cti/system/io/binarywriter/project.json
tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/project.json
tests/src/CoreMangLib/cti/system/io/endofstreamexception/project.json
tests/src/CoreMangLib/cti/system/io/fileaccess/project.json
tests/src/CoreMangLib/cti/system/io/fileattributes/project.json
tests/src/CoreMangLib/cti/system/io/filemode/project.json
tests/src/CoreMangLib/cti/system/io/filenotfoundexception/project.json
tests/src/CoreMangLib/cti/system/io/fileshare/project.json
tests/src/CoreMangLib/cti/system/io/filestream/project.json
tests/src/CoreMangLib/cti/system/io/ioexception/project.json
tests/src/CoreMangLib/cti/system/io/memorystream/project.json
tests/src/CoreMangLib/cti/system/io/pathtoolongexception/project.json
tests/src/CoreMangLib/cti/system/io/seekorigin/project.json
tests/src/CoreMangLib/cti/system/io/stream/project.json
tests/src/CoreMangLib/cti/system/io/streamreader/project.json
tests/src/CoreMangLib/cti/system/io/stringwriter/project.json
tests/src/CoreMangLib/cti/system/io/textreader/project.json
tests/src/CoreMangLib/cti/system/io/textwriter/project.json
tests/src/CoreMangLib/cti/system/math/project.json
tests/src/CoreMangLib/cti/system/memberaccessexception/project.json
tests/src/CoreMangLib/cti/system/methodaccessexception/project.json
tests/src/CoreMangLib/cti/system/missingfieldexception/project.json
tests/src/CoreMangLib/cti/system/missingmemberexception/project.json
tests/src/CoreMangLib/cti/system/missingmethodexception/project.json
tests/src/CoreMangLib/cti/system/multicastdelegate/project.json
tests/src/CoreMangLib/cti/system/notimplementedexception/project.json
tests/src/CoreMangLib/cti/system/notsupportedexception/project.json
tests/src/CoreMangLib/cti/system/nullable/project.json
tests/src/CoreMangLib/cti/system/nullreferenceexception/project.json
tests/src/CoreMangLib/cti/system/object/project.json
tests/src/CoreMangLib/cti/system/objectdisposedexception/project.json
tests/src/CoreMangLib/cti/system/obsoleteattribute/project.json
tests/src/CoreMangLib/cti/system/outofmemoryexception/project.json
tests/src/CoreMangLib/cti/system/overflowexception/project.json
tests/src/CoreMangLib/cti/system/paramarrayattribute/project.json
tests/src/CoreMangLib/cti/system/platformnotsupportedexception/project.json
tests/src/CoreMangLib/cti/system/predicate/project.json
tests/src/CoreMangLib/cti/system/random/project.json
tests/src/CoreMangLib/cti/system/rankexception/project.json
tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/project.json
tests/src/CoreMangLib/cti/system/reflection/assembly/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblyname/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/callingconventions/project.json
tests/src/CoreMangLib/cti/system/reflection/constructorinfo/project.json
tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/emit/fieldtoken/project.json
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/project.json
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/project.json
tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/project.json
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/project.json
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/project.json
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/project.json
tests/src/CoreMangLib/cti/system/reflection/eventattributes/project.json
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/project.json
tests/src/CoreMangLib/cti/system/reflection/methodattributes/project.json
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/project.json
tests/src/CoreMangLib/cti/system/reflection/parameterattributes/project.json
tests/src/CoreMangLib/cti/system/reflection/propertyattributes/project.json
tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/project.json
tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/project.json
tests/src/CoreMangLib/cti/system/reflection/typeattributes/project.json
tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/project.json
tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/project.json
tests/src/CoreMangLib/cti/system/resources/resourcemanager/project.json
tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/project.json
tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/project.json
tests/src/CoreMangLib/cti/system/runtimefieldhandle/project.json
tests/src/CoreMangLib/cti/system/runtimemethodhandle/project.json
tests/src/CoreMangLib/cti/system/runtimetypehandle/project.json
tests/src/CoreMangLib/cti/system/sbyte/project.json
tests/src/CoreMangLib/cti/system/security/securityexception/project.json
tests/src/CoreMangLib/cti/system/single/project.json
tests/src/CoreMangLib/cti/system/string/project.json
tests/src/CoreMangLib/cti/system/stringcompare/project.json
tests/src/CoreMangLib/cti/system/stringcomparer/project.json
tests/src/CoreMangLib/cti/system/stringcomparison/project.json
tests/src/CoreMangLib/cti/system/szarrayhelper/project.json
tests/src/CoreMangLib/cti/system/text/decoder/project.json
tests/src/CoreMangLib/cti/system/text/encoder/project.json
tests/src/CoreMangLib/cti/system/text/encoding/project.json
tests/src/CoreMangLib/cti/system/text/stringbuilder/project.json
tests/src/CoreMangLib/cti/system/text/unicodeencoding/project.json
tests/src/CoreMangLib/cti/system/text/utf8encoding/project.json
tests/src/CoreMangLib/cti/system/threading/autoresetevent/project.json
tests/src/CoreMangLib/cti/system/threading/interlocked/project.json
tests/src/CoreMangLib/cti/system/threading/manualresetevent/project.json
tests/src/CoreMangLib/cti/system/threading/timeout/project.json
tests/src/CoreMangLib/cti/system/threading/waithandle/project.json
tests/src/CoreMangLib/cti/system/timeoutexception/project.json
tests/src/CoreMangLib/cti/system/timespan/project.json
tests/src/CoreMangLib/cti/system/type/project.json
tests/src/CoreMangLib/cti/system/typecode/project.json
tests/src/CoreMangLib/cti/system/typeloadexception/project.json
tests/src/CoreMangLib/cti/system/uint16/project.json
tests/src/CoreMangLib/cti/system/uint32/project.json
tests/src/CoreMangLib/cti/system/uint64/project.json
tests/src/CoreMangLib/cti/system/uintptr/project.json
tests/src/CoreMangLib/cti/system/valuetype/project.json
tests/src/CoreMangLib/cti/system/version/project.json
tests/src/CoreMangLib/cti/system/weakreference/project.json
tests/src/CoreMangLib/reflection/assembly/project.json
tests/src/CoreMangLib/system/buffer/project.json
tests/src/CoreMangLib/system/collections/generic/hashset/project.json
tests/src/CoreMangLib/system/datetime/project.json
tests/src/CoreMangLib/system/delegate/VSD/project.json
tests/src/CoreMangLib/system/delegate/generics/project.json
tests/src/CoreMangLib/system/delegate/miscellaneous/project.json
tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/project.json
tests/src/CoreMangLib/system/delegate/threatmodel/public/project.json
tests/src/CoreMangLib/system/delegate/threatmodel/tests/project.json
tests/src/CoreMangLib/system/exception/project.json
tests/src/CoreMangLib/system/guid/project.json
tests/src/CoreMangLib/system/lazyt/project.json
tests/src/CoreMangLib/system/reflection/assembly/project.json
tests/src/CoreMangLib/system/resources/resourcemanager/project.json
tests/src/CoreMangLib/system/text/encoding/project.json
tests/src/CoreMangLib/system/type/project.json
tests/src/CoreMangLib/system/version/project.json
tests/src/Exceptions/Finalization/project.json
tests/src/Exceptions/ForeignThread/project.json
tests/src/GC/Performance/Tests/project.json
tests/src/GC/Stress/Framework/project.json
tests/src/GC/Stress/Tests/project.json
tests/src/GC/config/extra/project.json
tests/src/GC/config/minimal/project.json
tests/src/Interop/ArrayMarshalling/BoolArray/project.json
tests/src/Interop/ArrayMarshalling/ByValArray/project.json
tests/src/Interop/BestFitMapping/project.json
tests/src/Interop/FuncPtrAsDelegateParam/project.json
tests/src/Interop/ICastable/project.json
tests/src/Interop/MarshalAPI/Copy/project.json
tests/src/Interop/MarshalAPI/FunctionPointer/project.json
tests/src/Interop/MarshalAPI/GetExceptionForHR/project.json
tests/src/Interop/MarshalAPI/GetNativeVariantForObject/project.json
tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/project.json
tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/project.json
tests/src/Interop/MarshalAPI/IUnknown/project.json
tests/src/Interop/MarshalAPI/MarshalStructure/project.json
tests/src/Interop/MarshalAPI/Miscellaneous/project.json
tests/src/Interop/MarshalAPI/OffsetOf/project.json
tests/src/Interop/MarshalAPI/ReadWrite/project.json
tests/src/Interop/MarshalAPI/String/project.json
tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/project.json
tests/src/Interop/NativeCallable/project.json
tests/src/Interop/PrimitiveMarshalling/Bool/project.json
tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/project.json
tests/src/Interop/PrimitiveMarshalling/UIntPtr/project.json
tests/src/Interop/RefCharArray/project.json
tests/src/Interop/RefInt/project.json
tests/src/Interop/SimpleStruct/project.json
tests/src/Interop/SizeConst/project.json
tests/src/Interop/StringMarshalling/LPSTR/project.json
tests/src/Interop/StringMarshalling/LPTSTR/project.json
tests/src/Interop/StringMarshalling/UTF8/project.json
tests/src/Interop/StructMarshalling/PInvoke/project.json
tests/src/JIT/Directed/StructABI/project.json
tests/src/JIT/Directed/TypedReference/project.json
tests/src/JIT/Methodical/dynamic_methods/project.json
tests/src/JIT/Methodical/eh/rethrow/project.json
tests/src/JIT/Methodical/structs/systemvbringup/project.json
tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/project.json
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/project.json
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/project.json
tests/src/JIT/Regression/Dev11/External/dev11_149090/project.json
tests/src/JIT/Regression/JitBlue/GitHub_4115/project.json
tests/src/JIT/Regression/JitBlue/GitHub_5696/project.json
tests/src/JIT/Regression/JitBlue/GitHub_6238/project.json
tests/src/JIT/Regression/JitBlue/GitHub_6239/project.json
tests/src/JIT/SIMD/project.json
tests/src/JIT/config/benchmark+roslyn/project.json
tests/src/JIT/config/benchmark+serialize/project.json
tests/src/JIT/config/benchmark/project.json
tests/src/JIT/config/empty/project.json
tests/src/JIT/config/extra/project.json
tests/src/JIT/config/minimal/project.json
tests/src/JIT/config/threading+thread/project.json
tests/src/JIT/config/threading/project.json
tests/src/JIT/jit64/eh/basics/project.json
tests/src/Loader/NativeLibs/project.json
tests/src/Loader/binding/assemblies/assemblybugs/102140/project.json
tests/src/Loader/binding/assemblies/assemblybugs/177066w/project.json
tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json
tests/src/Loader/binding/assemblies/assemblyversion/project.json
tests/src/Loader/binding/assemblies/basicapi/assemblynamector/project.json
tests/src/Loader/binding/assemblies/generics/arilistienum/methods/project.json
tests/src/Loader/classloader/PrivateInterfaceImpl/project.json
tests/src/Loader/classloader/Statics/ComplexScenarios/project.json
tests/src/Loader/classloader/Statics/Misc/project.json
tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/project.json
tests/src/Loader/classloader/TypeForwarding/UnitTest/project.json
tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/project.json
tests/src/Loader/classloader/TypeInitialization/CircularCctors/project.json
tests/src/Loader/classloader/TypeInitialization/CoreCLR/project.json
tests/src/Loader/classloader/TypeInitialization/Inlining/project.json
tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/project.json
tests/src/Loader/classloader/TypeInitialization/backpatching/project.json
tests/src/Loader/classloader/explicitlayout/Regressions/298006/project.json
tests/src/Loader/classloader/explicitlayout/Regressions/369794/project.json
tests/src/Loader/classloader/explicitlayout/misc/project.json
tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/project.json
tests/src/Loader/classloader/generics/Constraints/General/project.json
tests/src/Loader/classloader/generics/Constraints/Recursion/project.json
tests/src/Loader/classloader/generics/Constraints/Regressions/532403/project.json
tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/project.json
tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/project.json
tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/project.json
tests/src/Loader/classloader/generics/GenericMethods/project.json
tests/src/Loader/classloader/generics/Instantiation/Negative/project.json
tests/src/Loader/classloader/generics/Instantiation/Nesting/project.json
tests/src/Loader/classloader/generics/Instantiation/Positive/project.json
tests/src/Loader/classloader/generics/Instantiation/Recursion/project.json
tests/src/Loader/classloader/generics/Instantiation/Regressions/607/project.json
tests/src/Loader/classloader/generics/Layout/General/project.json
tests/src/Loader/classloader/generics/Layout/Specific/project.json
tests/src/Loader/classloader/generics/Misc/project.json
tests/src/Loader/classloader/generics/Statics/Regressions/524571/project.json
tests/src/Loader/classloader/generics/VSD/project.json
tests/src/Loader/classloader/generics/Variance/CoreCLR/project.json
tests/src/Loader/classloader/generics/Variance/Delegates/project.json
tests/src/Loader/classloader/generics/Variance/IL/project.json
tests/src/Loader/classloader/generics/Variance/Interfaces/project.json
tests/src/Loader/classloader/generics/Variance/Methods/project.json
tests/src/Loader/classloader/generics/Visibility/project.json
tests/src/Loader/classloader/generics/regressions/123712/project.json
tests/src/Loader/classloader/generics/regressions/137310/project.json
tests/src/Loader/classloader/generics/regressions/188892/project.json
tests/src/Loader/classloader/generics/regressions/237932/project.json
tests/src/Loader/classloader/generics/regressions/334376/project.json
tests/src/Loader/classloader/generics/regressions/341477/project.json
tests/src/Loader/classloader/generics/regressions/395780/project.json
tests/src/Loader/classloader/generics/regressions/433497/project.json
tests/src/Loader/classloader/generics/regressions/448208/project.json
tests/src/Loader/classloader/generics/regressions/515341/project.json
tests/src/Loader/classloader/generics/regressions/536564/project.json
tests/src/Loader/classloader/generics/regressions/DD117522/project.json
tests/src/Loader/classloader/generics/regressions/dd95372/project.json
tests/src/Loader/classloader/generics/regressions/ddb3422/project.json
tests/src/Loader/classloader/generics/regressions/vsw237932/project.json
tests/src/Loader/classloader/generics/regressions/vsw514968/project.json
tests/src/Loader/classloader/generics/regressions/vsw524571/project.json
tests/src/Loader/classloader/generics/regressions/vsw578898/project.json
tests/src/Loader/classloader/methodoverriding/regressions/549411/project.json
tests/src/Loader/classloader/methodoverriding/regressions/576621/project.json
tests/src/Loader/classloader/methodoverriding/regressions/577403/project.json
tests/src/Loader/classloader/methodoverriding/regressions/593884/project.json
tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/project.json
tests/src/Loader/classloader/nesting/Regressions/dev10_602978/project.json
tests/src/Loader/classloader/nesting/Tests/project.json
tests/src/Loader/classloader/nesting/coreclr/project.json
tests/src/Loader/classloader/regressions/101682/project.json
tests/src/Loader/classloader/regressions/101904/project.json
tests/src/Loader/classloader/regressions/106647/project.json
tests/src/Loader/classloader/regressions/111021/project.json
tests/src/Loader/classloader/regressions/123413/project.json
tests/src/Loader/classloader/regressions/144257/project.json
tests/src/Loader/classloader/regressions/14610/project.json
tests/src/Loader/classloader/regressions/208900/project.json
tests/src/Loader/classloader/regressions/245191/project.json
tests/src/Loader/classloader/regressions/307137/project.json
tests/src/Loader/classloader/regressions/347422/project.json
tests/src/Loader/classloader/regressions/348842/project.json
tests/src/Loader/classloader/regressions/359519/project.json
tests/src/Loader/classloader/regressions/405223/project.json
tests/src/Loader/classloader/regressions/434481/project.json
tests/src/Loader/classloader/regressions/451034/project.json
tests/src/Loader/classloader/regressions/523654/project.json
tests/src/Loader/classloader/regressions/529206/project.json
tests/src/Loader/classloader/regressions/583649/project.json
tests/src/Loader/classloader/regressions/91888/project.json
tests/src/Loader/classloader/regressions/Dev12_518401/project.json
tests/src/Loader/classloader/regressions/dd116295/project.json
tests/src/Loader/classloader/regressions/dd52/project.json
tests/src/Loader/classloader/regressions/dev10_398410/project.json
tests/src/Loader/classloader/regressions/dev10_526434/project.json
tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/project.json
tests/src/Loader/classloader/regressions/dev10_630250/project.json
tests/src/Loader/classloader/regressions/dev10_724989/project.json
tests/src/Loader/classloader/regressions/dev10_794943/project.json
tests/src/Loader/classloader/regressions/dev10_813331/project.json
tests/src/Loader/classloader/regressions/dev10_851479/project.json
tests/src/Loader/classloader/regressions/dev10_889822/project.json
tests/src/Loader/classloader/regressions/dev10_897464/project.json
tests/src/Loader/classloader/regressions/dev11_256384/project.json
tests/src/Loader/classloader/regressions/dev11_38348/project.json
tests/src/Loader/classloader/regressions/dev11_383846/project.json
tests/src/Loader/classloader/regressions/dev11_95728/project.json
tests/src/Loader/classloader/regressions/vsw111021/project.json
tests/src/Loader/classloader/regressions/vsw307137/project.json
tests/src/Loader/classloader/regressions/vsw529206/project.json
tests/src/Loader/classloader/regressions/vsw531159/project.json
tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/project.json
tests/src/Loader/classloader/v1/M10/Acceptance/project.json
tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/project.json
tests/src/Loader/lowlevel/regress/105736/project.json
tests/src/Loader/multimodule/project.json
tests/src/Loader/regressions/classloader/project.json
tests/src/Loader/regressions/polyrec/project.json
tests/src/Loader/versioning/coverage/project.json
tests/src/Regressions/assemblyref/project.json
tests/src/Regressions/common/project.json
tests/src/Regressions/coreclr/0014/project.json
tests/src/Regressions/coreclr/0018/project.json
tests/src/Regressions/coreclr/0028/project.json
tests/src/Regressions/coreclr/0041/project.json
tests/src/Regressions/coreclr/0044/project.json
tests/src/Regressions/coreclr/0046/project.json
tests/src/Regressions/coreclr/0069/project.json
tests/src/Regressions/coreclr/0075/project.json
tests/src/Regressions/coreclr/0077/project.json
tests/src/Regressions/coreclr/0080/project.json
tests/src/Regressions/coreclr/0099/project.json
tests/src/Regressions/coreclr/0138/project.json
tests/src/Regressions/coreclr/0149/project.json
tests/src/Regressions/coreclr/0198/project.json
tests/src/Regressions/coreclr/0202/project.json
tests/src/Regressions/coreclr/0211/project.json
tests/src/Regressions/coreclr/0275/project.json
tests/src/Regressions/coreclr/0308/project.json
tests/src/Regressions/coreclr/0341/project.json
tests/src/Regressions/coreclr/0342/project.json
tests/src/Regressions/coreclr/0416/project.json
tests/src/Regressions/coreclr/0433/project.json
tests/src/Regressions/coreclr/0487/project.json
tests/src/Regressions/coreclr/0570/project.json
tests/src/Regressions/coreclr/0576/project.json
tests/src/Regressions/coreclr/0582/project.json
tests/src/Regressions/coreclr/0583/project.json
tests/src/Regressions/coreclr/0584/project.json
tests/src/Regressions/coreclr/0694/project.json
tests/src/Regressions/coreclr/0792/project.json
tests/src/Regressions/coreclr/0828/project.json
tests/src/Regressions/coreclr/0829/project.json
tests/src/Regressions/coreclr/0857/project.json
tests/src/Regressions/coreclr/0939/project.json
tests/src/Regressions/coreclr/0968/project.json
tests/src/Regressions/coreclr/1307/project.json
tests/src/Regressions/coreclr/1333/project.json
tests/src/Regressions/coreclr/1337/project.json
tests/src/Regressions/coreclr/1380/project.json
tests/src/Regressions/coreclr/1386/project.json
tests/src/Regressions/coreclr/1402/project.json
tests/src/Regressions/coreclr/1514/project.json
tests/src/Regressions/coreclr/1534/project.json
tests/src/Regressions/coreclr/1535/project.json
tests/src/Regressions/coreclr/1549/project.json
tests/src/Regressions/coreclr/72162/project.json
tests/src/Regressions/expl_double/project.json
tests/src/baseservices/compilerservices/dynamicobjectproperties/project.json
tests/src/baseservices/exceptions/AccessViolationException/project.json
tests/src/baseservices/exceptions/StackTracePreserve/project.json
tests/src/baseservices/exceptions/generics/project.json
tests/src/baseservices/exceptions/regressions/Dev11/147911/project.json
tests/src/baseservices/exceptions/regressions/Dev11/154243/project.json
tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/project.json
tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/project.json
tests/src/baseservices/exceptions/regressions/V1/SEH/coverage/project.json
tests/src/baseservices/exceptions/regressions/v1.0/project.json
tests/src/baseservices/exceptions/regressions/v4.0/640474/project.json
tests/src/baseservices/exceptions/regressions/v4.0/706099/project.json
tests/src/baseservices/exceptions/regressions/whidbeyM3.2/project.json
tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/project.json
tests/src/baseservices/exceptions/regressions/whidbeybeta2/366085/project.json
tests/src/baseservices/exceptions/regressions/whidbeym3.3/106011/project.json
tests/src/baseservices/exceptions/regressions/whidbeym3.3/293674/project.json
tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/project.json
tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/project.json
tests/src/baseservices/exceptions/simple/project.json
tests/src/baseservices/exceptions/unittests/project.json
tests/src/baseservices/finalization/project.json
tests/src/baseservices/ilasm_ildasm/regression/dd130885/project.json
tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/project.json
tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/project.json
tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/project.json
tests/src/baseservices/multidimmarray/project.json
tests/src/baseservices/regression/v1/assembly/vos/cool/helloworld/project.json
tests/src/baseservices/regression/v1/assembly/vos/cool/multipleassembly/project.json
tests/src/baseservices/regression/v1/seh/vc/chain/project.json
tests/src/baseservices/regression/v1/threads/functional/thread/project.json
tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/project.json
tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/project.json
tests/src/baseservices/regression/v1/threads/hostedscenario/apunload/project.json
tests/src/baseservices/regression/v1/threads/hostedscenario/apunloadtwo/project.json
tests/src/baseservices/threading/commitstackonlyasneeded/project.json
tests/src/baseservices/threading/coverage/Nullref/project.json
tests/src/baseservices/threading/currentculture/project.json
tests/src/baseservices/threading/delegate/project.json
tests/src/baseservices/threading/events/AutoResetEvent/project.json
tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/project.json
tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/project.json
tests/src/baseservices/threading/events/EventWaitHandle/unit/project.json
tests/src/baseservices/threading/events/ManualResetEvent/project.json
tests/src/baseservices/threading/generics/Monitor/project.json
tests/src/baseservices/threading/generics/TimerCallback/project.json
tests/src/baseservices/threading/generics/WaitCallback/project.json
tests/src/baseservices/threading/generics/syncdelegate/project.json
tests/src/baseservices/threading/generics/threadstart/project.json
tests/src/baseservices/threading/interlocked/add/project.json
tests/src/baseservices/threading/interlocked/checkreturn/project.json
tests/src/baseservices/threading/interlocked/compareexchange/project.json
tests/src/baseservices/threading/interlocked/ctorchk/project.json
tests/src/baseservices/threading/interlocked/decrement/project.json
tests/src/baseservices/threading/interlocked/exchange/project.json
tests/src/baseservices/threading/interlocked/increment/project.json
tests/src/baseservices/threading/interlocked/read/project.json
tests/src/baseservices/threading/monitor/ctorchk/project.json
tests/src/baseservices/threading/monitor/enter/project.json
tests/src/baseservices/threading/monitor/exit/project.json
tests/src/baseservices/threading/monitor/isentered/project.json
tests/src/baseservices/threading/monitor/pulse/project.json
tests/src/baseservices/threading/monitor/pulseall/project.json
tests/src/baseservices/threading/monitor/tryenter/project.json
tests/src/baseservices/threading/monitor/unownedlock/project.json
tests/src/baseservices/threading/monitor/wait/project.json
tests/src/baseservices/threading/mutex/abandonedmutex/project.json
tests/src/baseservices/threading/mutex/misc/project.json
tests/src/baseservices/threading/mutex/openexisting/project.json
tests/src/baseservices/threading/paramthreadstart/project.json
tests/src/baseservices/threading/regressions/13662/project.json
tests/src/baseservices/threading/regressions/17360/project.json
tests/src/baseservices/threading/regressions/269336/project.json
tests/src/baseservices/threading/regressions/30032/project.json
tests/src/baseservices/threading/regressions/576463/project.json
tests/src/baseservices/threading/regressions/6906/project.json
tests/src/baseservices/threading/regressions/beta1/project.json
tests/src/baseservices/threading/regressions/beta2/project.json
tests/src/baseservices/threading/regressions/devdiv489437/project.json
tests/src/baseservices/threading/regressions/whidbey_m3/project.json
tests/src/baseservices/threading/semaphore/ctoropen/project.json
tests/src/baseservices/threading/semaphore/unit/project.json
tests/src/baseservices/threading/stress/sudoku/project.json
tests/src/baseservices/threading/threadpool/bindhandle/project.json
tests/src/baseservices/threading/threadpool/ctorchk/project.json
tests/src/baseservices/threading/threadpool/unregister/project.json
tests/src/baseservices/threading/threadstatic/project.json
tests/src/baseservices/threading/waithandle/misc/project.json
tests/src/baseservices/threading/waithandle/waitall/project.json
tests/src/baseservices/threading/waithandle/waitany/project.json
tests/src/baseservices/threading/waithandle/waitone/project.json
tests/src/baseservices/tools/roundtrip/dlls/project.json
tests/src/baseservices/visibility/project.json
tests/src/hosting/coreclr/activation/sxshost/project.json
tests/src/hosting/samples/hosting/usercode/project.json
tests/src/hosting/samples/resolveevent/usercodedependency/project.json
tests/src/hosting/stress/testset1/project.json
tests/src/managed/Compilation/project.json
tests/src/performance/perflab/project.json
tests/src/readytorun/genericsload/project.json
tests/src/readytorun/project.json
tests/src/readytorun/testv1/project.json
tests/src/readytorun/testv2/project.json
tests/src/reflection/regression/dev10bugs/project.json
tests/src/reflection/regression/reflectionrepromasterforsl/project.json
tests/src/runtime/project.json

index 7cd3f5c..10cfdd9 100644 (file)
--- a/dir.props
+++ b/dir.props
     <ProjectUrl>https://dot.net</ProjectUrl>
 
     <!-- PreReleaseSuffix for packages published from closed build (e.g. CoreCLR for Arm32, APISet, etc) -->
-    <ExternalExpectedPrerelease>beta-24326-00</ExternalExpectedPrerelease>
+    <ExternalExpectedPrerelease>beta-24329-00</ExternalExpectedPrerelease>
 
     <!-- On Windows, MSbuild still runs against Desktop FX while it runs on .NET Core on non-Windows. this requires
          pulling in different packaging dependencies.
diff --git a/global.json b/global.json
new file mode 100644 (file)
index 0000000..104bebe
--- /dev/null
@@ -0,0 +1,3 @@
+{
+  "projects": [ "./tests/src", "./tests/src/Common" ]
+}
index 8d89ac4..304c591 100644 (file)
@@ -34,6 +34,7 @@
     <PreprocessAssembleArm Condition="'$(BuildArchitecture)' == 'arm'" Include="..\arm\dbghelpers.asm" />
     <PreprocessAssembleArm Condition="'$(BuildArchitecture)' == 'arm64'" Include="..\arm64\dbghelpers.asm" />
     <AssembleArm Condition="'$(BuildArchitecture)' == 'arm'" Include="$(IntermediateOutputDirectory)\dbghelpers.i" />
+    <AssembleArm64 Condition="'$(BuildArchitecture)' == 'arm64'" Include="$(IntermediateOutputDirectory)\dbghelpers.i" />
     <Assemble386 Condition="'$(BuildArchitecture)' == 'i386'" Include="..\i386\dbghelpers.asm" />
     <AssembleAmd64 Condition="'$(BuildArchitecture)' == 'amd64'" Include="..\amd64\dbghelpers.asm" />
   </ItemGroup>
index 759cb54..1391a21 100644 (file)
 #endif // FEATURE_HOST_ASSEMBLY_RESOLVER
 
 #define IDS_NATIVE_IMAGE_CANNOT_BE_LOADED_MULTIPLE_TIMES                               0x263a
+
+
index c424e7e..1154f43 100644 (file)
@@ -432,19 +432,19 @@ int __cdecl         Compiler::optCSEcostCmpSz(const void *op1, const void *op2)
 
     int diff;
 
-    diff = (int)(exp2->gtCostEx - exp1->gtCostEx);
+    diff = (int)(exp2->gtCostSz - exp1->gtCostSz);
 
     if (diff != 0)
         return diff;
 
     // Sort the higher Use Counts toward the top
-    diff = (int)(dsc2->csdUseWtCnt - dsc1->csdUseWtCnt);
+    diff = (int)(dsc2->csdUseCount - dsc1->csdUseCount);
 
     if (diff != 0)
         return diff;
 
     // With the same use count, Sort the lower Def Counts toward the top
-    diff = (int)(dsc1->csdDefWtCnt - dsc2->csdDefWtCnt);
+    diff = (int)(dsc1->csdDefCount - dsc2->csdDefCount);
 
     if (diff != 0)
         return diff;
index ef85f3c..f44978e 100644 (file)
@@ -171,13 +171,14 @@ namespace System
         public ArithmeticException(string message, System.Exception innerException) { }
     }
     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
-    public abstract partial class Array : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable
+    public abstract partial class Array : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable, System.ICloneable
     {
         internal Array() { }
         public bool IsFixedSize { get { return default(bool); } }
         public bool IsReadOnly { get { return default(bool); } }
         public bool IsSynchronized { get { return default(bool); } }
         public int Length { [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]get { return default(int); } }
+        public long LongLength { [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]get { return default(long); } }
         public int Rank { [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]get { return default(int); } }
         public object SyncRoot { get { return default(object); } }
         int System.Collections.ICollection.Count { get { return default(int); } }
@@ -207,20 +208,28 @@ namespace System
         
         [System.Security.SecuritySafeCriticalAttribute]
         public static void ConstrainedCopy(System.Array sourceArray, int sourceIndex, System.Array destinationArray, int destinationIndex, int length) { }
-        
+        public static TOutput[] ConvertAll<TInput, TOutput>(TInput[] array, System.Converter<TInput, TOutput> converter) { return default(TOutput[]); }
+
         [System.Security.SecuritySafeCriticalAttribute]
         public static void Copy(System.Array sourceArray, System.Array destinationArray, int length) { }
-        
+        public static void Copy(System.Array sourceArray, System.Array destinationArray, long length) { }
         [System.Security.SecuritySafeCriticalAttribute]
         public static void Copy(System.Array sourceArray, int sourceIndex, System.Array destinationArray, int destinationIndex, int length) { }
+        public static void Copy(System.Array sourceArray, long sourceIndex, System.Array destinationArray, long destinationIndex, long length) { }
         public void CopyTo(System.Array array, int index) { }
+        public void CopyTo(System.Array array, long index) { }
         [System.Security.SecuritySafeCriticalAttribute]
         public static System.Array CreateInstance(System.Type elementType, int length) { return default(System.Array); }
         [System.Security.SecuritySafeCriticalAttribute]
+        public static System.Array CreateInstance(System.Type elementType, int length1, int length2) { return default(System.Array); }
+        [System.Security.SecuritySafeCriticalAttribute]
+        public static System.Array CreateInstance(System.Type elementType, int length1, int length2, int length3) { return default(System.Array); }
+        [System.Security.SecuritySafeCriticalAttribute]
         public static System.Array CreateInstance(System.Type elementType, params int[] lengths) { return default(System.Array); }
         [System.Security.SecuritySafeCriticalAttribute]
         public static System.Array CreateInstance(System.Type elementType, int[] lengths, int[] lowerBounds) { return default(System.Array); }
-        
+        public static System.Array CreateInstance(System.Type elementType, params long[] lengths) { return default(System.Array); }
+
         public static T[] Empty<T>() { return default(T[]); }
         public static bool Exists<T>(T[] array, System.Predicate<T> match) { return default(bool); }
         public static T Find<T>(T[] array, System.Predicate<T> match) { return default(T); }
@@ -236,6 +245,7 @@ namespace System
         public System.Collections.IEnumerator GetEnumerator() { return default(System.Collections.IEnumerator); }
         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)][System.Security.SecuritySafeCriticalAttribute]
         public int GetLength(int dimension) { return default(int); }
+        public long GetLongLength(int dimension) { return default(long); }
         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]
         [System.Security.SecuritySafeCriticalAttribute]
         public int GetLowerBound(int dimension) { return default(int); }
@@ -245,8 +255,16 @@ namespace System
         [System.Security.SecuritySafeCriticalAttribute]
         public object GetValue(int index) { return default(object); }
         [System.Security.SecuritySafeCriticalAttribute]
+        public object GetValue(int index1, int index2) { return default(object); }
+        [System.Security.SecuritySafeCriticalAttribute]
+        public object GetValue(int index1, int index2, int index3) { return default(object); }
+        [System.Security.SecuritySafeCriticalAttribute]
         public object GetValue(params int[] indices) { return default(object); }
-        
+        public object GetValue(long index) { return default(object); }
+        public object GetValue(long index1, long index2) { return default(object); }
+        public object GetValue(long index1, long index2, long index3) { return default(object); }
+        public object GetValue(params long[] indices) { return default(object); }
+
         public static int IndexOf(System.Array array, object value) { return default(int); }
         
         public static int IndexOf(System.Array array, object value, int startIndex) { return default(int); }
@@ -278,8 +296,16 @@ namespace System
         [System.Security.SecuritySafeCriticalAttribute]
         public void SetValue(object value, int index) { }
         [System.Security.SecuritySafeCriticalAttribute]
+        public void SetValue(object value, int index1, int index2) { }
+        [System.Security.SecuritySafeCriticalAttribute]
+        public void SetValue(object value, int index1, int index2, int index3) { }
+        [System.Security.SecuritySafeCriticalAttribute]
         public void SetValue(object value, params int[] indices) { }
-        
+        public void SetValue(object value, long index) { }
+        public void SetValue(object value, long index1, long index2) { }
+        public void SetValue(object value, long index1, long index2, long index3) { }
+        public void SetValue(object value, params long[] indices) { }
+
         public static void Sort(System.Array array) { }
         
         public static void Sort(System.Array keys, System.Array items) { }
index ce6b989..374d069 100644 (file)
@@ -4271,7 +4271,6 @@ namespace System.Diagnostics.Tracing
         {
             lock (EventListenersLock)
             {
-                Contract.Assert(s_Listeners != null);
                 if (s_Listeners != null)
                 {
                     if (this == s_Listeners)
index 527fbe4..c4872e3 100644 (file)
@@ -401,19 +401,26 @@ namespace System.Runtime.Loader
             }
             
             AssemblyLoadContext loadContextForAssembly = null;
-            IntPtr ptrAssemblyLoadContext = GetLoadContextForAssembly((RuntimeAssembly)assembly);
-            if (ptrAssemblyLoadContext == IntPtr.Zero)
-            {
-                // If the load context is returned null, then the assembly was bound using the TPA binder
-                // and we shall return reference to the active "Default" binder - which could be the TPA binder
-                // or an overridden CLRPrivBinderAssemblyLoadContext instance.
-                loadContextForAssembly = AssemblyLoadContext.Default;
-            }
-            else
+
+            RuntimeAssembly rtAsm = assembly as RuntimeAssembly;
+            
+            // We only support looking up load context for runtime assemblies.
+            if (rtAsm != null)
             {
-                loadContextForAssembly = (AssemblyLoadContext)(GCHandle.FromIntPtr(ptrAssemblyLoadContext).Target);
+                IntPtr ptrAssemblyLoadContext = GetLoadContextForAssembly(rtAsm);
+                if (ptrAssemblyLoadContext == IntPtr.Zero)
+                {
+                    // If the load context is returned null, then the assembly was bound using the TPA binder
+                    // and we shall return reference to the active "Default" binder - which could be the TPA binder
+                    // or an overridden CLRPrivBinderAssemblyLoadContext instance.
+                    loadContextForAssembly = AssemblyLoadContext.Default;
+                }
+                else
+                {
+                    loadContextForAssembly = (AssemblyLoadContext)(GCHandle.FromIntPtr(ptrAssemblyLoadContext).Target);
+                }
             }
-            
+
             return loadContextForAssembly;
         }
         
index fe29112..e086717 100644 (file)
@@ -2570,6 +2570,8 @@ typedef struct _CONTEXT {
 
 #define CONTEXT_ALL (CONTEXT_CONTROL | CONTEXT_INTEGER | CONTEXT_SEGMENTS | CONTEXT_FLOATING_POINT | CONTEXT_DEBUG_REGISTERS)
 
+#define CONTEXT_XSTATE (CONTEXT_AMD64 | 0x40L)
+
 #define CONTEXT_EXCEPTION_ACTIVE 0x8000000
 #define CONTEXT_SERVICE_ACTIVE 0x10000000
 #define CONTEXT_EXCEPTION_REQUEST 0x40000000
index 8ec73b4..182c119 100644 (file)
@@ -14,6 +14,8 @@
 
 #define CONTEXT_FULL (CONTEXT_CONTROL | CONTEXT_INTEGER | CONTEXT_FLOATING_POINT)
 
+#define CONTEXT_XSTATE 64
+
 #define CONTEXT_ContextFlags 6*8
 #define CONTEXT_SegCs CONTEXT_ContextFlags+8
 #define CONTEXT_SegDs CONTEXT_SegCs+2
@@ -47,7 +49,7 @@
 #define CONTEXT_Rip CONTEXT_R15+8
 #define CONTEXT_FltSave CONTEXT_Rip+8
 #define FLOATING_SAVE_AREA_SIZE 4*8+24*16+96
-#define CONTEXT_Xmm0 CONTEXT_FltSave+FLOATING_SAVE_AREA_SIZE // was 10*16
+#define CONTEXT_Xmm0 CONTEXT_FltSave+10*16
 #define CONTEXT_Xmm1 CONTEXT_Xmm0+16
 #define CONTEXT_Xmm2 CONTEXT_Xmm1+16
 #define CONTEXT_Xmm3 CONTEXT_Xmm2+16
@@ -63,7 +65,7 @@
 #define CONTEXT_Xmm13 CONTEXT_Xmm12+16
 #define CONTEXT_Xmm14 CONTEXT_Xmm13+16
 #define CONTEXT_Xmm15 CONTEXT_Xmm14+16
-#define CONTEXT_VectorRegister CONTEXT_Xmm15+16
+#define CONTEXT_VectorRegister CONTEXT_FltSave+FLOATING_SAVE_AREA_SIZE
 #define CONTEXT_VectorControl CONTEXT_VectorRegister+16*26
 #define CONTEXT_DebugControl CONTEXT_VectorControl+8
 #define CONTEXT_LastBranchToRip CONTEXT_DebugControl+8
index 6320446..0e93e81 100644 (file)
@@ -126,6 +126,28 @@ LOCAL_LABEL(Done_Restore_CONTEXT_DEBUG_REGISTERS):
     fxrstor [rdi + CONTEXT_FltSave]
 LOCAL_LABEL(Done_Restore_CONTEXT_FLOATING_POINT):
 
+    test    BYTE PTR [rdi + CONTEXT_ContextFlags], CONTEXT_XSTATE
+    je      LOCAL_LABEL(Done_Restore_CONTEXT_XSTATE)
+
+    // Restore the extended state (for now, this is just the upper halves of YMM registers)
+    vinsertf128 ymm0, ymm0, xmmword ptr [rdi + (CONTEXT_VectorRegister + 0 * 16)], 1
+    vinsertf128 ymm1, ymm1, xmmword ptr [rdi + (CONTEXT_VectorRegister + 1 * 16)], 1
+    vinsertf128 ymm2, ymm2, xmmword ptr [rdi + (CONTEXT_VectorRegister + 2 * 16)], 1
+    vinsertf128 ymm3, ymm3, xmmword ptr [rdi + (CONTEXT_VectorRegister + 3 * 16)], 1
+    vinsertf128 ymm4, ymm4, xmmword ptr [rdi + (CONTEXT_VectorRegister + 4 * 16)], 1
+    vinsertf128 ymm5, ymm5, xmmword ptr [rdi + (CONTEXT_VectorRegister + 5 * 16)], 1
+    vinsertf128 ymm6, ymm6, xmmword ptr [rdi + (CONTEXT_VectorRegister + 6 * 16)], 1
+    vinsertf128 ymm7, ymm7, xmmword ptr [rdi + (CONTEXT_VectorRegister + 7 * 16)], 1
+    vinsertf128 ymm8, ymm8, xmmword ptr [rdi + (CONTEXT_VectorRegister + 8 * 16)], 1
+    vinsertf128 ymm9, ymm9, xmmword ptr [rdi + (CONTEXT_VectorRegister + 9 * 16)], 1
+    vinsertf128 ymm10, ymm10, xmmword ptr [rdi + (CONTEXT_VectorRegister + 10 * 16)], 1
+    vinsertf128 ymm11, ymm11, xmmword ptr [rdi + (CONTEXT_VectorRegister + 11 * 16)], 1
+    vinsertf128 ymm12, ymm12, xmmword ptr [rdi + (CONTEXT_VectorRegister + 12 * 16)], 1
+    vinsertf128 ymm13, ymm13, xmmword ptr [rdi + (CONTEXT_VectorRegister + 13 * 16)], 1
+    vinsertf128 ymm14, ymm14, xmmword ptr [rdi + (CONTEXT_VectorRegister + 14 * 16)], 1
+    vinsertf128 ymm15, ymm15, xmmword ptr [rdi + (CONTEXT_VectorRegister + 15 * 16)], 1
+LOCAL_LABEL(Done_Restore_CONTEXT_XSTATE):
+
     test    BYTE PTR [rdi + CONTEXT_ContextFlags], CONTEXT_CONTROL
     je      LOCAL_LABEL(Done_Restore_CONTEXT_CONTROL)
 
index 6d6bdac..5461ac6 100644 (file)
@@ -25,12 +25,14 @@ Revision History:
 #undef _FILE_OFFSET_BITS
 #endif
 
+#include "pal/dbgmsg.h"
+SET_DEFAULT_DEBUG_CHANNEL(DEBUG); // some headers have code with asserts, so do this first
+
 #include "pal/thread.hpp"
 #include "pal/procobj.hpp"
 #include "pal/file.hpp"
 
 #include "pal/palinternal.h"
-#include "pal/dbgmsg.h"
 #include "pal/process.h"
 #include "pal/context.h"
 #include "pal/debug.h"
@@ -66,8 +68,6 @@ Revision History:
 
 using namespace CorUnix;
 
-SET_DEFAULT_DEBUG_CHANNEL(DEBUG);
-
 extern "C" void DBG_DebugBreak_End();
 
 #if HAVE_PROCFS_CTL
index 78eb673..8b0d7f2 100644 (file)
@@ -14,12 +14,14 @@ Abstract:
 
 --*/
 
+#include "pal/dbgmsg.h"
+SET_DEFAULT_DEBUG_CHANNEL(EXCEPT); // some headers have code with asserts, so do this first
+
 #include "pal/thread.hpp"
 #include "pal/seh.hpp"
 #include "pal/palinternal.h"
 #if HAVE_MACH_EXCEPTIONS
 #include "machexception.h"
-#include "pal/dbgmsg.h"
 #include "pal/critsect.h"
 #include "pal/debug.h"
 #include "pal/init.h"
@@ -42,8 +44,6 @@ Abstract:
 
 using namespace CorUnix;
 
-SET_DEFAULT_DEBUG_CHANNEL(EXCEPT);
-
 // The port we use to handle exceptions and to set the thread context
 mach_port_t s_ExceptionPort;
 
index 8dd75ac..c2c2179 100644 (file)
@@ -18,6 +18,9 @@ Abstract:
 
 --*/
 
+#include "pal/dbgmsg.h"
+SET_DEFAULT_DEBUG_CHANNEL(EXCEPT); // some headers have code with asserts, so do this first
+
 #include "pal/corunix.hpp"
 #include "pal/handleapi.hpp"
 #include "pal/thread.hpp"
@@ -27,7 +30,6 @@ Abstract:
 
 #include "pal/palinternal.h"
 #if !HAVE_MACH_EXCEPTIONS
-#include "pal/dbgmsg.h"
 #include "pal/init.h"
 #include "pal/process.h"
 #include "pal/debug.h"
@@ -43,8 +45,6 @@ Abstract:
 
 using namespace CorUnix;
 
-SET_DEFAULT_DEBUG_CHANNEL(EXCEPT);
-
 #ifdef SIGRTMIN
 #define INJECT_ACTIVATION_SIGNAL SIGRTMIN
 #endif
@@ -611,10 +611,16 @@ static bool common_signal_handler(int code, siginfo_t *siginfo, void *sigcontext
     // which is required for restoring context
     RtlCaptureContext(contextRecord);
 
+    ULONG contextFlags = CONTEXT_CONTROL | CONTEXT_INTEGER | CONTEXT_FLOATING_POINT;
+
+#if defined(_AMD64_)
+    contextFlags |= CONTEXT_XSTATE;
+#endif
+
     // Fill context record with required information. from pal.h:
     // On non-Win32 platforms, the CONTEXT pointer in the
     // PEXCEPTION_POINTERS will contain at least the CONTEXT_CONTROL registers.
-    CONTEXTFromNativeContext(ucontext, contextRecord, CONTEXT_CONTROL | CONTEXT_INTEGER | CONTEXT_FLOATING_POINT);
+    CONTEXTFromNativeContext(ucontext, contextRecord, contextFlags);
 
     /* Unmask signal so we can receive it again */
     sigemptyset(&signal_set);
index 6f1b3fe..5e37894 100644 (file)
@@ -121,19 +121,71 @@ typedef ucontext_t native_context_t;
 #define MCREG_R14(mc)       ((mc).gregs[REG_R14])
 #define MCREG_R15(mc)       ((mc).gregs[REG_R15])
 
-#define FPREG_Xmm(uc, index) *(M128A*)&((uc)->uc_mcontext.fpregs->_xmm[index])
-
-#define FPREG_St(uc, index) *(M128A*)&((uc)->uc_mcontext.fpregs->_st[index])
-
-#define FPREG_ControlWord(uc) ((uc)->uc_mcontext.fpregs->cwd)
-#define FPREG_StatusWord(uc) ((uc)->uc_mcontext.fpregs->swd)
-#define FPREG_TagWord(uc) ((uc)->uc_mcontext.fpregs->ftw)
-#define FPREG_ErrorOffset(uc) *(DWORD*)&((uc)->uc_mcontext.fpregs->rip)
-#define FPREG_ErrorSelector(uc) *(((WORD*)&((uc)->uc_mcontext.fpregs->rip)) + 2)
-#define FPREG_DataOffset(uc) *(DWORD*)&((uc)->uc_mcontext.fpregs->rdp)
-#define FPREG_DataSelector(uc) *(((WORD*)&((uc)->uc_mcontext.fpregs->rdp)) + 2)
-#define FPREG_MxCsr(uc) ((uc)->uc_mcontext.fpregs->mxcsr)
-#define FPREG_MxCsr_Mask(uc) ((uc)->uc_mcontext.fpregs->mxcr_mask)
+#define FPREG_Fpstate(uc) ((uc)->uc_mcontext.fpregs)
+#define FPREG_Xmm(uc, index) *(M128A*)&(FPREG_Fpstate(uc)->_xmm[index])
+
+#define FPREG_St(uc, index) *(M128A*)&(FPREG_Fpstate(uc)->_st[index])
+
+#define FPREG_ControlWord(uc) (FPREG_Fpstate(uc)->cwd)
+#define FPREG_StatusWord(uc) (FPREG_Fpstate(uc)->swd)
+#define FPREG_TagWord(uc) (FPREG_Fpstate(uc)->ftw)
+#define FPREG_ErrorOffset(uc) *(DWORD*)&(FPREG_Fpstate(uc)->rip)
+#define FPREG_ErrorSelector(uc) *(((WORD*)&(FPREG_Fpstate(uc)->rip)) + 2)
+#define FPREG_DataOffset(uc) *(DWORD*)&(FPREG_Fpstate(uc)->rdp)
+#define FPREG_DataSelector(uc) *(((WORD*)&(FPREG_Fpstate(uc)->rdp)) + 2)
+#define FPREG_MxCsr(uc) (FPREG_Fpstate(uc)->mxcsr)
+#define FPREG_MxCsr_Mask(uc) (FPREG_Fpstate(uc)->mxcr_mask)
+
+/////////////////////
+// Extended state
+
+inline _fpx_sw_bytes *FPREG_FpxSwBytes(const ucontext_t *uc)
+{
+    // Bytes 464..511 in the FXSAVE format are available for software to use for any purpose. In this case, they are used to
+    // indicate information about extended state.
+    _ASSERTE(reinterpret_cast<UINT8 *>(&FPREG_Fpstate(uc)->padding[12]) - reinterpret_cast<UINT8 *>(FPREG_Fpstate(uc)) == 464);
+
+    _ASSERTE(FPREG_Fpstate(uc) != nullptr);
+
+    return reinterpret_cast<_fpx_sw_bytes *>(&FPREG_Fpstate(uc)->padding[12]);
+}
+
+inline UINT32 FPREG_ExtendedSize(const ucontext_t *uc)
+{
+    _ASSERTE(FPREG_FpxSwBytes(uc)->magic1 == FP_XSTATE_MAGIC1);
+    return FPREG_FpxSwBytes(uc)->extended_size;
+}
+
+inline bool FPREG_HasExtendedState(const ucontext_t *uc)
+{
+    // See comments in /usr/include/x86_64-linux-gnu/asm/sigcontext.h for info on how to detect if extended state is present
+    static_assert_no_msg(FP_XSTATE_MAGIC2_SIZE == sizeof(UINT32));
+
+    if (FPREG_FpxSwBytes(uc)->magic1 != FP_XSTATE_MAGIC1)
+    {
+        return false;
+    }
+
+    UINT32 extendedSize = FPREG_ExtendedSize(uc);
+    if (extendedSize < sizeof(_xstate))
+    {
+        return false;
+    }
+
+    _ASSERTE(extendedSize >= FP_XSTATE_MAGIC2_SIZE);
+    return *reinterpret_cast<UINT32 *>(reinterpret_cast<UINT8 *>(FPREG_Fpstate(uc)) + (extendedSize - FP_XSTATE_MAGIC2_SIZE))
+           == FP_XSTATE_MAGIC2;
+}
+
+inline void *FPREG_Xstate_Ymmh(const ucontext_t *uc)
+{
+    static_assert_no_msg(sizeof(reinterpret_cast<_xstate *>(FPREG_Fpstate(uc))->ymmh.ymmh_space) == 16 * 16);
+    _ASSERTE(FPREG_HasExtendedState(uc));
+
+    return reinterpret_cast<_xstate *>(FPREG_Fpstate(uc))->ymmh.ymmh_space;
+}
+
+/////////////////////
 
 #else // BIT64
 
index 025bb97..9aaf105 100644 (file)
@@ -19,8 +19,10 @@ Abstract:
 
 --*/
 
-#include "pal/palinternal.h"
 #include "pal/dbgmsg.h"
+SET_DEFAULT_DEBUG_CHANNEL(THREAD); // some headers have code with asserts, so do this first
+
+#include "pal/palinternal.h"
 #include "pal/context.h"
 #include "pal/debug.h"
 #include "pal/thread.hpp"
@@ -29,8 +31,6 @@ Abstract:
 #include <errno.h>
 #include <unistd.h>
 
-SET_DEFAULT_DEBUG_CHANNEL(THREAD);
-
 extern PGET_GCMARKER_EXCEPTION_CODE g_getGcMarkerExceptionCode;
 
 // in context2.S
@@ -465,6 +465,15 @@ void CONTEXTToNativeContext(CONST CONTEXT *lpContext, native_context_t *native)
         }
 #endif
     }
+
+    // TODO: Enable for all Unix systems
+#if defined(_AMD64_) && defined(__linux__)
+    if ((lpContext->ContextFlags & CONTEXT_XSTATE) != 0)
+    {
+        _ASSERTE(FPREG_HasExtendedState(native));
+        memcpy_s(FPREG_Xstate_Ymmh(native), sizeof(M128A) * 16, lpContext->VectorRegister, sizeof(M128A) * 16);
+    }
+#endif // _AMD64_
 }
 
 /*++
@@ -513,16 +522,19 @@ void CONTEXTFromNativeContext(const native_context_t *native, LPCONTEXT lpContex
     if (native->uc_mcontext.__fpregs == nullptr)
 #endif
     {
-        // Reset the CONTEXT_FLOATING_POINT bit(s) so it's clear that the floating point
-        // data in the CONTEXT is not valid. Since CONTEXT_FLOATING_POINT is defined as 
-        // the architecture bit(s) OR'd with one or more other bits, we first get the bits
-        // that are unique to CONTEXT_FLOATING_POINT by resetting the architecture bits.
-        // We determine what those are by inverting the union of CONTEXT_CONTROL and
-        // CONTEXT_INTEGER, both of which should also have the architecture bit(s) set.
+        // Reset the CONTEXT_FLOATING_POINT bit(s) and the CONTEXT_XSTATE bit(s) so it's
+        // clear that the floating point and extended state data in the CONTEXT is not
+        // valid. Since these flags are defined as the architecture bit(s) OR'd with one
+        // or more other bits, we first get the bits that are unique to each by resetting
+        // the architecture bits. We determine what those are by inverting the union of
+        // CONTEXT_CONTROL and CONTEXT_INTEGER, both of which should also have the 
+        // architecture bit(s) set.
         const ULONG floatingPointFlags = CONTEXT_FLOATING_POINT & ~(CONTEXT_CONTROL & CONTEXT_INTEGER);
-        lpContext->ContextFlags &= ~floatingPointFlags;
+        const ULONG xstateFlags = CONTEXT_XSTATE & ~(CONTEXT_CONTROL & CONTEXT_INTEGER);
+
+        lpContext->ContextFlags &= ~(floatingPointFlags | xstateFlags);
 
-        // Bail out regardless of whether the caller wanted CONTEXT_FLOATING_POINT 
+        // Bail out regardless of whether the caller wanted CONTEXT_FLOATING_POINT or CONTEXT_XSTATE
         return;
     }
 #endif
@@ -551,6 +563,24 @@ void CONTEXTFromNativeContext(const native_context_t *native, LPCONTEXT lpContex
         }
 #endif
     }
+
+    // TODO: Enable for all Unix systems
+#if defined(_AMD64_) && defined(__linux__)
+    if ((contextFlags & CONTEXT_XSTATE) != 0)
+    {
+        if (FPREG_HasExtendedState(native))
+        {
+            memcpy_s(lpContext->VectorRegister, sizeof(M128A) * 16, FPREG_Xstate_Ymmh(native), sizeof(M128A) * 16);
+        }
+        else
+        {
+            // Reset the CONTEXT_XSTATE bit(s) so it's clear that the extended state data in
+            // the CONTEXT is not valid.
+            const ULONG xstateFlags = CONTEXT_XSTATE & ~(CONTEXT_CONTROL & CONTEXT_INTEGER);
+            lpContext->ContextFlags &= ~xstateFlags;
+        }
+    } 
+#endif // _AMD64_
 }
 
 /*++
index 18e66b6..566ef85 100644 (file)
@@ -18,6 +18,9 @@ Abstract:
 
 --*/
 
+#include "pal/dbgmsg.h"
+SET_DEFAULT_DEBUG_CHANNEL(THREAD); // some headers have code with asserts, so do this first
+
 #include "pal/corunix.hpp"
 #include "pal/context.h"
 #include "pal/thread.hpp"
@@ -29,7 +32,6 @@ Abstract:
 #include "procprivate.hpp"
 #include "pal/process.h"
 #include "pal/module.h"
-#include "pal/dbgmsg.h"
 #include "pal/environ.h"
 #include "pal/init.h"
 
@@ -74,7 +76,6 @@ using namespace CorUnix;
 
 
 /* ------------------- Definitions ------------------------------*/
-SET_DEFAULT_DEBUG_CHANNEL(THREAD);
 
 // The default stack size of a newly created thread (currently 256KB)
 // when the dwStackSize parameter of PAL_CreateThread()
index 2b5a8b4..9ffbf27 100644 (file)
@@ -17,6 +17,7 @@ private:
         static const WCHAR* UNCPathPrefix;
         static const WCHAR* UNCExtendedPathPrefix;
         static const WCHAR VolumeSeparatorChar;
+               #define UNCPATHPREFIX W("\\\\")
 #endif //FEATURE_PAL
         static const WCHAR LongFile::DirectorySeparatorChar;
         static const WCHAR LongFile::AltDirectorySeparatorChar;
@@ -1256,7 +1257,7 @@ const WCHAR LongFile::VolumeSeparatorChar = W(':');
 const WCHAR* LongFile::ExtendedPrefix = W("\\\\?\\");
 const WCHAR* LongFile::DevicePathPrefix = W("\\\\.\\");
 const WCHAR* LongFile::UNCExtendedPathPrefix = W("\\\\?\\UNC\\");
-const WCHAR* LongFile::UNCPathPrefix = W("\\\\");
+const WCHAR* LongFile::UNCPathPrefix = UNCPATHPREFIX;
 
 BOOL LongFile::IsExtended(SString & path)
 {
@@ -1326,7 +1327,8 @@ HRESULT LongFile::NormalizePath(SString & path)
         //In this case if path is \\server the extended syntax should be like  \\?\UNC\server
         //The below logic populates the path from prefixLen offset from the start. This ensures that first 2 characters are overwritten
         //
-        prefixLen = prefix.GetCount() - 2;
+        prefixLen = prefix.GetCount() - (COUNT_T)wcslen(UNCPATHPREFIX);
+        _ASSERTE(prefixLen > 0 );
     }
 
    
@@ -1366,12 +1368,25 @@ HRESULT LongFile::NormalizePath(SString & path)
         }
     }
 
+       SString fullpath(SString::Literal,buffer + prefixLen);
 
-    //wcscpy_s always termintes with NULL, so we are saving the character that will be overwriiten
-    WCHAR temp = buffer[prefix.GetCount()];
-    wcscpy_s(buffer, prefix.GetCount() + 1, prefix.GetUnicode());
-    buffer[prefix.GetCount()] = temp;
-    path.CloseBuffer(ret + prefixLen);
+    //Check if the resolved path is a UNC. By default we assume relative path to resolve to disk 
+    if (fullpath.BeginsWith(UNCPathPrefix) && prefixLen != prefix.GetCount() - (COUNT_T)wcslen(UNCPATHPREFIX))
+    {
+
+        //Remove the leading '\\' from the UNC path to be replaced with UNCExtendedPathPrefix
+        fullpath.Replace(fullpath.Begin(), (COUNT_T)wcslen(UNCPATHPREFIX), UNCExtendedPathPrefix);
+        path.CloseBuffer();
+        path.Set(fullpath);
+    }
+    else
+    {
+        //wcscpy_s always termintes with NULL, so we are saving the character that will be overwriiten
+        WCHAR temp = buffer[prefix.GetCount()];
+        wcscpy_s(buffer, prefix.GetCount() + 1, prefix.GetUnicode());
+        buffer[prefix.GetCount()] = temp;
+        path.CloseBuffer(ret + prefixLen);
+    }
 
     return S_OK;
 }
index 06effd7..481bcea 100644 (file)
@@ -756,6 +756,55 @@ Assembly *Assembly::CreateDynamic(AppDomain *pDomain, CreateDynamicAssemblyArgs
                                                    name, &assemData, dwFlags,
                                                    &ma));
         pFile = PEAssembly::Create(pCallerAssembly->GetManifestFile(), pAssemblyEmit, args->access & ASSEMBLY_ACCESS_REFLECTION_ONLY);
+
+#if defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
+        // Dynamically created modules (aka RefEmit assemblies) do not have a LoadContext associated with them since they are not bound
+        // using an actual binder. As a result, we will assume the same binding/loadcontext information for the dynamic assembly as its
+        // caller/creator to ensure that any assembly loads triggered by the dynamic assembly are resolved using the intended load context.
+        //
+        // If the creator assembly has a HostAssembly associated with it, then use it for binding. Otherwise, ithe creator is dynamic
+        // and will have a fallback load context binder associated with it.
+        ICLRPrivBinder *pFallbackLoadContextBinder = nullptr;
+        
+        // There is always a manifest file - wehther working with static or dynamic assemblies.
+        PEFile *pCallerAssemblyManifestFile = pCallerAssembly->GetManifestFile();
+        _ASSERTE(pCallerAssemblyManifestFile != NULL);
+
+        if (!pCallerAssemblyManifestFile->IsDynamic())
+        {
+            // Static assemblies with do not have fallback load context
+            _ASSERTE(pCallerAssemblyManifestFile->GetFallbackLoadContextBinder() == nullptr);
+
+            if (pCallerAssemblyManifestFile->IsSystem())
+            {
+                // CoreLibrary is always bound to TPA binder
+                pFallbackLoadContextBinder = pDomain->GetTPABinderContext();
+            }
+            else
+            {
+                // Fetch the binder from the host assembly
+                PTR_ICLRPrivAssembly pCallerAssemblyHostAssembly = pCallerAssemblyManifestFile->GetHostAssembly();
+                _ASSERTE(pCallerAssemblyHostAssembly != nullptr);
+
+                UINT_PTR assemblyBinderID = 0;
+                IfFailThrow(pCallerAssemblyHostAssembly->GetBinderID(&assemblyBinderID));
+                pFallbackLoadContextBinder = reinterpret_cast<ICLRPrivBinder *>(assemblyBinderID);
+            }
+        }
+        else
+        {
+            // Creator assembly is dynamic too, so use its fallback load context for the one
+            // we are creating.
+            pFallbackLoadContextBinder = pCallerAssemblyManifestFile->GetFallbackLoadContextBinder(); 
+        }
+
+        // At this point, we should have a fallback load context binder to work with
+        _ASSERTE(pFallbackLoadContextBinder != nullptr);
+
+        // Set it as the fallback load context binder for the dynamic assembly being created
+        pFile->SetFallbackLoadContextBinder(pFallbackLoadContextBinder);
+#endif // defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
+
     }            
     
     AssemblyLoadSecurity loadSecurity;
index c825171..29e0a45 100644 (file)
@@ -179,6 +179,7 @@ FCIMPL9(Object*, AssemblyNative::Load, AssemblyNameBaseObject* assemblyNameUNSAF
     CheckPointHolder cph(pThread->m_MarshalAlloc.GetCheckpoint()); //hold checkpoint for autorelease
 
     DomainAssembly * pParentAssembly = NULL;
+    Assembly * pRefAssembly = NULL;
 
     if(gc.assemblyName->GetSimpleName() == NULL)
     {
@@ -194,7 +195,6 @@ FCIMPL9(Object*, AssemblyNative::Load, AssemblyNameBaseObject* assemblyNameUNSAF
             gc.codeBase = NULL;
 
         // Compute parent assembly
-        Assembly * pRefAssembly;
         if (gc.requestingAssembly == NULL)
         {
             pRefAssembly = SystemDomain::GetCallersAssembly(stackMark);
@@ -241,7 +241,17 @@ FCIMPL9(Object*, AssemblyNative::Load, AssemblyNameBaseObject* assemblyNameUNSAF
 
     if (pParentAssembly != NULL)
         spec.SetParentAssembly(pParentAssembly);
-    
+
+#if defined(FEATURE_HOST_ASSEMBLY_RESOLVER)    
+    // If the requesting assembly has Fallback LoadContext binder available,
+    // then set it up in the AssemblySpec.
+    if (pRefAssembly != NULL)
+    {
+        PEFile *pRefAssemblyManifestFile = pRefAssembly->GetManifestFile();
+        spec.SetFallbackLoadContextBinderForRequestingAssembly(pRefAssemblyManifestFile->GetFallbackLoadContextBinder());
+    }
+#endif // defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
+
     AssemblyLoadSecurity loadSecurity;
     loadSecurity.m_pAdditionalEvidence = &gc.security;
     loadSecurity.m_fCheckLoadFromRemoteSource = !!(gc.codeBase != NULL);
@@ -2552,20 +2562,26 @@ INT_PTR QCALLTYPE AssemblyNative::GetLoadContextForAssembly(QCall::AssemblyHandl
     {
         // Get the binding context for the assembly.
         //
+        ICLRPrivBinder *pOpaqueBinder = nullptr;
+        AppDomain *pCurDomain = AppDomain::GetCurrentDomain();
+        CLRPrivBinderCoreCLR *pTPABinder = pCurDomain->GetTPABinderContext();
+
+        
         // GetBindingContext returns a ICLRPrivAssembly which can be used to get access to the
         // actual ICLRPrivBinder instance in which the assembly was loaded.
         PTR_ICLRPrivBinder pBindingContext = pPEAssembly->GetBindingContext();
         UINT_PTR assemblyBinderID = 0;
         IfFailThrow(pBindingContext->GetBinderID(&assemblyBinderID));
 
-        AppDomain *pCurDomain = AppDomain::GetCurrentDomain();
-        CLRPrivBinderCoreCLR *pTPABinder = pCurDomain->GetTPABinderContext();
-        
         // If the assembly was bound using the TPA binder,
         // then we will return the reference to "Default" binder from the managed implementation when this QCall returns.
         //
         // See earlier comment about "Default" binder for additional context.
-        ICLRPrivBinder *pOpaqueBinder = reinterpret_cast<ICLRPrivBinder *>(assemblyBinderID);
+        pOpaqueBinder = reinterpret_cast<ICLRPrivBinder *>(assemblyBinderID);
+        
+        // We should have a load context binder at this point.
+        _ASSERTE(pOpaqueBinder != nullptr);
+
         if (!AreSameBinderInstance(pTPABinder, pOpaqueBinder))
         {
             // Only CLRPrivBinderAssemblyLoadContext instance contains the reference to its
index 5baf588..3bd6d38 100644 (file)
@@ -1256,26 +1256,40 @@ ICLRPrivBinder* AssemblySpec::GetBindingContextFromParentAssembly(AppDomain *pDo
         
         // ICLRPrivAssembly implements ICLRPrivBinder and thus, "is a" binder in a manner of semantics.
         pParentAssemblyBinder = pParentPEAssembly->GetBindingContext();
-        
+    }
+
 #if defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
-        if (pParentAssemblyBinder != NULL)
+    if (pParentAssemblyBinder == NULL)
+    {
+        // If the parent assembly binder is not available, then we maybe dealing with one of the following
+        // assembly scenarios:
+        //
+        // 1) Domain Neutral assembly
+        // 2) RefEmitted assembly
+        // 3) Entrypoint assembly
+        //
+        // For (1) and (3), we will need to bind against the DefaultContext binder (aka TPA Binder). This happens
+        // below if we do not find the parent assembly binder.
+        //
+        // For (2), check if we have the fallback load context binder for the requesting dynamic assembly available.
+        
+        pParentAssemblyBinder = GetFallbackLoadContextBinderForRequestingAssembly();
+    }
+
+    if (pParentAssemblyBinder != NULL)
+    {
+        CLRPrivBinderCoreCLR *pTPABinder = pDomain->GetTPABinderContext();
+        if (AreSameBinderInstance(pTPABinder, pParentAssemblyBinder))
         {
-            CLRPrivBinderCoreCLR *pTPABinder = pDomain->GetTPABinderContext();
-            if (AreSameBinderInstance(pTPABinder, pParentAssemblyBinder))
-            {
-                // If the parent assembly is a platform (TPA) assembly, then its binding context will always be the TPABinder context. In 
-                // such case, we will return the default context for binding to allow the bind to go
-                // via the custom binder context, if it was overridden. If it was not overridden, then we will get the expected
-                // TPABinder context anyways.
-                //
-                // Get the reference to the default binding context (this could be the TPABinder context or custom AssemblyLoadContext)
-                pParentAssemblyBinder = static_cast<ICLRPrivBinder*>(pDomain->GetFusionContext());
-            }
+            // If the parent assembly is a platform (TPA) assembly, then its binding context will always be the TPABinder context. In 
+            // such case, we will return the default context for binding to allow the bind to go
+            // via the custom binder context, if it was overridden. If it was not overridden, then we will get the expected
+            // TPABinder context anyways.
+            //
+            // Get the reference to the default binding context (this could be the TPABinder context or custom AssemblyLoadContext)
+            pParentAssemblyBinder = static_cast<ICLRPrivBinder*>(pDomain->GetFusionContext());
         }
-#endif // defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
     }
-       
-#if defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
 
 #if defined(FEATURE_COMINTEROP)
     if (!IsContentType_WindowsRuntime() && (pParentAssemblyBinder != NULL))
@@ -1295,10 +1309,10 @@ ICLRPrivBinder* AssemblySpec::GetBindingContextFromParentAssembly(AppDomain *pDo
     
     if (!pParentAssemblyBinder)
     {
-        // We can be here when loading assemblies via the host (e.g. ICLRRuntimeHost2::ExecuteAssembly) or when attempting
-        // to load assemblies via custom AssemblyLoadContext implementation. 
+        // We can be here when loading assemblies via the host (e.g. ICLRRuntimeHost2::ExecuteAssembly) or dealing with assemblies
+        // whose parent is a domain neutral assembly (see comment above for details).
         //
-        // In such a case, the parent assembly (semantically) is mscorlib and thus, the default binding context should be 
+        // In such a case, the parent assembly (semantically) is CoreLibrary and thus, the default binding context should be 
         // used as the parent assembly binder.
         pParentAssemblyBinder = static_cast<ICLRPrivBinder*>(pDomain->GetFusionContext());
     }
index 4a7130b..84e67df 100644 (file)
@@ -42,6 +42,11 @@ class AssemblySpec  : public BaseAssemblySpec
     DWORD            m_dwHashAlg;
     DomainAssembly  *m_pParentAssembly;
 
+#if defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
+    // Contains the reference to the fallback load context associated with RefEmitted assembly requesting the load of another assembly (static or dynamic)
+    ICLRPrivBinder *m_pFallbackLoadContextBinder;
+#endif // defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
+
     BOOL IsValidAssemblyName();
     
     HRESULT InitializeSpecInternal(mdToken kAssemblyRefOrDef, 
@@ -67,6 +72,11 @@ class AssemblySpec  : public BaseAssemblySpec
     {
         LIMITED_METHOD_CONTRACT;
         m_pParentAssembly = NULL;
+
+#if defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
+        m_pFallbackLoadContextBinder = NULL;        
+#endif // defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
+
     }
 #endif //!DACCESS_COMPILE
 
@@ -74,6 +84,11 @@ class AssemblySpec  : public BaseAssemblySpec
     { 
         LIMITED_METHOD_CONTRACT
         m_pParentAssembly = NULL;
+
+#if defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
+        m_pFallbackLoadContextBinder = NULL;        
+#endif // defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
+
     }
 
 #ifdef FEATURE_FUSION
@@ -158,6 +173,22 @@ class AssemblySpec  : public BaseAssemblySpec
 #endif
     }
 
+#if defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
+    void SetFallbackLoadContextBinderForRequestingAssembly(ICLRPrivBinder *pFallbackLoadContextBinder)
+    {
+       LIMITED_METHOD_CONTRACT;
+
+        m_pFallbackLoadContextBinder = pFallbackLoadContextBinder;
+    }
+
+    ICLRPrivBinder* GetFallbackLoadContextBinderForRequestingAssembly()
+    {
+        LIMITED_METHOD_CONTRACT;
+
+        return m_pFallbackLoadContextBinder;
+    }
+#endif // defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
+
     // Note that this method does not clone the fields!
     void CopyFrom(AssemblySpec* pSource)
     {
@@ -173,6 +204,12 @@ class AssemblySpec  : public BaseAssemblySpec
 
         SetIntrospectionOnly(pSource->IsIntrospectionOnly());
         SetParentAssembly(pSource->GetParentAssembly());
+
+#if defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
+        // Copy the details of the fallback load context binder
+        SetFallbackLoadContextBinderForRequestingAssembly(pSource->GetFallbackLoadContextBinderForRequestingAssembly());
+#endif // defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
+
         m_HashForControl = pSource->m_HashForControl;
         m_dwHashAlg = pSource->m_dwHashAlg;
     }
index 440281e..86785e2 100644 (file)
@@ -99,6 +99,9 @@ PEFile::PEFile(PEImage *identity, BOOL fCheckAuthenticodeSignature/*=TRUE*/) :
     ,m_securityManagerLock(CrstPEFileSecurityManager)
 #endif // FEATURE_CAS_POLICY
     ,m_pHostAssembly(nullptr)
+#if defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
+    ,m_pFallbackLoadContextBinder(nullptr)
+#endif // defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
 {
     CONTRACTL
     {
index 5cefd5d..413d08c 100644 (file)
@@ -659,6 +659,17 @@ public:
 protected:
     PTR_ICLRPrivAssembly m_pHostAssembly;
 
+#if defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
+    // For certain assemblies, we do not have m_pHostAssembly since they are not bound using an actual binder.
+    // An example is Ref-Emitted assemblies. Thus, when such assemblies trigger load of their dependencies, 
+    // we need to ensure they are loaded in appropriate load context.
+    //
+    // To enable this, we maintain a concept of "Fallback LoadContext", which will be set to the Binder of the
+    // assembly that created the dynamic assembly. If the creator assembly is dynamic itself, then its fallback
+    // load context would be propagated to the assembly being dynamically generated.
+    ICLRPrivBinder *m_pFallbackLoadContextBinder;
+#endif // defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
+
 protected:
 
     friend class CLRPrivBinderFusion;
@@ -684,6 +695,21 @@ public:
 
     bool CanUseWithBindingCache()
     { LIMITED_METHOD_CONTRACT; return !HasHostAssembly(); }
+
+#if defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
+    void SetFallbackLoadContextBinder(ICLRPrivBinder *pFallbackLoadContextBinder)
+    { 
+        LIMITED_METHOD_CONTRACT; 
+        m_pFallbackLoadContextBinder = pFallbackLoadContextBinder; 
+    }
+
+    ICLRPrivBinder *GetFallbackLoadContextBinder()
+    {
+        LIMITED_METHOD_CONTRACT;
+
+        return m_pFallbackLoadContextBinder;
+    }
+#endif //defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
 };  // class PEFile
 
 
index 0b601f3..356cb78 100644 (file)
@@ -1902,6 +1902,16 @@ DomainAssembly * LoadDomainAssembly(
         spec.SetParentAssembly(pRequestingAssembly->GetDomainAssembly());
     }
     
+#if defined(FEATURE_HOST_ASSEMBLY_RESOLVER)    
+    // If the requesting assembly has Fallback LoadContext binder available,
+    // then set it up in the AssemblySpec.
+    if (pRequestingAssembly != NULL)
+    {
+        PEFile *pRequestingAssemblyManifestFile = pRequestingAssembly->GetManifestFile();
+        spec.SetFallbackLoadContextBinderForRequestingAssembly(pRequestingAssemblyManifestFile->GetFallbackLoadContextBinder());
+    }
+#endif // defined(FEATURE_HOST_ASSEMBLY_RESOLVER)
+
     if (bThrowIfNotFound)
     {
         pDomainAssembly = spec.LoadDomainAssembly(FILE_LOADED);
index 425b460..aa78435 100644 (file)
@@ -1,4 +1,4 @@
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
   <!--
     $(OS) is set to Unix/Windows_NT. This comes from an environment variable on Windows and MSBuild on Unix.
@@ -43,7 +43,7 @@
     <ValidatePackageVersions>true</ValidatePackageVersions>
     <ProhibitFloatingDependencies>true</ProhibitFloatingDependencies>
 
-    <CoreFxExpectedPrerelease>rc3-24117-00</CoreFxExpectedPrerelease>
+    <CoreFxExpectedPrerelease>beta-24328-05</CoreFxExpectedPrerelease>
     <CoreClrPackageVersion>1.0.4-beta-24325-02</CoreClrPackageVersion>
 
     <CoreFxVersionsIdentityRegex>^(?i)((System\..*)|(Microsoft\.CSharp)|(Microsoft\.NETCore.*)|(Microsoft\.Win32\..*)|(Microsoft\.VisualBasic))(?&lt;!TestData)$</CoreFxVersionsIdentityRegex>
index a5aa7f1..e5d2a7a 100644 (file)
@@ -3,8 +3,8 @@
 
   <UsingTask TaskName="PrereleaseResolveNuGetPackageAssets" AssemblyFile="$(BuildToolsTaskDir)Microsoft.DotNet.Build.Tasks.dll"/>
   <ItemGroup>
-    <TestTargetFramework Include="DNXCore,Version=v5.0">
-      <Folder>dnxcore50</Folder>
+    <TestTargetFramework Include=".NETCoreApp,Version=v1.0">
+      <Folder>netcoreapp1.0</Folder>
     </TestTargetFramework>
   </ItemGroup>
 
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 31c6781..8168aa2 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Tasks": "4.0.10",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Tasks": "4.0.12-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
diff --git a/tests/src/Common/test_runtime/project.json b/tests/src/Common/test_runtime/project.json
new file mode 100644 (file)
index 0000000..976c048
--- /dev/null
@@ -0,0 +1,27 @@
+{
+  "dependencies": {
+    "Microsoft.NETCore.Targets": "1.0.3-beta-24328-05",
+    "System.Collections.Concurrent": "4.0.13-beta-24328-05",
+    "System.Collections.Immutable": "1.2.1-beta-24328-05",
+    "System.Diagnostics.Tracing": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Expressions": "4.1.1-beta-24328-05",
+    "System.ObjectModel": "4.0.13-beta-24328-05",
+    "System.Reflection.Emit.Lightweight": "4.0.2-beta-24328-05",
+    "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Numerics": "4.0.2-beta-24328-05",
+    "System.Text.RegularExpressions": "4.2.0-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Overlapped": "4.0.2-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05"
+  },
+  "frameworks": {
+    "netcoreapp1.0": {}
+  }
+}
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index e8ec8ab..0fa138a 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Resources.ResourceManager": "4.0.1-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Resources.ResourceManager": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index e8ec8ab..0fa138a 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Resources.ResourceManager": "4.0.1-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Resources.ResourceManager": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index e8ec8ab..0fa138a 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Resources.ResourceManager": "4.0.1-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Resources.ResourceManager": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index eb80e92..9a103f5 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Text.Encoding.Extensions": "4.0.11-rc3-24117-00",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Text.Encoding.Extensions": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index eb80e92..9a103f5 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Text.Encoding.Extensions": "4.0.11-rc3-24117-00",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Text.Encoding.Extensions": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index eb80e92..9a103f5 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Text.Encoding.Extensions": "4.0.11-rc3-24117-00",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Text.Encoding.Extensions": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index dca5dae..78dd7e0 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index bcd9b45..3583af5 100644 (file)
@@ -1,39 +1,43 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Debug": "4.0.11-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Text.Encoding.Extensions": "4.0.11-rc3-24117-00",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Debug": "4.0.12-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Text.Encoding.Extensions": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index ba17265..1909796 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Debug": "4.0.11-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Debug": "4.0.12-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index c0fc974..0f15c93 100644 (file)
@@ -1,42 +1,46 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "Microsoft.Win32.Primitives": "4.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Debug": "4.0.11-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Extensions": "4.0.1-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00",
-    "System.Text.RegularExpressions": "4.1.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "Microsoft.Win32.Primitives": "4.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Debug": "4.0.12-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Extensions": "4.0.2-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05",
+    "System.Text.RegularExpressions": "4.2.0-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100755 (executable)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 62f3545..9b1e4b8 100644 (file)
@@ -1,7 +1,12 @@
 {
-  "dependencies": {},
+  "dependencies": {
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
+  },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 62f3545..9b1e4b8 100644 (file)
@@ -1,7 +1,12 @@
 {
-  "dependencies": {},
+  "dependencies": {
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
+  },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 62f3545..9b1e4b8 100644 (file)
@@ -1,7 +1,12 @@
 {
-  "dependencies": {},
+  "dependencies": {
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
+  },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100755 (executable)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100755 (executable)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100755 (executable)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100755 (executable)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 62f3545..9b1e4b8 100644 (file)
@@ -1,7 +1,12 @@
 {
-  "dependencies": {},
+  "dependencies": {
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
+  },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index af46751..23331bd 100644 (file)
@@ -1,12 +1,16 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index ddc03c0..e2abdf0 100644 (file)
@@ -1,14 +1,18 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Reflection.Emit.Lightweight": "4.0.0",
-    "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Reflection.Emit.Lightweight": "4.0.2-beta-24328-05",
+    "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 205ff03..b65ca3d 100644 (file)
@@ -1,14 +1,18 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.IO": "4.0.10",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index af46751..23331bd 100644 (file)
@@ -1,12 +1,16 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 10c84a9..0c2c8f5 100644 (file)
@@ -1,14 +1,18 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 10c84a9..0c2c8f5 100644 (file)
@@ -1,14 +1,18 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 001d56f..88f434b 100644 (file)
@@ -1,16 +1,20 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.0",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Threading.Timer": "4.0.0"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Threading.Timer": "4.0.2-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 32f15cc..fcf97c2 100644 (file)
@@ -1,15 +1,19 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.0",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index ecf2e08..90a8b67 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index ecf2e08..90a8b67 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index ecf2e08..90a8b67 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index ecf2e08..90a8b67 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 42239af..6d51783 100644 (file)
@@ -1,20 +1,24 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Numerics.Vectors": "4.1.1-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Numerics.Vectors": "4.1.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 6478b3a..986a834 100644 (file)
@@ -4,31 +4,35 @@
     "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0035",
     "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0035",
     "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0035",
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Dynamic.Runtime": "4.0.11-rc3-24117-00",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.Numerics.Vectors": "4.1.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Extensions": "4.0.0",
-    "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Numerics": "4.0.1-rc3-24117-00",
-    "System.Text.RegularExpressions": "4.1.0-rc3-24117-00",
-    "System.Threading": "4.0.10",
-    "System.Threading.Tasks": "4.0.10",
-    "System.Threading.Tasks.Parallel": "4.0.0",
-    "System.Security.Cryptography.Algorithms": "4.2.0-rc3-24117-00",
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Dynamic.Runtime": "4.0.12-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.Numerics.Vectors": "4.1.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Extensions": "4.0.2-beta-24328-05",
+    "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Numerics": "4.0.2-beta-24328-05",
+    "System.Text.RegularExpressions": "4.2.0-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Tasks": "4.0.12-beta-24328-05",
+    "System.Threading.Tasks.Parallel": "4.0.2-beta-24328-05",
+    "System.Security.Cryptography.Algorithms": "4.2.1-beta-24328-05",
     "xunit": "2.1.0",
     "xunit.console.netcore": "1.0.2-prerelease-00101",
-    "xunit.runner.utility": "2.1.0"
+    "xunit.runner.utility": "2.1.0",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {
+    "netcoreapp1.0": {
       "imports": [
-        "netstandard1.6",
+        "dnxcore50",
         "portable-net45+win8"
       ]
     }
index 5802076..937b095 100644 (file)
@@ -3,28 +3,35 @@
     "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0035",
     "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0035",
     "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0035",
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
     "Newtonsoft.Json": "7.0.1",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.ObjectModel": "4.0.12-rc3-24117-00",
-    "System.Dynamic.Runtime": "4.0.11-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Serialization.Json": "4.0.0",
-    "System.Runtime.Serialization.Primitives": "4.0.10",
-    "System.Runtime.Serialization.Xml": "4.0.10",
-    "System.Text.RegularExpressions": "4.1.0-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.0",
-    "System.Xml.XmlSerializer": "4.0.10",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.ObjectModel": "4.0.13-beta-24328-05",
+    "System.Dynamic.Runtime": "4.0.12-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Serialization.Json": "4.0.3-beta-24328-05",
+    "System.Runtime.Serialization.Primitives": "4.2.0-beta-24328-05",
+    "System.Runtime.Serialization.Xml": "4.1.2-beta-24328-05",
+    "System.Text.RegularExpressions": "4.2.0-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
     "xunit": "2.1.0",
     "xunit.console.netcore": "1.0.2-prerelease-00101",
-    "xunit.runner.utility": "2.1.0"
+    "xunit.runner.utility": "2.1.0",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {
-      "imports": "portable-net45+win8"
+    "netcoreapp1.0": {
+      "imports": [
+        "dnxcore50",
+        "portable-net45+win8"
+      ]
     }
   },
   "runtimes": {
index c2eefa0..1d108d7 100644 (file)
@@ -3,31 +3,38 @@
     "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0035",
     "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0035",
     "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0035",
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Expressions": "4.1.0-rc3-24117-00",
-    "System.Numerics.Vectors": "4.1.1-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Numerics": "4.0.1-rc3-24117-00",
-    "System.Text.RegularExpressions": "4.1.0-rc3-24117-00",
-    "System.Threading": "4.0.10",
-    "System.Threading.Tasks": "4.0.10",
-    "System.Threading.Tasks.Parallel": "4.0.0",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.0",
-    "System.Xml.XPath": "4.0.0",
-    "System.Xml.XPath.XmlDocument": "4.0.0",
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Expressions": "4.1.1-beta-24328-05",
+    "System.Numerics.Vectors": "4.1.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Numerics": "4.0.2-beta-24328-05",
+    "System.Text.RegularExpressions": "4.2.0-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Tasks": "4.0.12-beta-24328-05",
+    "System.Threading.Tasks.Parallel": "4.0.2-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XPath": "4.0.2-beta-24328-05",
+    "System.Xml.XPath.XmlDocument": "4.0.2-beta-24328-05",
     "xunit": "2.1.0",
     "xunit.console.netcore": "1.0.2-prerelease-00101",
-    "xunit.runner.utility": "2.1.0"
+    "xunit.runner.utility": "2.1.0",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {
-      "imports": "portable-net45+win8"
+    "netcoreapp1.0": {
+      "imports": [
+        "dnxcore50",
+        "portable-net45+win8"
+      ]
     }
   },
   "runtimes": {
index 62f3545..9b1e4b8 100644 (file)
@@ -1,7 +1,12 @@
 {
-  "dependencies": {},
+  "dependencies": {
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
+  },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index eda2d79..99145c0 100644 (file)
@@ -1,24 +1,28 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Debug": "4.0.11-rc3-24117-00",
-    "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.11-rc3-24117-00",
-    "System.IO": "4.0.11-rc3-24117-00",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Extensions": "4.0.1-rc3-24117-00",
-    "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.CompilerServices.Unsafe": "4.0.0-rc3-24117-00",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Debug": "4.0.12-beta-24328-05",
+    "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Extensions": "4.0.2-beta-24328-05",
+    "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.CompilerServices.Unsafe": "4.0.1-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index df352de..f1c2748 100644 (file)
@@ -1,13 +1,17 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index fb17104..828bec2 100644 (file)
@@ -1,15 +1,19 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Numerics.Vectors": "4.1.1-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Numerics.Vectors": "4.1.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 5704d9a..5d8aec1 100644 (file)
@@ -1,13 +1,17 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Threading": "4.0.10"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index e9e09a0..ac74f22 100644 (file)
@@ -1,14 +1,18 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.0",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 7199aa4..60adc1e 100644 (file)
@@ -1,13 +1,17 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 7199aa4..60adc1e 100644 (file)
@@ -1,13 +1,17 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 7199aa4..60adc1e 100644 (file)
@@ -1,13 +1,17 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 4a87eef..ea84b07 100644 (file)
@@ -1,12 +1,16 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 7199aa4..60adc1e 100644 (file)
@@ -1,13 +1,17 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 4a87eef..ea84b07 100644 (file)
@@ -1,12 +1,16 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index dca5dae..78dd7e0 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 4a87eef..ea84b07 100644 (file)
@@ -1,12 +1,16 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 4a87eef..ea84b07 100644 (file)
@@ -1,12 +1,16 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 4a87eef..ea84b07 100644 (file)
@@ -1,12 +1,16 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index dee91b3..7fe94d7 100644 (file)
@@ -1,38 +1,42 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Emit.Lightweight": "4.0.0",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Emit.Lightweight": "4.0.2-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index e8ec8ab..0fa138a 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Resources.ResourceManager": "4.0.1-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Resources.ResourceManager": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index dca5dae..78dd7e0 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index ecf2e08..90a8b67 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index ecf2e08..90a8b67 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index f922284..68bdc67 100644 (file)
@@ -1,38 +1,42 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10-rc3-24117-00",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10-rc3-24117-00",
-    "System.Globalization.Calendars": "4.0.0-rc3-24117-00",
-    "System.IO": "4.0.10-rc3-24117-00",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10-rc3-24117-00",
-    "System.Runtime.Handles": "4.0.0-rc3-24117-00",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10-rc3-24117-00",
-    "System.Threading": "4.0.10-rc3-24117-00",
-    "System.Threading.AccessControl": "4.0.0-rc3-24117-00",
-    "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.AccessControl": "4.0.1-beta-24328-05",
+    "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index a9b0bf7..0031ba6 100644 (file)
@@ -1,39 +1,43 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10-rc3-24117-00",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10-rc3-24117-00",
-    "System.Globalization.Calendars": "4.0.0-rc3-24117-00",
-    "System.IO": "4.0.10-rc3-24117-00",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10-rc3-24117-00",
-    "System.Runtime.Handles": "4.0.0-rc3-24117-00",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10-rc3-24117-00",
-    "System.Threading": "4.0.10-rc3-24117-00",
-    "System.Threading.AccessControl": "4.0.0-rc3-24117-00",
-    "System.Threading.Timer": "4.0.0-rc3-24117-00",
-    "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.AccessControl": "4.0.1-beta-24328-05",
+    "System.Threading.Timer": "4.0.2-beta-24328-05",
+    "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index a64030f..8a3c429 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10-rc3-24117-00",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10-rc3-24117-00",
-    "System.Globalization.Calendars": "4.0.0-rc3-24117-00",
-    "System.IO": "4.0.10-rc3-24117-00",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10-rc3-24117-00",
-    "System.Runtime.Handles": "4.0.0-rc3-24117-00",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10-rc3-24117-00",
-    "System.Threading": "4.0.10-rc3-24117-00",
-    "System.Threading.AccessControl": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.AccessControl": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index a64030f..8a3c429 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10-rc3-24117-00",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10-rc3-24117-00",
-    "System.Globalization.Calendars": "4.0.0-rc3-24117-00",
-    "System.IO": "4.0.10-rc3-24117-00",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10-rc3-24117-00",
-    "System.Runtime.Handles": "4.0.0-rc3-24117-00",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10-rc3-24117-00",
-    "System.Threading": "4.0.10-rc3-24117-00",
-    "System.Threading.AccessControl": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.AccessControl": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 0363e4a..7560c5f 100644 (file)
@@ -1,38 +1,42 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10-rc3-24117-00",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10-rc3-24117-00",
-    "System.Globalization.Calendars": "4.0.0-rc3-24117-00",
-    "System.IO": "4.0.10-rc3-24117-00",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10-rc3-24117-00",
-    "System.Runtime.Handles": "4.0.0-rc3-24117-00",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10-rc3-24117-00",
-    "System.Threading": "4.0.10-rc3-24117-00",
-    "System.Threading.AccessControl": "4.0.0-rc3-24117-00",
-    "System.Threading.Timer": "4.0.0-rc3-24117-00",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.AccessControl": "4.0.1-beta-24328-05",
+    "System.Threading.Timer": "4.0.2-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 49def5c..55df713 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10-rc3-24117-00",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10-rc3-24117-00",
-    "System.Globalization.Calendars": "4.0.0-rc3-24117-00",
-    "System.IO": "4.0.10-rc3-24117-00",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10-rc3-24117-00",
-    "System.Runtime.Handles": "4.0.0-rc3-24117-00",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10-rc3-24117-00",
-    "System.Threading": "4.0.10-rc3-24117-00",
-    "System.Threading.AccessControl": "4.0.0-rc3-24117-00",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.AccessControl": "4.0.1-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index a64030f..8a3c429 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10-rc3-24117-00",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10-rc3-24117-00",
-    "System.Globalization.Calendars": "4.0.0-rc3-24117-00",
-    "System.IO": "4.0.10-rc3-24117-00",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10-rc3-24117-00",
-    "System.Runtime.Handles": "4.0.0-rc3-24117-00",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10-rc3-24117-00",
-    "System.Threading": "4.0.10-rc3-24117-00",
-    "System.Threading.AccessControl": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.AccessControl": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index a64030f..8a3c429 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10-rc3-24117-00",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10-rc3-24117-00",
-    "System.Globalization.Calendars": "4.0.0-rc3-24117-00",
-    "System.IO": "4.0.10-rc3-24117-00",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10-rc3-24117-00",
-    "System.Runtime.Handles": "4.0.0-rc3-24117-00",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10-rc3-24117-00",
-    "System.Threading": "4.0.10-rc3-24117-00",
-    "System.Threading.AccessControl": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.AccessControl": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index ed195cb..196b158 100644 (file)
@@ -1,38 +1,42 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10-rc3-24117-00",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10-rc3-24117-00",
-    "System.Globalization.Calendars": "4.0.0-rc3-24117-00",
-    "System.IO": "4.0.10-rc3-24117-00",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10-rc3-24117-00",
-    "System.Runtime.Handles": "4.0.0-rc3-24117-00",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10-rc3-24117-00",
-    "System.Threading": "4.0.10-rc3-24117-00",
-    "System.Threading.AccessControl": "4.0.0-rc3-24117-00",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.AccessControl": "4.0.1-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index d67fa0d..167befe 100644 (file)
@@ -1,38 +1,42 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10-rc3-24117-00",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10-rc3-24117-00",
-    "System.Globalization.Calendars": "4.0.0-rc3-24117-00",
-    "System.IO": "4.0.10-rc3-24117-00",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10-rc3-24117-00",
-    "System.Runtime.Handles": "4.0.0-rc3-24117-00",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10-rc3-24117-00",
-    "System.Threading": "4.0.10-rc3-24117-00",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Threading.AccessControl": "4.0.0-rc3-24117-00",
-    "System.Threading.Timer": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Threading.AccessControl": "4.0.1-beta-24328-05",
+    "System.Threading.Timer": "4.0.2-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 6fe8ba2..0df073b 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10-rc3-24117-00",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10-rc3-24117-00",
-    "System.Globalization.Calendars": "4.0.0-rc3-24117-00",
-    "System.IO": "4.0.10-rc3-24117-00",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0-rc3-24117-00",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10-rc3-24117-00",
-    "System.Runtime.Handles": "4.0.0-rc3-24117-00",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10-rc3-24117-00",
-    "System.Threading": "4.0.10-rc3-24117-00",
-    "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
-    "System.Threading.AccessControl": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+    "System.Threading.AccessControl": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index d9969a0..9cc7f53 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index dca5dae..78dd7e0 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index ecf2e08..90a8b67 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index f7d7d08..910e72e 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Contracts": "4.0.0",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Contracts": "4.0.2-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 172c741..4a98e3d 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Threading.Timer": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Threading.Timer": "4.0.2-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 172c741..4a98e3d 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Threading.Timer": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Threading.Timer": "4.0.2-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 172c741..4a98e3d 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Threading.Timer": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Threading.Timer": "4.0.2-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 2da66d6..bdbf1ae 100644 (file)
@@ -1,38 +1,42 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
-    "System.Threading.Timer": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+    "System.Threading.Timer": "4.0.2-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index ecf2e08..90a8b67 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index ecf2e08..90a8b67 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index f0488df..34e947c 100644 (file)
@@ -1,38 +1,42 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Reflection.TypeExtensions": "4.1.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index ecf2e08..90a8b67 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index ecf2e08..90a8b67 100644 (file)
@@ -1,37 +1,41 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 82b3fd4..0ac5310 100644 (file)
@@ -1,31 +1,35 @@
 {
   "dependencies": {
     "Microsoft.CodeAnalysis.Compilers": "1.1.1",
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.Concurrent": "4.0.10",
-    "System.Collections.Immutable": "1.1.37",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Dynamic.Runtime": "4.0.11-rc3-24117-00",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Overlapped": "4.0.0",
-    "System.Threading.Tasks": "4.0.10",
-    "System.Threading.Tasks.Parallel": "4.0.0",
-    "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
-    "System.Security.Cryptography.Algorithms": "4.2.0-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.Concurrent": "4.0.13-beta-24328-05",
+    "System.Collections.Immutable": "1.2.1-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Dynamic.Runtime": "4.0.12-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Overlapped": "4.0.2-beta-24328-05",
+    "System.Threading.Tasks": "4.0.12-beta-24328-05",
+    "System.Threading.Tasks.Parallel": "4.0.2-beta-24328-05",
+    "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+    "System.Security.Cryptography.Algorithms": "4.2.1-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {
+    "netcoreapp1.0": {
       "imports": [
-        "netstandard1.6",
+        "netcoreapp1.0",
         "portable-net45+win8"
       ]
     }
index 0c14b5f..53ee516 100644 (file)
@@ -3,20 +3,27 @@
     "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0035",
     "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0035",
     "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0035",
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Expressions": "4.1.0-rc3-24117-00",
-    "System.Text.RegularExpressions": "4.1.0-rc3-24117-00",
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Expressions": "4.1.1-beta-24328-05",
+    "System.Text.RegularExpressions": "4.2.0-beta-24328-05",
     "xunit": "2.1.0",
     "xunit.console.netcore": "1.0.2-prerelease-00101",
-    "xunit.runner.utility": "2.1.0"
+    "xunit.runner.utility": "2.1.0",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {
-      "imports": "portable-net45+win8"
+    "netcoreapp1.0": {
+      "imports": [
+        "dnxcore50",
+        "portable-net45+win8"
+      ]
     }
   },
   "runtimes": {
index da49daf..039c4c1 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index d559e05..edf431a 100644 (file)
@@ -1,38 +1,42 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Extensions": "4.0.0",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Extensions": "4.0.2-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index da49daf..039c4c1 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index da49daf..039c4c1 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.InteropServices.RuntimeInformation": "4.0.1-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 025841e..3734242 100644 (file)
@@ -1,36 +1,40 @@
 {
   "dependencies": {
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.NonGeneric": "4.0.1-rc3-24117-00",
-    "System.Collections.Specialized": "4.0.1-rc3-24117-00",
-    "System.ComponentModel": "4.0.1-rc3-24117-00",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Process": "4.1.0-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.Globalization.Calendars": "4.0.0",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Linq.Queryable": "4.0.1-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Primitives": "4.0.0",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Runtime.Loader": "4.0.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Threading": "4.0.10",
-    "System.Threading.Thread": "4.0.0-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.11-rc3-24117-00",
-    "System.Xml.XDocument": "4.0.11-rc3-24117-00",
-    "System.Xml.XmlDocument": "4.0.1-rc3-24117-00",
-    "System.Xml.XmlSerializer": "4.0.11-rc3-24117-00"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.NonGeneric": "4.0.2-beta-24328-05",
+    "System.Collections.Specialized": "4.0.2-beta-24328-05",
+    "System.ComponentModel": "4.0.2-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Process": "4.1.1-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.Globalization.Calendars": "4.0.2-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Linq.Queryable": "4.0.2-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Primitives": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Runtime.Loader": "4.0.1-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Thread": "4.0.1-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "System.Xml.XmlDocument": "4.0.2-beta-24328-05",
+    "System.Xml.XmlSerializer": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {}
   },
   "runtimes": {
     "win7-x86": {},
index 9c2dcac..91bfae1 100644 (file)
@@ -1,39 +1,45 @@
 {
   "dependencies": {
     "Microsoft.DotNet.CoreCLR.TestDependencies": "1.0.0-prerelease",
-    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
-    "System.Collections": "4.0.10",
-    "System.Collections.Concurrent": "4.0.10",
-    "System.Console": "4.0.0-rc3-24117-00",
-    "System.Diagnostics.Contracts": "4.0.0",
-    "System.Diagnostics.Debug": "4.0.11-rc3-24117-00",
-    "System.Diagnostics.Tools": "4.0.0",
-    "System.Diagnostics.Tracing": "4.0.10",
-    "System.Dynamic.Runtime": "4.0.11-rc3-24117-00",
-    "System.Globalization": "4.0.10",
-    "System.IO": "4.0.10",
-    "System.IO.FileSystem": "4.0.1-rc3-24117-00",
-    "System.IO.FileSystem.Primitives": "4.0.0",
-    "System.Linq": "4.1.0-rc3-24117-00",
-    "System.Reflection": "4.1.0-rc3-24117-00",
-    "System.Reflection.Extensions": "4.0.0",
-    "System.Resources.ResourceManager": "4.0.1-rc3-24117-00",
-    "System.Runtime": "4.1.0-rc3-24117-00",
-    "System.Runtime.Extensions": "4.0.10",
-    "System.Runtime.Handles": "4.0.0",
-    "System.Runtime.InteropServices": "4.1.0-rc3-24117-00",
-    "System.Text.Encoding": "4.0.10",
-    "System.Text.Encoding.Extensions": "4.0.11-rc3-24117-00",
-    "System.Text.RegularExpressions": "4.1.0-rc3-24117-00",
-    "System.Threading": "4.0.10",
-    "System.Threading.Overlapped": "4.0.0",
-    "System.Threading.Tasks": "4.0.10",
-    "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
-    "System.Xml.ReaderWriter": "4.0.10",
-    "System.Xml.XDocument": "4.0.10"
+    "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+    "System.Collections": "4.0.12-beta-24328-05",
+    "System.Collections.Concurrent": "4.0.13-beta-24328-05",
+    "System.Console": "4.0.1-beta-24328-05",
+    "System.Diagnostics.Contracts": "4.0.2-beta-24328-05",
+    "System.Diagnostics.Debug": "4.0.12-beta-24328-05",
+    "System.Diagnostics.Tools": "4.0.2-beta-24328-05",
+    "System.Diagnostics.Tracing": "4.1.1-beta-24328-05",
+    "System.Dynamic.Runtime": "4.0.12-beta-24328-05",
+    "System.Globalization": "4.0.12-beta-24328-05",
+    "System.IO": "4.1.1-beta-24328-05",
+    "System.IO.FileSystem": "4.0.2-beta-24328-05",
+    "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+    "System.Linq": "4.1.1-beta-24328-05",
+    "System.Reflection": "4.1.1-beta-24328-05",
+    "System.Reflection.Extensions": "4.0.2-beta-24328-05",
+    "System.Resources.ResourceManager": "4.0.2-beta-24328-05",
+    "System.Runtime": "4.1.1-beta-24328-05",
+    "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+    "System.Runtime.Handles": "4.0.2-beta-24328-05",
+    "System.Runtime.InteropServices": "4.2.0-beta-24328-05",
+    "System.Text.Encoding": "4.0.12-beta-24328-05",
+    "System.Text.Encoding.Extensions": "4.0.12-beta-24328-05",
+    "System.Text.RegularExpressions": "4.2.0-beta-24328-05",
+    "System.Threading": "4.0.12-beta-24328-05",
+    "System.Threading.Overlapped": "4.0.2-beta-24328-05",
+    "System.Threading.Tasks": "4.0.12-beta-24328-05",
+    "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+    "System.Xml.ReaderWriter": "4.1.0-beta-24328-05",
+    "System.Xml.XDocument": "4.0.12-beta-24328-05",
+    "test_runtime": {
+      "target": "project",
+      "exclude": "compile"
+    }
   },
   "frameworks": {
-    "dnxcore50": {}
+    "netcoreapp1.0": {
+      "imports": "dnxcore50"
+    }
   },
   "runtimes": {
     "win7-x86": {},