summaryrefslogtreecommitdiff
path: root/tests/src
diff options
context:
space:
mode:
authorDavis Goodin <dagood@microsoft.com>2016-02-23 18:11:15 -0600
committerDavis Goodin <dagood@microsoft.com>2016-03-02 12:32:03 -0600
commit8fb1a723ff5f7099fb2b4f3014bf08ac5cfc5c5e (patch)
tree52907061a05bfc3dad118ed535c4c8ff0db5d203 /tests/src
parent36cb6d858f8f84e8870b56441b82bb9a4e4faf51 (diff)
downloadcoreclr-8fb1a723ff5f7099fb2b4f3014bf08ac5cfc5c5e.tar.gz
coreclr-8fb1a723ff5f7099fb2b4f3014bf08ac5cfc5c5e.tar.bz2
coreclr-8fb1a723ff5f7099fb2b4f3014bf08ac5cfc5c5e.zip
Use tooling to add Platforms dependencies and imports where necessary.
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/Common/CoreCLRTestLibrary/project.json33
-rw-r--r--tests/src/Common/Coreclr.TestWrapper/project.json31
-rw-r--r--tests/src/CoreMangLib/components/fileversioninfo/project.json33
-rw-r--r--tests/src/CoreMangLib/components/stopwatch/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/action/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/activator/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/argumentexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/argumentnullexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/arithmeticexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/array/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/arraytypemismatchexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/attribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/attributetargets/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/attributeusageattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/badimageformatexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/boolean/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/byte/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/char/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/charenumerator/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/clscompliantattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/dictionaryentry/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/generic/comparer/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/generic/dictionary/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/generic/icollection/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/generic/idictionary/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/generic/ilist/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/generic/list/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/generic/queue/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/generic/stack/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/icollection/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/icomparer/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/idictionary/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/ienumerator/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/collections/ilist/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/comparison/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/console/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/convert/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/datetime/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/datetimekind/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/dayofweek/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/decimal/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/delegate/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/dividebyzeroexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/dllnotfoundexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/double/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/enum/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/environment/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/eventargs/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/eventhandler/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/eventhandler_generic/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/exception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/flagsattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/formatexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/gc/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/globalization/compareinfo/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/globalization/compareoptions/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/globalization/cultureinfo/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/globalization/datetimestyles/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/globalization/numberstyles/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/globalization/regioninfo/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/globalization/stringinfo/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/globalization/textinfo/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/globalization/unicodecategory/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/guid/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/icomparable/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/icomparable_generic/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/iconvertible/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/idisposable/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/iformatable/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/indexoutofrangeexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/int/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/int16/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/int64/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/intptr/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/invalidcastexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/invalidoperationexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/invalidprogramexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/io/binarywriter/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/io/endofstreamexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/io/fileaccess/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/io/fileattributes/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/io/filemode/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/io/filenotfoundexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/io/fileshare/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/io/filestream/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/io/ioexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/io/memorystream/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/io/pathtoolongexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/io/seekorigin/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/io/stream/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/io/streamreader/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/io/stringwriter/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/io/textreader/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/io/textwriter/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/math/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/memberaccessexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/methodaccessexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/missingfieldexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/missingmemberexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/missingmethodexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/multicastdelegate/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/notimplementedexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/notsupportedexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/nullable/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/nullreferenceexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/object/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/objectdisposedexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/obsoleteattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/outofmemoryexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/overflowexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/paramarrayattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/platformnotsupportedexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/predicate/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/random/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/rankexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/assembly/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/assemblyname/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/callingconventions/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/constructorinfo/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/emit/fieldtoken/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/eventattributes/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/fieldattributes/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/methodattributes/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/parameterattributes/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/propertyattributes/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/reflection/typeattributes/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/resources/resourcemanager/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtimefieldhandle/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtimemethodhandle/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/runtimetypehandle/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/sbyte/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/security/securityexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/single/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/string/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/stringcompare/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/stringcomparer/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/stringcomparison/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/szarrayhelper/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/text/decoder/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/text/encoder/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/text/encoding/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/text/stringbuilder/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/text/unicodeencoding/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/text/utf8encoding/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/threading/autoresetevent/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/threading/interlocked/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/threading/manualresetevent/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/threading/timeout/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/threading/waithandle/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/timeoutexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/timespan/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/type/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/typecode/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/typeloadexception/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/uint16/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/uint32/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/uint64/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/uintptr/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/valuetype/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/version/project.json33
-rw-r--r--tests/src/CoreMangLib/cti/system/weakreference/project.json33
-rw-r--r--tests/src/CoreMangLib/reflection/assembly/project.json33
-rw-r--r--tests/src/CoreMangLib/system/buffer/project.json33
-rw-r--r--tests/src/CoreMangLib/system/collections/generic/hashset/project.json33
-rw-r--r--tests/src/CoreMangLib/system/datetime/project.json33
-rw-r--r--tests/src/CoreMangLib/system/delegate/generics/project.json33
-rw-r--r--tests/src/CoreMangLib/system/delegate/miscellaneous/project.json33
-rw-r--r--tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/project.json33
-rw-r--r--tests/src/CoreMangLib/system/delegate/threatmodel/public/project.json33
-rw-r--r--tests/src/CoreMangLib/system/delegate/threatmodel/tests/project.json33
-rw-r--r--tests/src/CoreMangLib/system/exception/project.json33
-rw-r--r--tests/src/CoreMangLib/system/guid/project.json33
-rw-r--r--tests/src/CoreMangLib/system/lazyt/project.json33
-rw-r--r--tests/src/CoreMangLib/system/reflection/assembly/project.json33
-rw-r--r--tests/src/CoreMangLib/system/resources/resourcemanager/project.json33
-rw-r--r--tests/src/CoreMangLib/system/text/encoding/project.json33
-rw-r--r--tests/src/CoreMangLib/system/type/project.json33
-rw-r--r--tests/src/CoreMangLib/system/version/project.json33
-rw-r--r--tests/src/Exceptions/Finalization/project.json33
-rw-r--r--tests/src/GC/API/GCSettings/project.json33
-rw-r--r--tests/src/GC/Coverage/project.json33
-rw-r--r--tests/src/GC/Features/HeapExpansion/project.json33
-rw-r--r--tests/src/GC/Features/Pinning/PinningOther/project.json33
-rw-r--r--tests/src/GC/Performance/Framework/project.json20
-rw-r--r--tests/src/GC/Performance/Tests/project.json33
-rw-r--r--tests/src/GC/Regressions/v2.0-beta1/149926/project.json33
-rw-r--r--tests/src/GC/Regressions/v2.0-beta1/289745/project.json33
-rw-r--r--tests/src/GC/Regressions/v2.0-beta2/426480/project.json33
-rw-r--r--tests/src/GC/Regressions/v2.0-beta2/471729/project.json33
-rw-r--r--tests/src/GC/Regressions/v2.0-beta2/476725/project.json33
-rw-r--r--tests/src/GC/Regressions/v2.0-beta2/485617/project.json33
-rw-r--r--tests/src/GC/Regressions/v2.0-rtm/494226/project.json33
-rw-r--r--tests/src/GC/Regressions/v2.0-rtm/544701/project.json33
-rw-r--r--tests/src/GC/Scenarios/Boxing/project.json33
-rw-r--r--tests/src/GC/Scenarios/DoublinkList/project.json33
-rw-r--r--tests/src/GC/Scenarios/FinalNStruct/project.json33
-rw-r--r--tests/src/GC/Scenarios/FinalizeTimeout/project.json33
-rw-r--r--tests/src/GC/Stress/Framework/project.json33
-rw-r--r--tests/src/GC/Stress/Tests/project.json33
-rw-r--r--tests/src/Interop/ArrayMarshalling/BoolArray/project.json33
-rw-r--r--tests/src/Interop/ArrayMarshalling/ByValArray/project.json33
-rw-r--r--tests/src/Interop/PrimitiveMarshalling/Bool/project.json35
-rw-r--r--tests/src/Interop/PrimitiveMarshalling/UIntPtr/project.json35
-rw-r--r--tests/src/Interop/ReversePInvoke/Marshalling/marshalboolarray/project.json33
-rw-r--r--tests/src/Interop/ReversePInvoke/Marshalling/project.json33
-rw-r--r--tests/src/JIT/Directed/StructABI/project.json5
-rw-r--r--tests/src/JIT/Directed/TypedReference/project.json33
-rw-r--r--tests/src/JIT/Methodical/dynamic_methods/project.json5
-rw-r--r--tests/src/JIT/Methodical/eh/rethrow/project.json3
-rw-r--r--tests/src/JIT/Methodical/structs/systemvbringup/project.json5
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/project.json1
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/project.json1
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/project.json3
-rw-r--r--tests/src/JIT/Regression/Dev11/External/dev11_149090/project.json1
-rw-r--r--tests/src/JIT/SIMD/project.json9
-rw-r--r--tests/src/JIT/config/benchmark+roslyn/project.json17
-rw-r--r--tests/src/JIT/config/benchmark+serialize/project.json15
-rw-r--r--tests/src/JIT/config/benchmark/project.json13
-rw-r--r--tests/src/JIT/config/empty/project.json1
-rw-r--r--tests/src/JIT/config/extra/project.json17
-rw-r--r--tests/src/JIT/config/minimal/project.json1
-rw-r--r--tests/src/JIT/config/threading+thread/project.json13
-rw-r--r--tests/src/JIT/config/threading/project.json5
-rw-r--r--tests/src/JIT/jit64/eh/basics/project.json1
-rw-r--r--tests/src/Loader/NativeLibs/project.json33
-rw-r--r--tests/src/Loader/binding/assemblies/assemblybugs/102140/project.json3
-rw-r--r--tests/src/Loader/binding/assemblies/assemblybugs/177066w/project.json3
-rw-r--r--tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json3
-rw-r--r--tests/src/Loader/binding/assemblies/assemblyversion/project.json3
-rw-r--r--tests/src/Loader/binding/assemblies/basicapi/assemblynamector/project.json3
-rw-r--r--tests/src/Loader/binding/assemblies/generics/arilistienum/methods/project.json3
-rw-r--r--tests/src/Loader/classloader/explicitlayout/misc/project.json3
-rw-r--r--tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/project.json3
-rw-r--r--tests/src/Loader/classloader/generics/regressions/vsw237932/project.json3
-rw-r--r--tests/src/Loader/classloader/generics/regressions/vsw514968/project.json3
-rw-r--r--tests/src/Loader/classloader/generics/regressions/vsw524571/project.json3
-rw-r--r--tests/src/Loader/classloader/methodoverriding/regressions/549411/project.json3
-rw-r--r--tests/src/Loader/classloader/methodoverriding/regressions/577403/project.json3
-rw-r--r--tests/src/Loader/classloader/methodoverriding/regressions/593884/project.json3
-rw-r--r--tests/src/Loader/classloader/nesting/coreclr/project.json3
-rw-r--r--tests/src/Loader/classloader/regressions/101904/project.json3
-rw-r--r--tests/src/Loader/classloader/regressions/123413/project.json3
-rw-r--r--tests/src/Loader/classloader/regressions/144257/project.json3
-rw-r--r--tests/src/Loader/classloader/regressions/245191/project.json3
-rw-r--r--tests/src/Loader/classloader/regressions/359519/project.json3
-rw-r--r--tests/src/Loader/classloader/regressions/405223/project.json3
-rw-r--r--tests/src/Loader/classloader/regressions/434481/project.json3
-rw-r--r--tests/src/Loader/classloader/regressions/dev10_851479/project.json3
-rw-r--r--tests/src/Loader/classloader/regressions/dev10_889822/project.json3
-rw-r--r--tests/src/Loader/classloader/regressions/vsw111021/project.json3
-rw-r--r--tests/src/Loader/classloader/regressions/vsw307137/project.json3
-rw-r--r--tests/src/Loader/lowlevel/regress/105736/project.json3
-rw-r--r--tests/src/Loader/multimodule/project.json3
-rw-r--r--tests/src/Loader/regressions/classloader/project.json33
-rw-r--r--tests/src/Loader/regressions/polyrec/project.json33
-rw-r--r--tests/src/Loader/versioning/coverage/project.json3
-rw-r--r--tests/src/Regressions/assemblyref/project.json33
-rw-r--r--tests/src/Regressions/common/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0014/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0018/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0028/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0041/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0044/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0046/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0069/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0075/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0077/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0080/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0099/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0138/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0149/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0198/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0202/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0211/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0275/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0308/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0341/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0342/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0416/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0433/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0487/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0570/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0576/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0582/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0583/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0584/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0694/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0792/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0828/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0829/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0857/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0939/project.json33
-rw-r--r--tests/src/Regressions/coreclr/0968/project.json33
-rw-r--r--tests/src/Regressions/coreclr/1307/project.json33
-rw-r--r--tests/src/Regressions/coreclr/1333/project.json33
-rw-r--r--tests/src/Regressions/coreclr/1337/project.json33
-rw-r--r--tests/src/Regressions/coreclr/1380/project.json33
-rw-r--r--tests/src/Regressions/coreclr/1386/project.json33
-rw-r--r--tests/src/Regressions/coreclr/1402/project.json33
-rw-r--r--tests/src/Regressions/coreclr/1514/project.json33
-rw-r--r--tests/src/Regressions/coreclr/1534/project.json33
-rw-r--r--tests/src/Regressions/coreclr/1535/project.json33
-rw-r--r--tests/src/Regressions/coreclr/1549/project.json33
-rw-r--r--tests/src/Regressions/coreclr/72162/project.json33
-rw-r--r--tests/src/Regressions/expl_double/project.json33
-rw-r--r--tests/src/Threading/ThreadStatics/project.json33
-rw-r--r--tests/src/baseservices/compilerservices/dynamicobjectproperties/project.json33
-rw-r--r--tests/src/baseservices/exceptions/generics/project.json33
-rw-r--r--tests/src/baseservices/exceptions/regressions/v4.0/640474/project.json33
-rw-r--r--tests/src/baseservices/exceptions/regressions/v4.0/706099/project.json33
-rw-r--r--tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/project.json33
-rw-r--r--tests/src/baseservices/exceptions/regressions/whidbeybeta2/366085/project.json33
-rw-r--r--tests/src/baseservices/exceptions/regressions/whidbeym3.3/106011/project.json33
-rw-r--r--tests/src/baseservices/exceptions/regressions/whidbeym3.3/293674/project.json33
-rw-r--r--tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/project.json33
-rw-r--r--tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/project.json33
-rw-r--r--tests/src/baseservices/exceptions/simple/project.json33
-rw-r--r--tests/src/baseservices/exceptions/unittests/project.json33
-rw-r--r--tests/src/baseservices/finalization/project.json33
-rw-r--r--tests/src/baseservices/ilasm_ildasm/regression/dd130885/project.json33
-rw-r--r--tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/project.json33
-rw-r--r--tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/project.json33
-rw-r--r--tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/project.json33
-rw-r--r--tests/src/baseservices/regression/v1/assembly/vos/cool/helloworld/project.json33
-rw-r--r--tests/src/baseservices/regression/v1/assembly/vos/cool/multipleassembly/project.json33
-rw-r--r--tests/src/baseservices/regression/v1/seh/vc/chain/project.json33
-rw-r--r--tests/src/baseservices/regression/v1/threads/functional/thread/project.json33
-rw-r--r--tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/project.json33
-rw-r--r--tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/project.json33
-rw-r--r--tests/src/baseservices/regression/v1/threads/hostedscenario/apunload/project.json33
-rw-r--r--tests/src/baseservices/regression/v1/threads/hostedscenario/apunloadtwo/project.json33
-rw-r--r--tests/src/baseservices/threading/currentculture/project.json33
-rw-r--r--tests/src/baseservices/threading/generics/syncdelegate/project.json33
-rw-r--r--tests/src/baseservices/threading/generics/threadstart/project.json33
-rw-r--r--tests/src/baseservices/threading/interlocked/add/project.json33
-rw-r--r--tests/src/baseservices/threading/interlocked/compareexchange/project.json33
-rw-r--r--tests/src/baseservices/threading/interlocked/exchange/project.json33
-rw-r--r--tests/src/baseservices/threading/monitor/enter/project.json33
-rw-r--r--tests/src/baseservices/threading/monitor/exit/project.json33
-rw-r--r--tests/src/baseservices/threading/monitor/pulse/project.json33
-rw-r--r--tests/src/baseservices/threading/monitor/pulseall/project.json33
-rw-r--r--tests/src/baseservices/threading/monitor/unownedlock/project.json33
-rw-r--r--tests/src/baseservices/threading/paramthreadstart/project.json33
-rw-r--r--tests/src/baseservices/threading/readerwriterlockslim/project.json33
-rw-r--r--tests/src/baseservices/threading/regressions/17360/project.json33
-rw-r--r--tests/src/baseservices/threading/regressions/576463/project.json33
-rw-r--r--tests/src/baseservices/threading/regressions/6906/project.json33
-rw-r--r--tests/src/baseservices/threading/stress/sudoku/project.json33
-rw-r--r--tests/src/baseservices/threading/threadstatic/project.json33
-rw-r--r--tests/src/baseservices/tools/roundtrip/dlls/project.json33
-rw-r--r--tests/src/baseservices/visibility/project.json33
-rw-r--r--tests/src/hosting/coreclr/activation/sxshost/project.json33
-rw-r--r--tests/src/hosting/samples/hosting/usercode/project.json33
-rw-r--r--tests/src/hosting/samples/resolveevent/usercodedependency/project.json33
-rw-r--r--tests/src/hosting/stress/testset1/project.json33
-rw-r--r--tests/src/managed/Compilation/project.json25
-rw-r--r--tests/src/readytorun/project.json35
-rw-r--r--tests/src/readytorun/testv1/project.json35
-rw-r--r--tests/src/readytorun/testv2/project.json35
-rw-r--r--tests/src/reflection/regression/dev10bugs/project.json33
-rw-r--r--tests/src/reflection/regression/reflectionrepromasterforsl/project.json33
-rw-r--r--tests/src/runtime/project.json10
432 files changed, 6663 insertions, 6209 deletions
diff --git a/tests/src/Common/CoreCLRTestLibrary/project.json b/tests/src/Common/CoreCLRTestLibrary/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Common/CoreCLRTestLibrary/project.json
+++ b/tests/src/Common/CoreCLRTestLibrary/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Common/Coreclr.TestWrapper/project.json b/tests/src/Common/Coreclr.TestWrapper/project.json
index 668501240a..ef82897e7b 100644
--- a/tests/src/Common/Coreclr.TestWrapper/project.json
+++ b/tests/src/Common/Coreclr.TestWrapper/project.json
@@ -1,32 +1,33 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
+ "System.Text.Encoding": "4.0.10-beta-23302",
"System.Threading": "4.0.10-beta-23302",
"System.Threading.Tasks": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
- "System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
diff --git a/tests/src/CoreMangLib/components/fileversioninfo/project.json b/tests/src/CoreMangLib/components/fileversioninfo/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/components/fileversioninfo/project.json
+++ b/tests/src/CoreMangLib/components/fileversioninfo/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/components/stopwatch/project.json b/tests/src/CoreMangLib/components/stopwatch/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/components/stopwatch/project.json
+++ b/tests/src/CoreMangLib/components/stopwatch/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/action/project.json b/tests/src/CoreMangLib/cti/system/action/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/action/project.json
+++ b/tests/src/CoreMangLib/cti/system/action/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/activator/project.json b/tests/src/CoreMangLib/cti/system/activator/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/activator/project.json
+++ b/tests/src/CoreMangLib/cti/system/activator/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/argumentexception/project.json b/tests/src/CoreMangLib/cti/system/argumentexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/argumentexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/argumentexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/argumentnullexception/project.json b/tests/src/CoreMangLib/cti/system/argumentnullexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/argumentnullexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/argumentnullexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/project.json b/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/arithmeticexception/project.json b/tests/src/CoreMangLib/cti/system/arithmeticexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/arithmeticexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/arithmeticexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/array/project.json b/tests/src/CoreMangLib/cti/system/array/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/array/project.json
+++ b/tests/src/CoreMangLib/cti/system/array/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/project.json b/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/attribute/project.json b/tests/src/CoreMangLib/cti/system/attribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/attribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/attribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/attributetargets/project.json b/tests/src/CoreMangLib/cti/system/attributetargets/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/attributetargets/project.json
+++ b/tests/src/CoreMangLib/cti/system/attributetargets/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/attributeusageattribute/project.json b/tests/src/CoreMangLib/cti/system/attributeusageattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/attributeusageattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/attributeusageattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/badimageformatexception/project.json b/tests/src/CoreMangLib/cti/system/badimageformatexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/badimageformatexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/badimageformatexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/boolean/project.json b/tests/src/CoreMangLib/cti/system/boolean/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/boolean/project.json
+++ b/tests/src/CoreMangLib/cti/system/boolean/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/byte/project.json b/tests/src/CoreMangLib/cti/system/byte/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/byte/project.json
+++ b/tests/src/CoreMangLib/cti/system/byte/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/char/project.json b/tests/src/CoreMangLib/cti/system/char/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/char/project.json
+++ b/tests/src/CoreMangLib/cti/system/char/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/charenumerator/project.json b/tests/src/CoreMangLib/cti/system/charenumerator/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/charenumerator/project.json
+++ b/tests/src/CoreMangLib/cti/system/charenumerator/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/clscompliantattribute/project.json b/tests/src/CoreMangLib/cti/system/clscompliantattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/clscompliantattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/clscompliantattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/project.json b/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/dictionaryentry/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/comparer/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/comparer/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/generic/comparer/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/generic/comparer/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionary/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/icollection/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/icollection/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/generic/icollection/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/generic/icollection/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/generic/idictionary/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/ilist/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/ilist/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/generic/ilist/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/generic/ilist/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/list/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/list/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/generic/list/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/generic/list/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/queue/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/queue/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/generic/queue/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/generic/queue/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/stack/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/stack/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/generic/stack/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/generic/stack/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/project.json b/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/icollection/project.json b/tests/src/CoreMangLib/cti/system/collections/icollection/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/icollection/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/icollection/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/icomparer/project.json b/tests/src/CoreMangLib/cti/system/collections/icomparer/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/icomparer/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/icomparer/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/idictionary/project.json b/tests/src/CoreMangLib/cti/system/collections/idictionary/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/idictionary/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/idictionary/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/ienumerator/project.json b/tests/src/CoreMangLib/cti/system/collections/ienumerator/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/ienumerator/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/ienumerator/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/collections/ilist/project.json b/tests/src/CoreMangLib/cti/system/collections/ilist/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/collections/ilist/project.json
+++ b/tests/src/CoreMangLib/cti/system/collections/ilist/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/comparison/project.json b/tests/src/CoreMangLib/cti/system/comparison/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/comparison/project.json
+++ b/tests/src/CoreMangLib/cti/system/comparison/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/console/project.json b/tests/src/CoreMangLib/cti/system/console/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/console/project.json
+++ b/tests/src/CoreMangLib/cti/system/console/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/convert/project.json b/tests/src/CoreMangLib/cti/system/convert/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/convert/project.json
+++ b/tests/src/CoreMangLib/cti/system/convert/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/datetime/project.json b/tests/src/CoreMangLib/cti/system/datetime/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/datetime/project.json
+++ b/tests/src/CoreMangLib/cti/system/datetime/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/datetimekind/project.json b/tests/src/CoreMangLib/cti/system/datetimekind/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/datetimekind/project.json
+++ b/tests/src/CoreMangLib/cti/system/datetimekind/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/dayofweek/project.json b/tests/src/CoreMangLib/cti/system/dayofweek/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/dayofweek/project.json
+++ b/tests/src/CoreMangLib/cti/system/dayofweek/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/decimal/project.json b/tests/src/CoreMangLib/cti/system/decimal/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/decimal/project.json
+++ b/tests/src/CoreMangLib/cti/system/decimal/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/delegate/project.json b/tests/src/CoreMangLib/cti/system/delegate/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/delegate/project.json
+++ b/tests/src/CoreMangLib/cti/system/delegate/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/project.json b/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/project.json b/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/project.json
+++ b/tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/dividebyzeroexception/project.json b/tests/src/CoreMangLib/cti/system/dividebyzeroexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/dividebyzeroexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/dividebyzeroexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/dllnotfoundexception/project.json b/tests/src/CoreMangLib/cti/system/dllnotfoundexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/dllnotfoundexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/dllnotfoundexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/double/project.json b/tests/src/CoreMangLib/cti/system/double/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/double/project.json
+++ b/tests/src/CoreMangLib/cti/system/double/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/enum/project.json b/tests/src/CoreMangLib/cti/system/enum/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/enum/project.json
+++ b/tests/src/CoreMangLib/cti/system/enum/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/environment/project.json b/tests/src/CoreMangLib/cti/system/environment/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/environment/project.json
+++ b/tests/src/CoreMangLib/cti/system/environment/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/eventargs/project.json b/tests/src/CoreMangLib/cti/system/eventargs/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/eventargs/project.json
+++ b/tests/src/CoreMangLib/cti/system/eventargs/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/eventhandler/project.json b/tests/src/CoreMangLib/cti/system/eventhandler/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/eventhandler/project.json
+++ b/tests/src/CoreMangLib/cti/system/eventhandler/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/eventhandler_generic/project.json b/tests/src/CoreMangLib/cti/system/eventhandler_generic/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/eventhandler_generic/project.json
+++ b/tests/src/CoreMangLib/cti/system/eventhandler_generic/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/exception/project.json b/tests/src/CoreMangLib/cti/system/exception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/exception/project.json
+++ b/tests/src/CoreMangLib/cti/system/exception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/flagsattribute/project.json b/tests/src/CoreMangLib/cti/system/flagsattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/flagsattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/flagsattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/formatexception/project.json b/tests/src/CoreMangLib/cti/system/formatexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/formatexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/formatexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/gc/project.json b/tests/src/CoreMangLib/cti/system/gc/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/gc/project.json
+++ b/tests/src/CoreMangLib/cti/system/gc/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/project.json b/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/project.json
+++ b/tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/project.json
+++ b/tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/globalization/compareinfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/compareinfo/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/globalization/compareinfo/project.json
+++ b/tests/src/CoreMangLib/cti/system/globalization/compareinfo/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/project.json b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/globalization/compareoptions/project.json
+++ b/tests/src/CoreMangLib/cti/system/globalization/compareoptions/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/project.json
+++ b/tests/src/CoreMangLib/cti/system/globalization/cultureinfo/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/project.json
+++ b/tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/project.json b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/project.json
+++ b/tests/src/CoreMangLib/cti/system/globalization/datetimestyles/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/project.json
+++ b/tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/project.json b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/globalization/numberstyles/project.json
+++ b/tests/src/CoreMangLib/cti/system/globalization/numberstyles/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/regioninfo/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/globalization/regioninfo/project.json
+++ b/tests/src/CoreMangLib/cti/system/globalization/regioninfo/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/globalization/stringinfo/project.json
+++ b/tests/src/CoreMangLib/cti/system/globalization/stringinfo/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/project.json b/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/project.json
+++ b/tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/globalization/textinfo/project.json b/tests/src/CoreMangLib/cti/system/globalization/textinfo/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/globalization/textinfo/project.json
+++ b/tests/src/CoreMangLib/cti/system/globalization/textinfo/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/project.json b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/project.json
+++ b/tests/src/CoreMangLib/cti/system/globalization/unicodecategory/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/guid/project.json b/tests/src/CoreMangLib/cti/system/guid/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/guid/project.json
+++ b/tests/src/CoreMangLib/cti/system/guid/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/icomparable/project.json b/tests/src/CoreMangLib/cti/system/icomparable/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/icomparable/project.json
+++ b/tests/src/CoreMangLib/cti/system/icomparable/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/icomparable_generic/project.json b/tests/src/CoreMangLib/cti/system/icomparable_generic/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/icomparable_generic/project.json
+++ b/tests/src/CoreMangLib/cti/system/icomparable_generic/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/iconvertible/project.json b/tests/src/CoreMangLib/cti/system/iconvertible/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/iconvertible/project.json
+++ b/tests/src/CoreMangLib/cti/system/iconvertible/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/idisposable/project.json b/tests/src/CoreMangLib/cti/system/idisposable/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/idisposable/project.json
+++ b/tests/src/CoreMangLib/cti/system/idisposable/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/iformatable/project.json b/tests/src/CoreMangLib/cti/system/iformatable/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/iformatable/project.json
+++ b/tests/src/CoreMangLib/cti/system/iformatable/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/project.json b/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/int/project.json b/tests/src/CoreMangLib/cti/system/int/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/int/project.json
+++ b/tests/src/CoreMangLib/cti/system/int/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/int16/project.json b/tests/src/CoreMangLib/cti/system/int16/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/int16/project.json
+++ b/tests/src/CoreMangLib/cti/system/int16/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/int64/project.json b/tests/src/CoreMangLib/cti/system/int64/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/int64/project.json
+++ b/tests/src/CoreMangLib/cti/system/int64/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/intptr/project.json b/tests/src/CoreMangLib/cti/system/intptr/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/intptr/project.json
+++ b/tests/src/CoreMangLib/cti/system/intptr/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/invalidcastexception/project.json b/tests/src/CoreMangLib/cti/system/invalidcastexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/invalidcastexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/invalidcastexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/invalidoperationexception/project.json b/tests/src/CoreMangLib/cti/system/invalidoperationexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/invalidoperationexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/invalidoperationexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/invalidprogramexception/project.json b/tests/src/CoreMangLib/cti/system/invalidprogramexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/invalidprogramexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/invalidprogramexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/io/binarywriter/project.json b/tests/src/CoreMangLib/cti/system/io/binarywriter/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/io/binarywriter/project.json
+++ b/tests/src/CoreMangLib/cti/system/io/binarywriter/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/project.json b/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/io/endofstreamexception/project.json b/tests/src/CoreMangLib/cti/system/io/endofstreamexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/io/endofstreamexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/io/endofstreamexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/io/fileaccess/project.json b/tests/src/CoreMangLib/cti/system/io/fileaccess/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/io/fileaccess/project.json
+++ b/tests/src/CoreMangLib/cti/system/io/fileaccess/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/project.json b/tests/src/CoreMangLib/cti/system/io/fileattributes/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/io/fileattributes/project.json
+++ b/tests/src/CoreMangLib/cti/system/io/fileattributes/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/project.json b/tests/src/CoreMangLib/cti/system/io/filemode/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/io/filemode/project.json
+++ b/tests/src/CoreMangLib/cti/system/io/filemode/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/project.json b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/io/fileshare/project.json b/tests/src/CoreMangLib/cti/system/io/fileshare/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/io/fileshare/project.json
+++ b/tests/src/CoreMangLib/cti/system/io/fileshare/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/io/filestream/project.json b/tests/src/CoreMangLib/cti/system/io/filestream/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/io/filestream/project.json
+++ b/tests/src/CoreMangLib/cti/system/io/filestream/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/io/ioexception/project.json b/tests/src/CoreMangLib/cti/system/io/ioexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/io/ioexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/io/ioexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/io/memorystream/project.json b/tests/src/CoreMangLib/cti/system/io/memorystream/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/io/memorystream/project.json
+++ b/tests/src/CoreMangLib/cti/system/io/memorystream/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/project.json b/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/io/seekorigin/project.json b/tests/src/CoreMangLib/cti/system/io/seekorigin/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/io/seekorigin/project.json
+++ b/tests/src/CoreMangLib/cti/system/io/seekorigin/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/io/stream/project.json b/tests/src/CoreMangLib/cti/system/io/stream/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/io/stream/project.json
+++ b/tests/src/CoreMangLib/cti/system/io/stream/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/io/streamreader/project.json b/tests/src/CoreMangLib/cti/system/io/streamreader/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/io/streamreader/project.json
+++ b/tests/src/CoreMangLib/cti/system/io/streamreader/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/io/stringwriter/project.json b/tests/src/CoreMangLib/cti/system/io/stringwriter/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/io/stringwriter/project.json
+++ b/tests/src/CoreMangLib/cti/system/io/stringwriter/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/io/textreader/project.json b/tests/src/CoreMangLib/cti/system/io/textreader/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/io/textreader/project.json
+++ b/tests/src/CoreMangLib/cti/system/io/textreader/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/io/textwriter/project.json b/tests/src/CoreMangLib/cti/system/io/textwriter/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/io/textwriter/project.json
+++ b/tests/src/CoreMangLib/cti/system/io/textwriter/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/math/project.json b/tests/src/CoreMangLib/cti/system/math/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/math/project.json
+++ b/tests/src/CoreMangLib/cti/system/math/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/memberaccessexception/project.json b/tests/src/CoreMangLib/cti/system/memberaccessexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/memberaccessexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/memberaccessexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/methodaccessexception/project.json b/tests/src/CoreMangLib/cti/system/methodaccessexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/methodaccessexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/methodaccessexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/missingfieldexception/project.json b/tests/src/CoreMangLib/cti/system/missingfieldexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/missingfieldexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/missingfieldexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/missingmemberexception/project.json b/tests/src/CoreMangLib/cti/system/missingmemberexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/missingmemberexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/missingmemberexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/missingmethodexception/project.json b/tests/src/CoreMangLib/cti/system/missingmethodexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/missingmethodexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/missingmethodexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/multicastdelegate/project.json b/tests/src/CoreMangLib/cti/system/multicastdelegate/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/multicastdelegate/project.json
+++ b/tests/src/CoreMangLib/cti/system/multicastdelegate/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/notimplementedexception/project.json b/tests/src/CoreMangLib/cti/system/notimplementedexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/notimplementedexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/notimplementedexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/notsupportedexception/project.json b/tests/src/CoreMangLib/cti/system/notsupportedexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/notsupportedexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/notsupportedexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/nullable/project.json b/tests/src/CoreMangLib/cti/system/nullable/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/nullable/project.json
+++ b/tests/src/CoreMangLib/cti/system/nullable/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/nullreferenceexception/project.json b/tests/src/CoreMangLib/cti/system/nullreferenceexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/nullreferenceexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/nullreferenceexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/object/project.json b/tests/src/CoreMangLib/cti/system/object/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/object/project.json
+++ b/tests/src/CoreMangLib/cti/system/object/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/objectdisposedexception/project.json b/tests/src/CoreMangLib/cti/system/objectdisposedexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/objectdisposedexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/objectdisposedexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/obsoleteattribute/project.json b/tests/src/CoreMangLib/cti/system/obsoleteattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/obsoleteattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/obsoleteattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/outofmemoryexception/project.json b/tests/src/CoreMangLib/cti/system/outofmemoryexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/outofmemoryexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/outofmemoryexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/overflowexception/project.json b/tests/src/CoreMangLib/cti/system/overflowexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/overflowexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/overflowexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/paramarrayattribute/project.json b/tests/src/CoreMangLib/cti/system/paramarrayattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/paramarrayattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/paramarrayattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/project.json b/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/predicate/project.json b/tests/src/CoreMangLib/cti/system/predicate/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/predicate/project.json
+++ b/tests/src/CoreMangLib/cti/system/predicate/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/random/project.json b/tests/src/CoreMangLib/cti/system/random/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/random/project.json
+++ b/tests/src/CoreMangLib/cti/system/random/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/rankexception/project.json b/tests/src/CoreMangLib/cti/system/rankexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/rankexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/rankexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/project.json b/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/assembly/project.json b/tests/src/CoreMangLib/cti/system/reflection/assembly/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/assembly/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/assembly/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblyname/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblyname/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/assemblyname/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/assemblyname/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/project.json b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/project.json b/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/constructorinfo/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/project.json b/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/fieldtoken/project.json b/tests/src/CoreMangLib/cti/system/reflection/emit/fieldtoken/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/emit/fieldtoken/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/emit/fieldtoken/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/project.json b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/project.json b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/project.json b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/project.json b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/project.json b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/project.json b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/eventattributes/project.json b/tests/src/CoreMangLib/cti/system/reflection/eventattributes/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/eventattributes/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/eventattributes/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/project.json b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/project.json b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/project.json b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/project.json b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/project.json b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/project.json b/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/project.json b/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/project.json b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/project.json
+++ b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/project.json b/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/project.json b/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/resources/resourcemanager/project.json b/tests/src/CoreMangLib/cti/system/resources/resourcemanager/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/resources/resourcemanager/project.json
+++ b/tests/src/CoreMangLib/cti/system/resources/resourcemanager/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/project.json b/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/project.json b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/project.json b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/project.json b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/project.json b/tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtimefieldhandle/project.json b/tests/src/CoreMangLib/cti/system/runtimefieldhandle/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtimefieldhandle/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtimefieldhandle/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtimemethodhandle/project.json b/tests/src/CoreMangLib/cti/system/runtimemethodhandle/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtimemethodhandle/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtimemethodhandle/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/runtimetypehandle/project.json b/tests/src/CoreMangLib/cti/system/runtimetypehandle/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/runtimetypehandle/project.json
+++ b/tests/src/CoreMangLib/cti/system/runtimetypehandle/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/sbyte/project.json b/tests/src/CoreMangLib/cti/system/sbyte/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/sbyte/project.json
+++ b/tests/src/CoreMangLib/cti/system/sbyte/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/security/securityexception/project.json b/tests/src/CoreMangLib/cti/system/security/securityexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/security/securityexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/security/securityexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/single/project.json b/tests/src/CoreMangLib/cti/system/single/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/single/project.json
+++ b/tests/src/CoreMangLib/cti/system/single/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/string/project.json b/tests/src/CoreMangLib/cti/system/string/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/string/project.json
+++ b/tests/src/CoreMangLib/cti/system/string/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/stringcompare/project.json b/tests/src/CoreMangLib/cti/system/stringcompare/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/stringcompare/project.json
+++ b/tests/src/CoreMangLib/cti/system/stringcompare/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/stringcomparer/project.json b/tests/src/CoreMangLib/cti/system/stringcomparer/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/stringcomparer/project.json
+++ b/tests/src/CoreMangLib/cti/system/stringcomparer/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/stringcomparison/project.json b/tests/src/CoreMangLib/cti/system/stringcomparison/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/stringcomparison/project.json
+++ b/tests/src/CoreMangLib/cti/system/stringcomparison/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/szarrayhelper/project.json b/tests/src/CoreMangLib/cti/system/szarrayhelper/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/szarrayhelper/project.json
+++ b/tests/src/CoreMangLib/cti/system/szarrayhelper/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/text/decoder/project.json b/tests/src/CoreMangLib/cti/system/text/decoder/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/text/decoder/project.json
+++ b/tests/src/CoreMangLib/cti/system/text/decoder/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoder/project.json b/tests/src/CoreMangLib/cti/system/text/encoder/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/text/encoder/project.json
+++ b/tests/src/CoreMangLib/cti/system/text/encoder/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/project.json b/tests/src/CoreMangLib/cti/system/text/encoding/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/text/encoding/project.json
+++ b/tests/src/CoreMangLib/cti/system/text/encoding/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/project.json b/tests/src/CoreMangLib/cti/system/text/stringbuilder/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/text/stringbuilder/project.json
+++ b/tests/src/CoreMangLib/cti/system/text/stringbuilder/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/project.json b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/project.json
+++ b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/project.json b/tests/src/CoreMangLib/cti/system/text/utf8encoding/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/text/utf8encoding/project.json
+++ b/tests/src/CoreMangLib/cti/system/text/utf8encoding/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/threading/autoresetevent/project.json b/tests/src/CoreMangLib/cti/system/threading/autoresetevent/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/threading/autoresetevent/project.json
+++ b/tests/src/CoreMangLib/cti/system/threading/autoresetevent/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/threading/interlocked/project.json b/tests/src/CoreMangLib/cti/system/threading/interlocked/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/threading/interlocked/project.json
+++ b/tests/src/CoreMangLib/cti/system/threading/interlocked/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/threading/manualresetevent/project.json b/tests/src/CoreMangLib/cti/system/threading/manualresetevent/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/threading/manualresetevent/project.json
+++ b/tests/src/CoreMangLib/cti/system/threading/manualresetevent/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/threading/timeout/project.json b/tests/src/CoreMangLib/cti/system/threading/timeout/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/threading/timeout/project.json
+++ b/tests/src/CoreMangLib/cti/system/threading/timeout/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/threading/waithandle/project.json b/tests/src/CoreMangLib/cti/system/threading/waithandle/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/threading/waithandle/project.json
+++ b/tests/src/CoreMangLib/cti/system/threading/waithandle/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/timeoutexception/project.json b/tests/src/CoreMangLib/cti/system/timeoutexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/timeoutexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/timeoutexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/timespan/project.json b/tests/src/CoreMangLib/cti/system/timespan/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/timespan/project.json
+++ b/tests/src/CoreMangLib/cti/system/timespan/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/type/project.json b/tests/src/CoreMangLib/cti/system/type/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/type/project.json
+++ b/tests/src/CoreMangLib/cti/system/type/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/typecode/project.json b/tests/src/CoreMangLib/cti/system/typecode/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/typecode/project.json
+++ b/tests/src/CoreMangLib/cti/system/typecode/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/typeloadexception/project.json b/tests/src/CoreMangLib/cti/system/typeloadexception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/typeloadexception/project.json
+++ b/tests/src/CoreMangLib/cti/system/typeloadexception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/uint16/project.json b/tests/src/CoreMangLib/cti/system/uint16/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/uint16/project.json
+++ b/tests/src/CoreMangLib/cti/system/uint16/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/uint32/project.json b/tests/src/CoreMangLib/cti/system/uint32/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/uint32/project.json
+++ b/tests/src/CoreMangLib/cti/system/uint32/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/uint64/project.json b/tests/src/CoreMangLib/cti/system/uint64/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/uint64/project.json
+++ b/tests/src/CoreMangLib/cti/system/uint64/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/uintptr/project.json b/tests/src/CoreMangLib/cti/system/uintptr/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/uintptr/project.json
+++ b/tests/src/CoreMangLib/cti/system/uintptr/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/valuetype/project.json b/tests/src/CoreMangLib/cti/system/valuetype/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/valuetype/project.json
+++ b/tests/src/CoreMangLib/cti/system/valuetype/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/version/project.json b/tests/src/CoreMangLib/cti/system/version/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/version/project.json
+++ b/tests/src/CoreMangLib/cti/system/version/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/cti/system/weakreference/project.json b/tests/src/CoreMangLib/cti/system/weakreference/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/cti/system/weakreference/project.json
+++ b/tests/src/CoreMangLib/cti/system/weakreference/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/reflection/assembly/project.json b/tests/src/CoreMangLib/reflection/assembly/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/reflection/assembly/project.json
+++ b/tests/src/CoreMangLib/reflection/assembly/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/system/buffer/project.json b/tests/src/CoreMangLib/system/buffer/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/system/buffer/project.json
+++ b/tests/src/CoreMangLib/system/buffer/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/system/collections/generic/hashset/project.json b/tests/src/CoreMangLib/system/collections/generic/hashset/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/system/collections/generic/hashset/project.json
+++ b/tests/src/CoreMangLib/system/collections/generic/hashset/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/system/datetime/project.json b/tests/src/CoreMangLib/system/datetime/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/system/datetime/project.json
+++ b/tests/src/CoreMangLib/system/datetime/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/system/delegate/generics/project.json b/tests/src/CoreMangLib/system/delegate/generics/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/system/delegate/generics/project.json
+++ b/tests/src/CoreMangLib/system/delegate/generics/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/system/delegate/miscellaneous/project.json b/tests/src/CoreMangLib/system/delegate/miscellaneous/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/system/delegate/miscellaneous/project.json
+++ b/tests/src/CoreMangLib/system/delegate/miscellaneous/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/project.json b/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/project.json
+++ b/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/system/delegate/threatmodel/public/project.json b/tests/src/CoreMangLib/system/delegate/threatmodel/public/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/system/delegate/threatmodel/public/project.json
+++ b/tests/src/CoreMangLib/system/delegate/threatmodel/public/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/system/delegate/threatmodel/tests/project.json b/tests/src/CoreMangLib/system/delegate/threatmodel/tests/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/system/delegate/threatmodel/tests/project.json
+++ b/tests/src/CoreMangLib/system/delegate/threatmodel/tests/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/system/exception/project.json b/tests/src/CoreMangLib/system/exception/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/system/exception/project.json
+++ b/tests/src/CoreMangLib/system/exception/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/system/guid/project.json b/tests/src/CoreMangLib/system/guid/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/system/guid/project.json
+++ b/tests/src/CoreMangLib/system/guid/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/system/lazyt/project.json b/tests/src/CoreMangLib/system/lazyt/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/system/lazyt/project.json
+++ b/tests/src/CoreMangLib/system/lazyt/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/system/reflection/assembly/project.json b/tests/src/CoreMangLib/system/reflection/assembly/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/system/reflection/assembly/project.json
+++ b/tests/src/CoreMangLib/system/reflection/assembly/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/system/resources/resourcemanager/project.json b/tests/src/CoreMangLib/system/resources/resourcemanager/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/system/resources/resourcemanager/project.json
+++ b/tests/src/CoreMangLib/system/resources/resourcemanager/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/system/text/encoding/project.json b/tests/src/CoreMangLib/system/text/encoding/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/system/text/encoding/project.json
+++ b/tests/src/CoreMangLib/system/text/encoding/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/system/type/project.json b/tests/src/CoreMangLib/system/type/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/system/type/project.json
+++ b/tests/src/CoreMangLib/system/type/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/CoreMangLib/system/version/project.json b/tests/src/CoreMangLib/system/version/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/CoreMangLib/system/version/project.json
+++ b/tests/src/CoreMangLib/system/version/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Exceptions/Finalization/project.json b/tests/src/Exceptions/Finalization/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Exceptions/Finalization/project.json
+++ b/tests/src/Exceptions/Finalization/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/GC/API/GCSettings/project.json b/tests/src/GC/API/GCSettings/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/GC/API/GCSettings/project.json
+++ b/tests/src/GC/API/GCSettings/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/GC/Coverage/project.json b/tests/src/GC/Coverage/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/GC/Coverage/project.json
+++ b/tests/src/GC/Coverage/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/GC/Features/HeapExpansion/project.json b/tests/src/GC/Features/HeapExpansion/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/GC/Features/HeapExpansion/project.json
+++ b/tests/src/GC/Features/HeapExpansion/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/GC/Features/Pinning/PinningOther/project.json b/tests/src/GC/Features/Pinning/PinningOther/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/GC/Features/Pinning/PinningOther/project.json
+++ b/tests/src/GC/Features/Pinning/PinningOther/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/GC/Performance/Framework/project.json b/tests/src/GC/Performance/Framework/project.json
index 08302b0880..015f063132 100644
--- a/tests/src/GC/Performance/Framework/project.json
+++ b/tests/src/GC/Performance/Framework/project.json
@@ -1,16 +1,19 @@
-{
+{
"version": "1.0.0-*",
"description": "GCPerfTestFramework Class Library",
- "authors": [ "segilles" ],
- "tags": [ "" ],
+ "authors": [
+ "segilles"
+ ],
+ "tags": [
+ ""
+ ],
"projectUrl": "",
"licenseUrl": "",
-
"dependencies": {
- "xunit": "2.1.0",
- "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0027"
+ "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0027",
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "xunit": "2.1.0"
},
-
"frameworks": {
"dnxcore5": {
"compilationOptions": {
@@ -43,7 +46,8 @@
"System.Xml.XmlSerializer": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
"System.Xml.XDocument": "4.0.11-beta-23302"
- }
+ },
+ "imports": "portable-net45+win8"
}
}
}
diff --git a/tests/src/GC/Performance/Tests/project.json b/tests/src/GC/Performance/Tests/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/GC/Performance/Tests/project.json
+++ b/tests/src/GC/Performance/Tests/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/GC/Regressions/v2.0-beta1/149926/project.json b/tests/src/GC/Regressions/v2.0-beta1/149926/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/GC/Regressions/v2.0-beta1/149926/project.json
+++ b/tests/src/GC/Regressions/v2.0-beta1/149926/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/GC/Regressions/v2.0-beta1/289745/project.json b/tests/src/GC/Regressions/v2.0-beta1/289745/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/GC/Regressions/v2.0-beta1/289745/project.json
+++ b/tests/src/GC/Regressions/v2.0-beta1/289745/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/GC/Regressions/v2.0-beta2/426480/project.json b/tests/src/GC/Regressions/v2.0-beta2/426480/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/GC/Regressions/v2.0-beta2/426480/project.json
+++ b/tests/src/GC/Regressions/v2.0-beta2/426480/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/GC/Regressions/v2.0-beta2/471729/project.json b/tests/src/GC/Regressions/v2.0-beta2/471729/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/GC/Regressions/v2.0-beta2/471729/project.json
+++ b/tests/src/GC/Regressions/v2.0-beta2/471729/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/GC/Regressions/v2.0-beta2/476725/project.json b/tests/src/GC/Regressions/v2.0-beta2/476725/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/GC/Regressions/v2.0-beta2/476725/project.json
+++ b/tests/src/GC/Regressions/v2.0-beta2/476725/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/GC/Regressions/v2.0-beta2/485617/project.json b/tests/src/GC/Regressions/v2.0-beta2/485617/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/GC/Regressions/v2.0-beta2/485617/project.json
+++ b/tests/src/GC/Regressions/v2.0-beta2/485617/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/GC/Regressions/v2.0-rtm/494226/project.json b/tests/src/GC/Regressions/v2.0-rtm/494226/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/GC/Regressions/v2.0-rtm/494226/project.json
+++ b/tests/src/GC/Regressions/v2.0-rtm/494226/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/GC/Regressions/v2.0-rtm/544701/project.json b/tests/src/GC/Regressions/v2.0-rtm/544701/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/GC/Regressions/v2.0-rtm/544701/project.json
+++ b/tests/src/GC/Regressions/v2.0-rtm/544701/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/GC/Scenarios/Boxing/project.json b/tests/src/GC/Scenarios/Boxing/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/GC/Scenarios/Boxing/project.json
+++ b/tests/src/GC/Scenarios/Boxing/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/GC/Scenarios/DoublinkList/project.json b/tests/src/GC/Scenarios/DoublinkList/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/GC/Scenarios/DoublinkList/project.json
+++ b/tests/src/GC/Scenarios/DoublinkList/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/GC/Scenarios/FinalNStruct/project.json b/tests/src/GC/Scenarios/FinalNStruct/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/GC/Scenarios/FinalNStruct/project.json
+++ b/tests/src/GC/Scenarios/FinalNStruct/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/GC/Scenarios/FinalizeTimeout/project.json b/tests/src/GC/Scenarios/FinalizeTimeout/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/GC/Scenarios/FinalizeTimeout/project.json
+++ b/tests/src/GC/Scenarios/FinalizeTimeout/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/GC/Stress/Framework/project.json b/tests/src/GC/Stress/Framework/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/GC/Stress/Framework/project.json
+++ b/tests/src/GC/Stress/Framework/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/GC/Stress/Tests/project.json b/tests/src/GC/Stress/Tests/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/GC/Stress/Tests/project.json
+++ b/tests/src/GC/Stress/Tests/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Interop/ArrayMarshalling/BoolArray/project.json b/tests/src/Interop/ArrayMarshalling/BoolArray/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Interop/ArrayMarshalling/BoolArray/project.json
+++ b/tests/src/Interop/ArrayMarshalling/BoolArray/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Interop/ArrayMarshalling/ByValArray/project.json b/tests/src/Interop/ArrayMarshalling/ByValArray/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Interop/ArrayMarshalling/ByValArray/project.json
+++ b/tests/src/Interop/ArrayMarshalling/ByValArray/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Interop/PrimitiveMarshalling/Bool/project.json b/tests/src/Interop/PrimitiveMarshalling/Bool/project.json
index 51514fcf96..0976b60932 100644
--- a/tests/src/Interop/PrimitiveMarshalling/Bool/project.json
+++ b/tests/src/Interop/PrimitiveMarshalling/Bool/project.json
@@ -1,33 +1,34 @@
-{
+{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Interop/PrimitiveMarshalling/UIntPtr/project.json b/tests/src/Interop/PrimitiveMarshalling/UIntPtr/project.json
index 51514fcf96..0976b60932 100644
--- a/tests/src/Interop/PrimitiveMarshalling/UIntPtr/project.json
+++ b/tests/src/Interop/PrimitiveMarshalling/UIntPtr/project.json
@@ -1,33 +1,34 @@
-{
+{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Interop/ReversePInvoke/Marshalling/marshalboolarray/project.json b/tests/src/Interop/ReversePInvoke/Marshalling/marshalboolarray/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Interop/ReversePInvoke/Marshalling/marshalboolarray/project.json
+++ b/tests/src/Interop/ReversePInvoke/Marshalling/marshalboolarray/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Interop/ReversePInvoke/Marshalling/project.json b/tests/src/Interop/ReversePInvoke/Marshalling/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Interop/ReversePInvoke/Marshalling/project.json
+++ b/tests/src/Interop/ReversePInvoke/Marshalling/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/JIT/Directed/StructABI/project.json b/tests/src/JIT/Directed/StructABI/project.json
index f8f05683ef..4fd022012e 100644
--- a/tests/src/JIT/Directed/StructABI/project.json
+++ b/tests/src/JIT/Directed/StructABI/project.json
@@ -1,8 +1,9 @@
{
"dependencies": {
- "System.Runtime": "4.0.20-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-23302",
+ "System.Runtime": "4.0.20-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302"
},
"frameworks": {
"dnxcore50": {}
diff --git a/tests/src/JIT/Directed/TypedReference/project.json b/tests/src/JIT/Directed/TypedReference/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/JIT/Directed/TypedReference/project.json
+++ b/tests/src/JIT/Directed/TypedReference/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/JIT/Methodical/dynamic_methods/project.json b/tests/src/JIT/Methodical/dynamic_methods/project.json
index a6d118d1ac..0ba1eb2d87 100644
--- a/tests/src/JIT/Methodical/dynamic_methods/project.json
+++ b/tests/src/JIT/Methodical/dynamic_methods/project.json
@@ -1,10 +1,11 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Reflection.Emit.Lightweight": "4.0.0-beta-*",
+ "System.Reflection.TypeExtensions": "4.0.0",
"System.Runtime": "4.0.20-beta-*",
- "System.Runtime.Extensions": "4.0.10-beta-*",
- "System.Reflection.TypeExtensions": "4.0.0"
+ "System.Runtime.Extensions": "4.0.10-beta-*"
},
"frameworks": {
"dnxcore50": {}
diff --git a/tests/src/JIT/Methodical/eh/rethrow/project.json b/tests/src/JIT/Methodical/eh/rethrow/project.json
index 293a3bceb0..046b020d22 100644
--- a/tests/src/JIT/Methodical/eh/rethrow/project.json
+++ b/tests/src/JIT/Methodical/eh/rethrow/project.json
@@ -1,7 +1,8 @@
{
"dependencies": {
- "System.IO": "4.0.10",
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
+ "System.IO": "4.0.10",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*",
"System.Runtime.InteropServices": "4.0.10-beta-*"
diff --git a/tests/src/JIT/Methodical/structs/systemvbringup/project.json b/tests/src/JIT/Methodical/structs/systemvbringup/project.json
index f8f05683ef..4fd022012e 100644
--- a/tests/src/JIT/Methodical/structs/systemvbringup/project.json
+++ b/tests/src/JIT/Methodical/structs/systemvbringup/project.json
@@ -1,8 +1,9 @@
{
"dependencies": {
- "System.Runtime": "4.0.20-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-23302",
+ "System.Runtime": "4.0.20-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302"
},
"frameworks": {
"dnxcore50": {}
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/project.json b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/project.json
index af22daf226..85690a10b4 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/project.json
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Collections.NonGeneric": "4.0.0-beta-*",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/project.json b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/project.json
index af22daf226..85690a10b4 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/project.json
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Collections.NonGeneric": "4.0.0-beta-*",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/project.json b/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/project.json
index 21574ae0fe..abbdc4d0d1 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/project.json
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/project.json
@@ -1,12 +1,13 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Collections": "4.0.0-beta-*",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*",
"System.Threading": "4.0.0-beta-*",
"System.Threading.Thread": "4.0.0-beta-*",
- "System.Threading.Timer": "4.0.0-beta-*",
+ "System.Threading.Timer": "4.0.0-beta-*"
},
"frameworks": {
"dnxcore50": {}
diff --git a/tests/src/JIT/Regression/Dev11/External/dev11_149090/project.json b/tests/src/JIT/Regression/Dev11/External/dev11_149090/project.json
index 60bb6e191d..3d3ec84a88 100644
--- a/tests/src/JIT/Regression/Dev11/External/dev11_149090/project.json
+++ b/tests/src/JIT/Regression/Dev11/External/dev11_149090/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Collections": "4.0.0-beta-*",
"System.Console": "4.0.0-beta-*",
"System.Linq": "4.0.0-beta-*",
diff --git a/tests/src/JIT/SIMD/project.json b/tests/src/JIT/SIMD/project.json
index e098f12c9a..869c8a9097 100644
--- a/tests/src/JIT/SIMD/project.json
+++ b/tests/src/JIT/SIMD/project.json
@@ -1,15 +1,16 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Collections": "4.0.10",
"System.Console": "4.0.0-beta-*",
- "System.Linq": "4.0.0",
- "System.Numerics.Vectors": "4.1.1-beta-23226",
+ "System.Linq": "4.0.0",
+ "System.Numerics.Vectors": "4.1.1-beta-23226",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*",
"System.Threading": "4.0.0-beta-*",
- "System.Threading.Thread": "4.0.0-beta-*",
+ "System.Threading.Thread": "4.0.0-beta-*"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/JIT/config/benchmark+roslyn/project.json b/tests/src/JIT/config/benchmark+roslyn/project.json
index fe67d1aa2b..43d395adc1 100644
--- a/tests/src/JIT/config/benchmark+roslyn/project.json
+++ b/tests/src/JIT/config/benchmark+roslyn/project.json
@@ -1,18 +1,19 @@
{
"dependencies": {
- "Microsoft.CodeAnalysis.Compilers" : "1.1.1",
+ "Microsoft.CodeAnalysis.Compilers": "1.1.1",
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0027",
"Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0027",
"Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0027",
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
- "System.Runtime": "4.0.20-beta-*",
+ "System.Numerics.Vectors": "4.1.1-beta-*",
+ "System.Numerics.Vectors.WindowsRuntime": "4.0.1-beta-*",
"System.Reflection": "4.0.10",
"System.Reflection.Extensions": "4.0.0",
"System.Reflection.TypeExtensions": "4.0.0",
+ "System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*",
"System.Runtime.Numerics": "4.0.1-beta-*",
- "System.Numerics.Vectors": "4.1.1-beta-*",
- "System.Numerics.Vectors.WindowsRuntime": "4.0.1-beta-*",
"System.Threading": "4.0.10",
"System.Threading.Tasks": "4.0.10",
"System.Threading.Tasks.Parallel": "4.0.0",
@@ -21,6 +22,12 @@
"xunit.runner.utility": "2.1.0"
},
"frameworks": {
- "dnxcore50": {}
+ "dnxcore50": {
+ "imports": "portable-net45+win8"
+ }
+ },
+ "runtimes": {
+ "win8-x86": {},
+ "win8-x64": {}
}
}
diff --git a/tests/src/JIT/config/benchmark+serialize/project.json b/tests/src/JIT/config/benchmark+serialize/project.json
index 1a42750c63..1a4306915a 100644
--- a/tests/src/JIT/config/benchmark+serialize/project.json
+++ b/tests/src/JIT/config/benchmark+serialize/project.json
@@ -3,21 +3,24 @@
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0027",
"Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0027",
"Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0027",
- "System.Runtime": "4.0.20-beta-*",
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "Newtonsoft.Json": "7.0.1",
"System.Console": "4.0.0-beta-*",
"System.IO": "4.0.10",
"System.ObjectModel": "4.0.10",
+ "System.Runtime": "4.0.20-beta-*",
"System.Runtime.Serialization.Json": "4.0.0",
"System.Runtime.Serialization.Primitives": "4.0.10",
"System.Runtime.Serialization.Xml": "4.0.10",
"System.Xml.XmlDocument": "4.0.0",
"System.Xml.XmlSerializer": "4.0.10",
- "Newtonsoft.Json": "7.0.1",
"xunit": "2.1.0",
- "xunit.runner.utility": "2.1.0",
- "xunit.console.netcore": "1.0.2-prerelease-00128"
+ "xunit.console.netcore": "1.0.2-prerelease-00128",
+ "xunit.runner.utility": "2.1.0"
},
"frameworks": {
- "dnxcore50": { }
- },
+ "dnxcore50": {
+ "imports": "portable-net45+win8"
+ }
+ }
}
diff --git a/tests/src/JIT/config/benchmark/project.json b/tests/src/JIT/config/benchmark/project.json
index 690921a616..4d8c7f962e 100644
--- a/tests/src/JIT/config/benchmark/project.json
+++ b/tests/src/JIT/config/benchmark/project.json
@@ -3,14 +3,15 @@
"Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0027",
"Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0027",
"Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0027",
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Collections.NonGeneric": "4.0.0",
"System.Console": "4.0.0-beta-*",
"System.Linq": "4.0.0",
+ "System.Numerics.Vectors": "4.1.1-beta-*",
+ "System.Numerics.Vectors.WindowsRuntime": "4.0.1-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*",
"System.Runtime.Numerics": "4.0.1-beta-*",
- "System.Numerics.Vectors": "4.1.1-beta-*",
- "System.Numerics.Vectors.WindowsRuntime": "4.0.1-beta-*",
"System.Threading": "4.0.10",
"System.Threading.Tasks": "4.0.10",
"System.Threading.Tasks.Parallel": "4.0.0",
@@ -19,6 +20,12 @@
"xunit.runner.utility": "2.1.0"
},
"frameworks": {
- "dnxcore50": {}
+ "dnxcore50": {
+ "imports": "portable-net45+win8"
+ }
+ },
+ "runtimes": {
+ "win8-x86": {},
+ "win8-x64": {}
}
}
diff --git a/tests/src/JIT/config/empty/project.json b/tests/src/JIT/config/empty/project.json
index 23102a99cc..30ef69df5b 100644
--- a/tests/src/JIT/config/empty/project.json
+++ b/tests/src/JIT/config/empty/project.json
@@ -2,5 +2,6 @@
"dependencies": {
},
"frameworks": {
+ "dnxcore50": {}
}
} \ No newline at end of file
diff --git a/tests/src/JIT/config/extra/project.json b/tests/src/JIT/config/extra/project.json
index b2b9ed68c0..5a34d29dcb 100644
--- a/tests/src/JIT/config/extra/project.json
+++ b/tests/src/JIT/config/extra/project.json
@@ -1,18 +1,19 @@
{
"dependencies": {
- "System.Console": "4.0.0-beta-*",
- "System.Runtime": "4.0.20-beta-*",
- "System.Runtime.Extensions": "4.0.10-beta-*",
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Collections": "4.0.10-beta-*",
- "System.Runtime.InteropServices": "4.0.21-beta-*",
+ "System.Console": "4.0.0-beta-*",
+ "System.Diagnostics.Debug": "4.0.11-beta-*",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-beta-*",
+ "System.Diagnostics.Process": "4.1.0-beta-*",
+ "System.Globalization": "4.0.11-beta-*",
"System.IO": "4.0.11-beta-*",
"System.IO.FileSystem": "4.0.0-beta-23302",
- "System.Globalization": "4.0.11-beta-*",
"System.Reflection": "4.1.0-beta-*",
- "System.Diagnostics.Process": "4.1.0-beta-*",
- "System.Diagnostics.Debug": "4.0.11-beta-*",
- "System.Reflection.TypeExtensions": "4.0.0-beta-*"
+ "System.Reflection.TypeExtensions": "4.0.0-beta-*",
+ "System.Runtime": "4.0.20-beta-*",
+ "System.Runtime.Extensions": "4.0.10-beta-*",
+ "System.Runtime.InteropServices": "4.0.21-beta-*"
},
"frameworks": {
"dnxcore50": {}
diff --git a/tests/src/JIT/config/minimal/project.json b/tests/src/JIT/config/minimal/project.json
index e242aad0f4..c5b23fd745 100644
--- a/tests/src/JIT/config/minimal/project.json
+++ b/tests/src/JIT/config/minimal/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*",
diff --git a/tests/src/JIT/config/threading+thread/project.json b/tests/src/JIT/config/threading+thread/project.json
index 58fb1908e0..39144fa205 100644
--- a/tests/src/JIT/config/threading+thread/project.json
+++ b/tests/src/JIT/config/threading+thread/project.json
@@ -1,14 +1,19 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
+ "System.Numerics.Vectors": "4.1.1-beta-*",
+ "System.Numerics.Vectors.WindowsRuntime": "4.0.1-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*",
"System.Threading": "4.0.0-beta-*",
- "System.Threading.Thread": "4.0.0-beta-*",
- "System.Numerics.Vectors": "4.1.1-beta-*",
- "System.Numerics.Vectors.WindowsRuntime": "4.0.1-beta-*"
+ "System.Threading.Thread": "4.0.0-beta-*"
},
"frameworks": {
"dnxcore50": {}
+ },
+ "runtimes": {
+ "win8-x86": {},
+ "win8-x64": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/JIT/config/threading/project.json b/tests/src/JIT/config/threading/project.json
index d3674ba663..3d468d2baf 100644
--- a/tests/src/JIT/config/threading/project.json
+++ b/tests/src/JIT/config/threading/project.json
@@ -1,11 +1,12 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*",
- "System.Threading": "4.0.0-beta-*",
+ "System.Threading": "4.0.0-beta-*"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/JIT/jit64/eh/basics/project.json b/tests/src/JIT/jit64/eh/basics/project.json
index 1d9422de18..f8444db7b0 100644
--- a/tests/src/JIT/jit64/eh/basics/project.json
+++ b/tests/src/JIT/jit64/eh/basics/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Collections": "4.0.0-beta-*",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
diff --git a/tests/src/Loader/NativeLibs/project.json b/tests/src/Loader/NativeLibs/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Loader/NativeLibs/project.json
+++ b/tests/src/Loader/NativeLibs/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/binding/assemblies/assemblybugs/102140/project.json b/tests/src/Loader/binding/assemblies/assemblybugs/102140/project.json
index 4d3c6b25df..4c1906afca 100644
--- a/tests/src/Loader/binding/assemblies/assemblybugs/102140/project.json
+++ b/tests/src/Loader/binding/assemblies/assemblybugs/102140/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/binding/assemblies/assemblybugs/177066w/project.json b/tests/src/Loader/binding/assemblies/assemblybugs/177066w/project.json
index 4d3c6b25df..4c1906afca 100644
--- a/tests/src/Loader/binding/assemblies/assemblybugs/177066w/project.json
+++ b/tests/src/Loader/binding/assemblies/assemblybugs/177066w/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json b/tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json
index 4d3c6b25df..4c1906afca 100644
--- a/tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json
+++ b/tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/binding/assemblies/assemblyversion/project.json b/tests/src/Loader/binding/assemblies/assemblyversion/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/binding/assemblies/assemblyversion/project.json
+++ b/tests/src/Loader/binding/assemblies/assemblyversion/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/project.json b/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/project.json
index 4d3c6b25df..4c1906afca 100644
--- a/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/project.json
+++ b/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/project.json b/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/project.json
+++ b/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/classloader/explicitlayout/misc/project.json b/tests/src/Loader/classloader/explicitlayout/misc/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/classloader/explicitlayout/misc/project.json
+++ b/tests/src/Loader/classloader/explicitlayout/misc/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/project.json b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/project.json
+++ b/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/classloader/generics/regressions/vsw237932/project.json b/tests/src/Loader/classloader/generics/regressions/vsw237932/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/classloader/generics/regressions/vsw237932/project.json
+++ b/tests/src/Loader/classloader/generics/regressions/vsw237932/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/classloader/generics/regressions/vsw514968/project.json b/tests/src/Loader/classloader/generics/regressions/vsw514968/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/classloader/generics/regressions/vsw514968/project.json
+++ b/tests/src/Loader/classloader/generics/regressions/vsw514968/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/classloader/generics/regressions/vsw524571/project.json b/tests/src/Loader/classloader/generics/regressions/vsw524571/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/classloader/generics/regressions/vsw524571/project.json
+++ b/tests/src/Loader/classloader/generics/regressions/vsw524571/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/549411/project.json b/tests/src/Loader/classloader/methodoverriding/regressions/549411/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/classloader/methodoverriding/regressions/549411/project.json
+++ b/tests/src/Loader/classloader/methodoverriding/regressions/549411/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/577403/project.json b/tests/src/Loader/classloader/methodoverriding/regressions/577403/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/classloader/methodoverriding/regressions/577403/project.json
+++ b/tests/src/Loader/classloader/methodoverriding/regressions/577403/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/593884/project.json b/tests/src/Loader/classloader/methodoverriding/regressions/593884/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/classloader/methodoverriding/regressions/593884/project.json
+++ b/tests/src/Loader/classloader/methodoverriding/regressions/593884/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/classloader/nesting/coreclr/project.json b/tests/src/Loader/classloader/nesting/coreclr/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/classloader/nesting/coreclr/project.json
+++ b/tests/src/Loader/classloader/nesting/coreclr/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/classloader/regressions/101904/project.json b/tests/src/Loader/classloader/regressions/101904/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/classloader/regressions/101904/project.json
+++ b/tests/src/Loader/classloader/regressions/101904/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/classloader/regressions/123413/project.json b/tests/src/Loader/classloader/regressions/123413/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/classloader/regressions/123413/project.json
+++ b/tests/src/Loader/classloader/regressions/123413/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/classloader/regressions/144257/project.json b/tests/src/Loader/classloader/regressions/144257/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/classloader/regressions/144257/project.json
+++ b/tests/src/Loader/classloader/regressions/144257/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/classloader/regressions/245191/project.json b/tests/src/Loader/classloader/regressions/245191/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/classloader/regressions/245191/project.json
+++ b/tests/src/Loader/classloader/regressions/245191/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/classloader/regressions/359519/project.json b/tests/src/Loader/classloader/regressions/359519/project.json
index 4d3c6b25df..4c1906afca 100644
--- a/tests/src/Loader/classloader/regressions/359519/project.json
+++ b/tests/src/Loader/classloader/regressions/359519/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/classloader/regressions/405223/project.json b/tests/src/Loader/classloader/regressions/405223/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/classloader/regressions/405223/project.json
+++ b/tests/src/Loader/classloader/regressions/405223/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/classloader/regressions/434481/project.json b/tests/src/Loader/classloader/regressions/434481/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/classloader/regressions/434481/project.json
+++ b/tests/src/Loader/classloader/regressions/434481/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/classloader/regressions/dev10_851479/project.json b/tests/src/Loader/classloader/regressions/dev10_851479/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/classloader/regressions/dev10_851479/project.json
+++ b/tests/src/Loader/classloader/regressions/dev10_851479/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/classloader/regressions/dev10_889822/project.json b/tests/src/Loader/classloader/regressions/dev10_889822/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/classloader/regressions/dev10_889822/project.json
+++ b/tests/src/Loader/classloader/regressions/dev10_889822/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/classloader/regressions/vsw111021/project.json b/tests/src/Loader/classloader/regressions/vsw111021/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/classloader/regressions/vsw111021/project.json
+++ b/tests/src/Loader/classloader/regressions/vsw111021/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/classloader/regressions/vsw307137/project.json b/tests/src/Loader/classloader/regressions/vsw307137/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/classloader/regressions/vsw307137/project.json
+++ b/tests/src/Loader/classloader/regressions/vsw307137/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/lowlevel/regress/105736/project.json b/tests/src/Loader/lowlevel/regress/105736/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/lowlevel/regress/105736/project.json
+++ b/tests/src/Loader/lowlevel/regress/105736/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/multimodule/project.json b/tests/src/Loader/multimodule/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/multimodule/project.json
+++ b/tests/src/Loader/multimodule/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/regressions/classloader/project.json b/tests/src/Loader/regressions/classloader/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Loader/regressions/classloader/project.json
+++ b/tests/src/Loader/regressions/classloader/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/regressions/polyrec/project.json b/tests/src/Loader/regressions/polyrec/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Loader/regressions/polyrec/project.json
+++ b/tests/src/Loader/regressions/polyrec/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Loader/versioning/coverage/project.json b/tests/src/Loader/versioning/coverage/project.json
index 7fad5ffff3..ea152f4bb5 100644
--- a/tests/src/Loader/versioning/coverage/project.json
+++ b/tests/src/Loader/versioning/coverage/project.json
@@ -1,5 +1,6 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Console": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*"
@@ -7,4 +8,4 @@
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/assemblyref/project.json b/tests/src/Regressions/assemblyref/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/assemblyref/project.json
+++ b/tests/src/Regressions/assemblyref/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/common/project.json b/tests/src/Regressions/common/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/common/project.json
+++ b/tests/src/Regressions/common/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0014/project.json b/tests/src/Regressions/coreclr/0014/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0014/project.json
+++ b/tests/src/Regressions/coreclr/0014/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0018/project.json b/tests/src/Regressions/coreclr/0018/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0018/project.json
+++ b/tests/src/Regressions/coreclr/0018/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0028/project.json b/tests/src/Regressions/coreclr/0028/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0028/project.json
+++ b/tests/src/Regressions/coreclr/0028/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0041/project.json b/tests/src/Regressions/coreclr/0041/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0041/project.json
+++ b/tests/src/Regressions/coreclr/0041/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0044/project.json b/tests/src/Regressions/coreclr/0044/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0044/project.json
+++ b/tests/src/Regressions/coreclr/0044/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0046/project.json b/tests/src/Regressions/coreclr/0046/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0046/project.json
+++ b/tests/src/Regressions/coreclr/0046/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0069/project.json b/tests/src/Regressions/coreclr/0069/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0069/project.json
+++ b/tests/src/Regressions/coreclr/0069/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0075/project.json b/tests/src/Regressions/coreclr/0075/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0075/project.json
+++ b/tests/src/Regressions/coreclr/0075/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0077/project.json b/tests/src/Regressions/coreclr/0077/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0077/project.json
+++ b/tests/src/Regressions/coreclr/0077/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0080/project.json b/tests/src/Regressions/coreclr/0080/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0080/project.json
+++ b/tests/src/Regressions/coreclr/0080/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0099/project.json b/tests/src/Regressions/coreclr/0099/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0099/project.json
+++ b/tests/src/Regressions/coreclr/0099/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0138/project.json b/tests/src/Regressions/coreclr/0138/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0138/project.json
+++ b/tests/src/Regressions/coreclr/0138/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0149/project.json b/tests/src/Regressions/coreclr/0149/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0149/project.json
+++ b/tests/src/Regressions/coreclr/0149/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0198/project.json b/tests/src/Regressions/coreclr/0198/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0198/project.json
+++ b/tests/src/Regressions/coreclr/0198/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0202/project.json b/tests/src/Regressions/coreclr/0202/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0202/project.json
+++ b/tests/src/Regressions/coreclr/0202/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0211/project.json b/tests/src/Regressions/coreclr/0211/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0211/project.json
+++ b/tests/src/Regressions/coreclr/0211/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0275/project.json b/tests/src/Regressions/coreclr/0275/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0275/project.json
+++ b/tests/src/Regressions/coreclr/0275/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0308/project.json b/tests/src/Regressions/coreclr/0308/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0308/project.json
+++ b/tests/src/Regressions/coreclr/0308/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0341/project.json b/tests/src/Regressions/coreclr/0341/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0341/project.json
+++ b/tests/src/Regressions/coreclr/0341/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0342/project.json b/tests/src/Regressions/coreclr/0342/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0342/project.json
+++ b/tests/src/Regressions/coreclr/0342/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0416/project.json b/tests/src/Regressions/coreclr/0416/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0416/project.json
+++ b/tests/src/Regressions/coreclr/0416/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0433/project.json b/tests/src/Regressions/coreclr/0433/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0433/project.json
+++ b/tests/src/Regressions/coreclr/0433/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0487/project.json b/tests/src/Regressions/coreclr/0487/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0487/project.json
+++ b/tests/src/Regressions/coreclr/0487/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0570/project.json b/tests/src/Regressions/coreclr/0570/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0570/project.json
+++ b/tests/src/Regressions/coreclr/0570/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0576/project.json b/tests/src/Regressions/coreclr/0576/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0576/project.json
+++ b/tests/src/Regressions/coreclr/0576/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0582/project.json b/tests/src/Regressions/coreclr/0582/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0582/project.json
+++ b/tests/src/Regressions/coreclr/0582/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0583/project.json b/tests/src/Regressions/coreclr/0583/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0583/project.json
+++ b/tests/src/Regressions/coreclr/0583/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0584/project.json b/tests/src/Regressions/coreclr/0584/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0584/project.json
+++ b/tests/src/Regressions/coreclr/0584/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0694/project.json b/tests/src/Regressions/coreclr/0694/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0694/project.json
+++ b/tests/src/Regressions/coreclr/0694/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0792/project.json b/tests/src/Regressions/coreclr/0792/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0792/project.json
+++ b/tests/src/Regressions/coreclr/0792/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0828/project.json b/tests/src/Regressions/coreclr/0828/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0828/project.json
+++ b/tests/src/Regressions/coreclr/0828/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0829/project.json b/tests/src/Regressions/coreclr/0829/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0829/project.json
+++ b/tests/src/Regressions/coreclr/0829/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0857/project.json b/tests/src/Regressions/coreclr/0857/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0857/project.json
+++ b/tests/src/Regressions/coreclr/0857/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0939/project.json b/tests/src/Regressions/coreclr/0939/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0939/project.json
+++ b/tests/src/Regressions/coreclr/0939/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/0968/project.json b/tests/src/Regressions/coreclr/0968/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/0968/project.json
+++ b/tests/src/Regressions/coreclr/0968/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/1307/project.json b/tests/src/Regressions/coreclr/1307/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/1307/project.json
+++ b/tests/src/Regressions/coreclr/1307/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/1333/project.json b/tests/src/Regressions/coreclr/1333/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/1333/project.json
+++ b/tests/src/Regressions/coreclr/1333/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/1337/project.json b/tests/src/Regressions/coreclr/1337/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/1337/project.json
+++ b/tests/src/Regressions/coreclr/1337/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/1380/project.json b/tests/src/Regressions/coreclr/1380/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/1380/project.json
+++ b/tests/src/Regressions/coreclr/1380/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/1386/project.json b/tests/src/Regressions/coreclr/1386/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/1386/project.json
+++ b/tests/src/Regressions/coreclr/1386/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/1402/project.json b/tests/src/Regressions/coreclr/1402/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/1402/project.json
+++ b/tests/src/Regressions/coreclr/1402/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/1514/project.json b/tests/src/Regressions/coreclr/1514/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/1514/project.json
+++ b/tests/src/Regressions/coreclr/1514/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/1534/project.json b/tests/src/Regressions/coreclr/1534/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/1534/project.json
+++ b/tests/src/Regressions/coreclr/1534/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/1535/project.json b/tests/src/Regressions/coreclr/1535/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/1535/project.json
+++ b/tests/src/Regressions/coreclr/1535/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/1549/project.json b/tests/src/Regressions/coreclr/1549/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/1549/project.json
+++ b/tests/src/Regressions/coreclr/1549/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/coreclr/72162/project.json b/tests/src/Regressions/coreclr/72162/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/coreclr/72162/project.json
+++ b/tests/src/Regressions/coreclr/72162/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Regressions/expl_double/project.json b/tests/src/Regressions/expl_double/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Regressions/expl_double/project.json
+++ b/tests/src/Regressions/expl_double/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/Threading/ThreadStatics/project.json b/tests/src/Threading/ThreadStatics/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/Threading/ThreadStatics/project.json
+++ b/tests/src/Threading/ThreadStatics/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/compilerservices/dynamicobjectproperties/project.json b/tests/src/baseservices/compilerservices/dynamicobjectproperties/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/compilerservices/dynamicobjectproperties/project.json
+++ b/tests/src/baseservices/compilerservices/dynamicobjectproperties/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/exceptions/generics/project.json b/tests/src/baseservices/exceptions/generics/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/exceptions/generics/project.json
+++ b/tests/src/baseservices/exceptions/generics/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/exceptions/regressions/v4.0/640474/project.json b/tests/src/baseservices/exceptions/regressions/v4.0/640474/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/exceptions/regressions/v4.0/640474/project.json
+++ b/tests/src/baseservices/exceptions/regressions/v4.0/640474/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/exceptions/regressions/v4.0/706099/project.json b/tests/src/baseservices/exceptions/regressions/v4.0/706099/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/exceptions/regressions/v4.0/706099/project.json
+++ b/tests/src/baseservices/exceptions/regressions/v4.0/706099/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/project.json b/tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/project.json
+++ b/tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/exceptions/regressions/whidbeybeta2/366085/project.json b/tests/src/baseservices/exceptions/regressions/whidbeybeta2/366085/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/exceptions/regressions/whidbeybeta2/366085/project.json
+++ b/tests/src/baseservices/exceptions/regressions/whidbeybeta2/366085/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/exceptions/regressions/whidbeym3.3/106011/project.json b/tests/src/baseservices/exceptions/regressions/whidbeym3.3/106011/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/exceptions/regressions/whidbeym3.3/106011/project.json
+++ b/tests/src/baseservices/exceptions/regressions/whidbeym3.3/106011/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/exceptions/regressions/whidbeym3.3/293674/project.json b/tests/src/baseservices/exceptions/regressions/whidbeym3.3/293674/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/exceptions/regressions/whidbeym3.3/293674/project.json
+++ b/tests/src/baseservices/exceptions/regressions/whidbeym3.3/293674/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/project.json b/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/project.json
+++ b/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/project.json b/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/project.json
+++ b/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/exceptions/simple/project.json b/tests/src/baseservices/exceptions/simple/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/exceptions/simple/project.json
+++ b/tests/src/baseservices/exceptions/simple/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/exceptions/unittests/project.json b/tests/src/baseservices/exceptions/unittests/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/exceptions/unittests/project.json
+++ b/tests/src/baseservices/exceptions/unittests/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/finalization/project.json b/tests/src/baseservices/finalization/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/finalization/project.json
+++ b/tests/src/baseservices/finalization/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/ilasm_ildasm/regression/dd130885/project.json b/tests/src/baseservices/ilasm_ildasm/regression/dd130885/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/ilasm_ildasm/regression/dd130885/project.json
+++ b/tests/src/baseservices/ilasm_ildasm/regression/dd130885/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/project.json b/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/project.json
+++ b/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/project.json b/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/project.json
+++ b/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/project.json b/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/project.json
+++ b/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/regression/v1/assembly/vos/cool/helloworld/project.json b/tests/src/baseservices/regression/v1/assembly/vos/cool/helloworld/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/regression/v1/assembly/vos/cool/helloworld/project.json
+++ b/tests/src/baseservices/regression/v1/assembly/vos/cool/helloworld/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/regression/v1/assembly/vos/cool/multipleassembly/project.json b/tests/src/baseservices/regression/v1/assembly/vos/cool/multipleassembly/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/regression/v1/assembly/vos/cool/multipleassembly/project.json
+++ b/tests/src/baseservices/regression/v1/assembly/vos/cool/multipleassembly/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/regression/v1/seh/vc/chain/project.json b/tests/src/baseservices/regression/v1/seh/vc/chain/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/regression/v1/seh/vc/chain/project.json
+++ b/tests/src/baseservices/regression/v1/seh/vc/chain/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/regression/v1/threads/functional/thread/project.json b/tests/src/baseservices/regression/v1/threads/functional/thread/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/regression/v1/threads/functional/thread/project.json
+++ b/tests/src/baseservices/regression/v1/threads/functional/thread/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/project.json b/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/project.json
+++ b/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/project.json b/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/project.json
+++ b/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/regression/v1/threads/hostedscenario/apunload/project.json b/tests/src/baseservices/regression/v1/threads/hostedscenario/apunload/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/regression/v1/threads/hostedscenario/apunload/project.json
+++ b/tests/src/baseservices/regression/v1/threads/hostedscenario/apunload/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/regression/v1/threads/hostedscenario/apunloadtwo/project.json b/tests/src/baseservices/regression/v1/threads/hostedscenario/apunloadtwo/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/regression/v1/threads/hostedscenario/apunloadtwo/project.json
+++ b/tests/src/baseservices/regression/v1/threads/hostedscenario/apunloadtwo/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/threading/currentculture/project.json b/tests/src/baseservices/threading/currentculture/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/threading/currentculture/project.json
+++ b/tests/src/baseservices/threading/currentculture/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/threading/generics/syncdelegate/project.json b/tests/src/baseservices/threading/generics/syncdelegate/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/threading/generics/syncdelegate/project.json
+++ b/tests/src/baseservices/threading/generics/syncdelegate/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/threading/generics/threadstart/project.json b/tests/src/baseservices/threading/generics/threadstart/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/threading/generics/threadstart/project.json
+++ b/tests/src/baseservices/threading/generics/threadstart/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/threading/interlocked/add/project.json b/tests/src/baseservices/threading/interlocked/add/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/threading/interlocked/add/project.json
+++ b/tests/src/baseservices/threading/interlocked/add/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/threading/interlocked/compareexchange/project.json b/tests/src/baseservices/threading/interlocked/compareexchange/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/threading/interlocked/compareexchange/project.json
+++ b/tests/src/baseservices/threading/interlocked/compareexchange/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/threading/interlocked/exchange/project.json b/tests/src/baseservices/threading/interlocked/exchange/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/threading/interlocked/exchange/project.json
+++ b/tests/src/baseservices/threading/interlocked/exchange/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/threading/monitor/enter/project.json b/tests/src/baseservices/threading/monitor/enter/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/threading/monitor/enter/project.json
+++ b/tests/src/baseservices/threading/monitor/enter/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/threading/monitor/exit/project.json b/tests/src/baseservices/threading/monitor/exit/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/threading/monitor/exit/project.json
+++ b/tests/src/baseservices/threading/monitor/exit/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/threading/monitor/pulse/project.json b/tests/src/baseservices/threading/monitor/pulse/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/threading/monitor/pulse/project.json
+++ b/tests/src/baseservices/threading/monitor/pulse/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/threading/monitor/pulseall/project.json b/tests/src/baseservices/threading/monitor/pulseall/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/threading/monitor/pulseall/project.json
+++ b/tests/src/baseservices/threading/monitor/pulseall/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/threading/monitor/unownedlock/project.json b/tests/src/baseservices/threading/monitor/unownedlock/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/threading/monitor/unownedlock/project.json
+++ b/tests/src/baseservices/threading/monitor/unownedlock/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/threading/paramthreadstart/project.json b/tests/src/baseservices/threading/paramthreadstart/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/threading/paramthreadstart/project.json
+++ b/tests/src/baseservices/threading/paramthreadstart/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/threading/readerwriterlockslim/project.json b/tests/src/baseservices/threading/readerwriterlockslim/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/threading/readerwriterlockslim/project.json
+++ b/tests/src/baseservices/threading/readerwriterlockslim/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/threading/regressions/17360/project.json b/tests/src/baseservices/threading/regressions/17360/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/threading/regressions/17360/project.json
+++ b/tests/src/baseservices/threading/regressions/17360/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/threading/regressions/576463/project.json b/tests/src/baseservices/threading/regressions/576463/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/threading/regressions/576463/project.json
+++ b/tests/src/baseservices/threading/regressions/576463/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/threading/regressions/6906/project.json b/tests/src/baseservices/threading/regressions/6906/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/threading/regressions/6906/project.json
+++ b/tests/src/baseservices/threading/regressions/6906/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/threading/stress/sudoku/project.json b/tests/src/baseservices/threading/stress/sudoku/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/threading/stress/sudoku/project.json
+++ b/tests/src/baseservices/threading/stress/sudoku/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/threading/threadstatic/project.json b/tests/src/baseservices/threading/threadstatic/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/threading/threadstatic/project.json
+++ b/tests/src/baseservices/threading/threadstatic/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/tools/roundtrip/dlls/project.json b/tests/src/baseservices/tools/roundtrip/dlls/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/tools/roundtrip/dlls/project.json
+++ b/tests/src/baseservices/tools/roundtrip/dlls/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/baseservices/visibility/project.json b/tests/src/baseservices/visibility/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/baseservices/visibility/project.json
+++ b/tests/src/baseservices/visibility/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/hosting/coreclr/activation/sxshost/project.json b/tests/src/hosting/coreclr/activation/sxshost/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/hosting/coreclr/activation/sxshost/project.json
+++ b/tests/src/hosting/coreclr/activation/sxshost/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/hosting/samples/hosting/usercode/project.json b/tests/src/hosting/samples/hosting/usercode/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/hosting/samples/hosting/usercode/project.json
+++ b/tests/src/hosting/samples/hosting/usercode/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/hosting/samples/resolveevent/usercodedependency/project.json b/tests/src/hosting/samples/resolveevent/usercodedependency/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/hosting/samples/resolveevent/usercodedependency/project.json
+++ b/tests/src/hosting/samples/resolveevent/usercodedependency/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/hosting/stress/testset1/project.json b/tests/src/hosting/stress/testset1/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/hosting/stress/testset1/project.json
+++ b/tests/src/hosting/stress/testset1/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/managed/Compilation/project.json b/tests/src/managed/Compilation/project.json
index afa88b8756..9212f6e460 100644
--- a/tests/src/managed/Compilation/project.json
+++ b/tests/src/managed/Compilation/project.json
@@ -1,25 +1,28 @@
{
"dependencies": {
- "System.Console": "4.0.0-beta-*",
- "System.Runtime": "4.0.20-beta-*",
+ "Microsoft.CodeAnalysis.Compilers": "1.1.1",
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Collections": "4.0.10-beta-*",
"System.Collections.Concurrent": "4.0.10-beta-*",
+ "System.Collections.Immutable": "1.1.37",
+ "System.Console": "4.0.0-beta-*",
+ "System.Dynamic.Runtime": "4.0.10-beta-*",
"System.IO": "4.0.10-beta-*",
"System.IO.FileSystem": "4.0.0-beta-*",
"System.IO.FileSystem.Primitives": "4.0.0-beta-*",
+ "System.Runtime": "4.0.20-beta-*",
+ "System.Runtime.Extensions": "4.0.10-beta-*",
+ "System.Runtime.Handles": "4.0.0-beta-*",
"System.Text.Encoding": "4.0.10-beta-*",
"System.Threading": "4.0.0-beta-*",
- "System.Threading.Tasks": "4.0.10-beta-*",
- "System.Runtime.Handles": "4.0.0-beta-*",
- "System.Threading.ThreadPool": "4.0.10-beta-*",
"System.Threading.Overlapped": "4.0.0-beta-*",
- "System.Dynamic.Runtime": "4.0.10-beta-*",
+ "System.Threading.Tasks": "4.0.10-beta-*",
"System.Threading.Tasks.Parallel": "4.0.0-beta-*",
- "System.Runtime.Extensions": "4.0.10-beta-*",
- "Microsoft.CodeAnalysis.Compilers": "1.1.1",
- "System.Collections.Immutable": "1.1.37"
+ "System.Threading.ThreadPool": "4.0.10-beta-*"
},
"frameworks": {
- "dnxcore50": {}
+ "dnxcore50": {
+ "imports": "portable-net45+win8"
+ }
}
-} \ No newline at end of file
+}
diff --git a/tests/src/readytorun/project.json b/tests/src/readytorun/project.json
index ead654bfc9..a7dc498ec2 100644
--- a/tests/src/readytorun/project.json
+++ b/tests/src/readytorun/project.json
@@ -1,34 +1,35 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
- "System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
- "System.Text.Encoding": "4.0.10-beta-23302",
"System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Runtime.Loader": "4.0.0-beta-23302",
+ "System.Text.Encoding": "4.0.10-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/readytorun/testv1/project.json b/tests/src/readytorun/testv1/project.json
index ead654bfc9..a7dc498ec2 100644
--- a/tests/src/readytorun/testv1/project.json
+++ b/tests/src/readytorun/testv1/project.json
@@ -1,34 +1,35 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
- "System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
- "System.Text.Encoding": "4.0.10-beta-23302",
"System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Runtime.Loader": "4.0.0-beta-23302",
+ "System.Text.Encoding": "4.0.10-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/readytorun/testv2/project.json b/tests/src/readytorun/testv2/project.json
index ead654bfc9..a7dc498ec2 100644
--- a/tests/src/readytorun/testv2/project.json
+++ b/tests/src/readytorun/testv2/project.json
@@ -1,34 +1,35 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
- "System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
- "System.Text.Encoding": "4.0.10-beta-23302",
"System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Runtime.Loader": "4.0.0-beta-23302",
+ "System.Text.Encoding": "4.0.10-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/reflection/regression/dev10bugs/project.json b/tests/src/reflection/regression/dev10bugs/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/reflection/regression/dev10bugs/project.json
+++ b/tests/src/reflection/regression/dev10bugs/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/reflection/regression/reflectionrepromasterforsl/project.json b/tests/src/reflection/regression/reflectionrepromasterforsl/project.json
index cd536cf30e..0976b60932 100644
--- a/tests/src/reflection/regression/reflectionrepromasterforsl/project.json
+++ b/tests/src/reflection/regression/reflectionrepromasterforsl/project.json
@@ -1,33 +1,34 @@
{
"dependencies": {
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
+ "System.Collections": "4.0.10-beta-23302",
+ "System.Collections.NonGeneric": "4.0.1-beta-23302",
+ "System.Collections.Specialized": "4.0.1-beta-23302",
+ "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Console": "4.0.0-beta-23302",
"System.Diagnostics.Process": "4.0.0-beta-23302",
+ "System.Globalization": "4.0.10-beta-23302",
+ "System.Globalization.Calendars": "4.0.0-beta-23302",
"System.IO": "4.0.10-beta-23302",
"System.IO.FileSystem": "4.0.0-beta-23302",
"System.IO.FileSystem.Primitives": "4.0.0-beta-23302",
+ "System.Linq": "4.0.1-beta-23302",
+ "System.Linq.Queryable": "4.0.1-beta-23302",
+ "System.Reflection": "4.0.10-beta-23302",
+ "System.Reflection.Primitives": "4.0.0-beta-23302",
"System.Runtime": "4.0.20-beta-23302",
"System.Runtime.Extensions": "4.0.10-beta-23302",
"System.Runtime.Handles": "4.0.0-beta-23302",
+ "System.Runtime.InteropServices": "4.0.20-beta-23302",
"System.Runtime.Loader": "4.0.0-beta-23302",
- "System.Threading": "4.0.10-beta-23302",
- "System.Globalization.Calendars": "4.0.0-beta-23302",
- "System.Globalization": "4.0.10-beta-23302",
"System.Text.Encoding": "4.0.10-beta-23302",
- "System.Runtime.InteropServices": "4.0.20-beta-23302",
- "System.Collections": "4.0.10-beta-23302",
- "System.Console": "4.0.0-beta-23302",
- "System.Reflection": "4.0.10-beta-23302",
- "System.Reflection.Primitives": "4.0.0-beta-23302",
- "System.ComponentModel": "4.0.1-beta-23302",
+ "System.Threading": "4.0.10-beta-23302",
"System.Xml.ReaderWriter": "4.0.11-beta-23302",
- "System.Collections.NonGeneric": "4.0.1-beta-23302",
- "System.Collections.Specialized": "4.0.1-beta-23302",
- "System.Linq": "4.0.1-beta-23302",
- "System.Linq.Queryable": "4.0.1-beta-23302",
- "System.Xml.XmlSerializer": "4.0.11-beta-23302",
+ "System.Xml.XDocument": "4.0.11-beta-23302",
"System.Xml.XmlDocument": "4.0.1-beta-23302",
- "System.Xml.XDocument": "4.0.11-beta-23302"
+ "System.Xml.XmlSerializer": "4.0.11-beta-23302"
},
"frameworks": {
"dnxcore50": {}
}
-} \ No newline at end of file
+}
diff --git a/tests/src/runtime/project.json b/tests/src/runtime/project.json
index 0a8ebfaff6..1c5fa17cbe 100644
--- a/tests/src/runtime/project.json
+++ b/tests/src/runtime/project.json
@@ -1,6 +1,7 @@
-{
+{
"dependencies": {
"Microsoft.DotNet.CoreCLR.TestDependencies": "1.0.0-prerelease",
+ "Microsoft.NETCore.Platforms": "1.0.1-rc2-23816",
"System.Collections": "4.0.10-beta-*",
"System.Collections.Concurrent": "4.0.10-beta-*",
"System.Console": "4.0.0-beta-*",
@@ -25,14 +26,13 @@
"System.Text.Encoding.Extensions": "4.0.10-beta-*",
"System.Text.RegularExpressions": "4.0.10-beta-*",
"System.Threading": "4.0.0-beta-*",
+ "System.Threading.Overlapped": "4.0.0-beta-*",
"System.Threading.Tasks": "4.0.10-beta-*",
- "System.Xml.ReaderWriter": "4.0.10-beta-*",
- "System.Xml.XDocument": "4.0.10-beta-*",
"System.Threading.ThreadPool": "4.0.10-beta-*",
- "System.Threading.Overlapped": "4.0.0-beta-*"
+ "System.Xml.ReaderWriter": "4.0.10-beta-*",
+ "System.Xml.XDocument": "4.0.10-beta-*"
},
"frameworks": {
"dnxcore50": {}
}
}
-